Skip to content

Commit

Permalink
Merge branch 'main' into website
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Nov 24, 2023
2 parents 334544d + 226e786 commit 0aae28f
Show file tree
Hide file tree
Showing 29 changed files with 116 additions and 15 deletions.
7 changes: 7 additions & 0 deletions apps/palette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# palette

## 1.4.9

### Patch Changes

- @saas-ui/react@2.4.2
- @saas-ui/theme-glass@0.5.1

## 1.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palette-docs",
"version": "1.4.8",
"version": "1.4.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 2.3.5

### Patch Changes

- @saas-ui/forms@2.3.2
- @saas-ui/react@2.4.2

## 2.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/auth

## 2.2.2

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2
- @saas-ui/forms@2.3.2

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/auth",
"version": "2.2.1",
"version": "2.2.2",
"description": "Authentication provider and components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/clerk

## 3.0.18

### Patch Changes

- @saas-ui/auth@2.2.2

## 3.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/clerk",
"version": "3.0.17",
"version": "3.0.18",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/react

## 2.2.2

### Patch Changes

- 491315aa: Fixed forwarded ref not being passed down in IconBadge

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/core",
"version": "2.2.1",
"version": "2.2.2",
"description": "Saas UI - The React component library for startups.",
"source": "src/index.ts",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion packages/saas-ui-core/src/icon-badge/icon-badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface IconBadgeProps
'aria-label'?: string
}

export const IconBadge = forwardRef<IconBadgeProps, 'div'>((props) => {
export const IconBadge = forwardRef<IconBadgeProps, 'div'>((props, ref) => {
const { icon, children, isRound, 'aria-label': ariaLabel, ...rest } = props
const styles = useStyleConfig('SuiIconBadge', props)

Expand All @@ -52,6 +52,7 @@ export const IconBadge = forwardRef<IconBadgeProps, 'div'>((props) => {

return (
<chakra.div
ref={ref}
__css={__css}
borderRadius={isRound ? 'full' : undefined}
aria-label={ariaLabel}
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/data-table

## 6.0.2

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2
- @saas-ui/react@2.4.2

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/data-table",
"version": "6.0.1",
"version": "6.0.2",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/date-picker

## 0.12.9

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2
- @saas-ui/modals@2.1.9

## 0.12.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/date-picker",
"version": "0.12.8",
"version": "0.12.9",
"description": "Chakra UI - Date Picker Component",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/forms

## 2.3.2

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/forms",
"version": "2.3.1",
"version": "2.3.2",
"description": "Fully functional forms for Chakra UI.",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/hotkeys

## 2.1.8

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/hotkeys",
"version": "2.1.7",
"version": "2.1.8",
"description": "Easy manageable keyboard shortcuts for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/modals

## 2.1.9

### Patch Changes

- @saas-ui/forms@2.3.2

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/modals",
"version": "2.1.8",
"version": "2.1.9",
"description": "A modal manager for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/react

## 2.4.2

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2
- @saas-ui/data-table@6.0.2
- @saas-ui/forms@2.3.2
- @saas-ui/hotkeys@2.1.8
- @saas-ui/modals@2.1.9

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/react",
"version": "2.4.1",
"version": "2.4.2",
"description": "Saas UI - The React component library for startups.",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-use-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/use-hotkeys

## 1.0.3

### Patch Changes

- Updated dependencies [491315aa]
- @saas-ui/core@2.2.2

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-use-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/use-hotkeys",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easy to use and scalable keyboard shortcuts for React.",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# saas-ui-storybook

## 1.1.9

### Patch Changes

- @saas-ui/react@2.4.2

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "saas-ui-storybook",
"type": "module",
"version": "1.1.8",
"version": "1.1.9",
"scripts": {
"dev": "sb dev -p 6006",
"build": "sb build --debug --loglevel verbose"
Expand Down
6 changes: 6 additions & 0 deletions tooling/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/test-utils

## 3.1.9

### Patch Changes

- @saas-ui/react@2.4.2

## 3.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/test-utils",
"version": "3.1.8",
"version": "3.1.9",
"private": true,
"description": "Testing utilities for Chakra UI's components",
"keywords": [
Expand Down

0 comments on commit 0aae28f

Please sign in to comment.