Skip to content

Commit 67f78e9

Browse files
committed
chore(release): 2.8.9
1 parent 8d5bac6 commit 67f78e9

File tree

26 files changed

+94
-18
lines changed

26 files changed

+94
-18
lines changed

.changeset/calm-actors-kneel.md

-5
This file was deleted.

apps/palette/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# palette
22

3+
## 1.4.41
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.9
8+
- @saas-ui/theme-glass@0.5.5
9+
310
## 1.4.40
411

512
### Patch Changes

apps/palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palette-docs",
3-
"version": "1.4.40",
3+
"version": "1.4.41",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

apps/website/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# website
22

3+
## 2.3.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [df5d37f]
8+
- @saas-ui/forms@2.6.9
9+
- @saas-ui/react@2.8.9
10+
311
## 2.3.38
412

513
### Patch Changes

apps/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.3.38",
3+
"version": "2.3.39",
44
"private": true,
55
"author": "Eelco Wiersma <[email protected]>",
66
"scripts": {

packages/saas-ui-auth/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @saas-ui/auth
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [df5d37f]
8+
- @saas-ui/forms@2.6.9
9+
310
## 3.2.0
411

512
### Minor Changes

packages/saas-ui-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/auth",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Authentication provider and components for Chakra UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-auth0/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/auth0
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- @saas-ui/auth@3.2.1
8+
39
## 0.1.10
410

511
### Patch Changes

packages/saas-ui-auth0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/auth0",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Auth0 authentication for Saas UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-clerk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/clerk
22

3+
## 3.0.47
4+
5+
### Patch Changes
6+
7+
- @saas-ui/auth@3.2.1
8+
39
## 3.0.46
410

511
### Patch Changes

packages/saas-ui-clerk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/clerk",
3-
"version": "3.0.46",
3+
"version": "3.0.47",
44
"description": "Clerk Authentication Service for Saas UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-data-table/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/data-table
22

3+
## 10.0.9
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.9
8+
39
## 10.0.8
410

511
### Patch Changes

packages/saas-ui-data-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/data-table",
3-
"version": "10.0.8",
3+
"version": "10.0.9",
44
"description": "Data-table Component",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-date-picker/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/date-picker
22

3+
## 0.12.40
4+
5+
### Patch Changes
6+
7+
- @saas-ui/modals@2.1.39
8+
39
## 0.12.39
410

511
### Patch Changes

packages/saas-ui-date-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/date-picker",
3-
"version": "0.12.39",
3+
"version": "0.12.40",
44
"description": "Chakra UI - Date Picker Component",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-forms/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/forms
22

3+
## 2.6.9
4+
5+
### Patch Changes
6+
7+
- df5d37f: feat(forms): get types for optional, map options for NativeEnum, map …
8+
39
## 2.6.8
410

511
### Patch Changes

packages/saas-ui-forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/forms",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"description": "Fully functional forms for Chakra UI.",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-modals/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @saas-ui/modals
22

3+
## 2.1.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [df5d37f]
8+
- @saas-ui/forms@2.6.9
9+
310
## 2.1.38
411

512
### Patch Changes

packages/saas-ui-modals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/modals",
3-
"version": "2.1.38",
3+
"version": "2.1.39",
44
"description": "A modal manager for Chakra UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @saas-ui/react
22

3+
## 2.8.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [df5d37f]
8+
- @saas-ui/forms@2.6.9
9+
- @saas-ui/modals@2.1.39
10+
- @saas-ui/data-table@10.0.9
11+
312
## 2.8.8
413

514
### Patch Changes

packages/saas-ui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/react",
3-
"version": "2.8.8",
3+
"version": "2.8.9",
44
"description": "Saas UI - The React component library for startups.",
55
"source": "src/index.ts",
66
"exports": {

packages/storybook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# saas-ui-storybook
22

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.9
8+
- @saas-ui/storybook-addon@3.0.2
9+
310
## 2.0.8
411

512
### Patch Changes

packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "saas-ui-storybook",
33
"type": "module",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"scripts": {
66
"dev": "storybook dev -p 6006 --debug",
77
"build": "storybook build --debug --loglevel verbose"

tooling/storybook-addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"peerDependencies": {
8383
"@chakra-ui/react": ">=2.0.0",
84-
"@saas-ui/react": ">=2.8.8",
84+
"@saas-ui/react": ">=2.8.9",
8585
"@storybook/components": ">=8.0.0",
8686
"@storybook/manager-api": ">=8.0.0",
8787
"@storybook/preview-api": ">=8.0.0",

tooling/test-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/test-utils
22

3+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.9
8+
39
## 4.0.8
410

511
### Patch Changes

tooling/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/test-utils",
3-
"version": "4.0.8",
3+
"version": "4.0.9",
44
"private": true,
55
"description": "Testing utilities for Chakra UI's components",
66
"keywords": [

0 commit comments

Comments
 (0)