Skip to content

Commit ded8429

Browse files
committed
chore(release): 2.8.10
1 parent fc2203a commit ded8429

File tree

29 files changed

+101
-24
lines changed

29 files changed

+101
-24
lines changed

.changeset/selfish-fans-fry.md

-5
This file was deleted.

.changeset/sharp-dogs-notice.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.42
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.10
8+
- @saas-ui/theme-glass@0.5.5
9+
310
## 1.4.41
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.41",
3+
"version": "1.4.42",
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.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fc2203a]
8+
- @saas-ui/forms@2.6.10
9+
- @saas-ui/react@2.8.10
10+
311
## 2.3.39
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.39",
3+
"version": "2.3.40",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fc2203a]
8+
- @saas-ui/forms@2.6.10
9+
310
## 3.2.1
411

512
### Patch 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.1",
3+
"version": "3.2.2",
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.12
4+
5+
### Patch Changes
6+
7+
- @saas-ui/auth@3.2.2
8+
39
## 0.1.11
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.11",
3+
"version": "0.1.12",
44
"description": "Auth0 authentication for Saas UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-charts/CHANGELOG.md

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

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- 3eed648: Use css variable for chart tooltip category labels
8+
39
## 0.11.7
410

511
### Patch Changes

packages/saas-ui-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/charts",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"exports": {
55
".": {
66
"require": "./dist/index.js",

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.48
4+
5+
### Patch Changes
6+
7+
- @saas-ui/auth@3.2.2
8+
39
## 3.0.47
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.47",
3+
"version": "3.0.48",
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.10
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.10
8+
39
## 10.0.9
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.9",
3+
"version": "10.0.10",
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.42
4+
5+
### Patch Changes
6+
7+
- @saas-ui/modals@2.1.40
8+
39
## 0.12.41
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.41",
3+
"version": "0.12.42",
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.10
4+
5+
### Patch Changes
6+
7+
- fc2203a: Fixed issue where custom base field would trigger additional re-render and loose field focus
8+
39
## 2.6.9
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.9",
3+
"version": "2.6.10",
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.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fc2203a]
8+
- @saas-ui/forms@2.6.10
9+
310
## 2.1.39
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.39",
3+
"version": "2.1.40",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fc2203a]
8+
- @saas-ui/forms@2.6.10
9+
- @saas-ui/modals@2.1.40
10+
- @saas-ui/data-table@10.0.10
11+
312
## 2.8.9
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.9",
3+
"version": "2.8.10",
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.10
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.10
8+
- @saas-ui/storybook-addon@3.0.2
9+
310
## 2.0.9
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.9",
4+
"version": "2.0.10",
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.9",
84+
"@saas-ui/react": ">=2.8.10",
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.10
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@2.8.10
8+
39
## 4.0.9
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.9",
3+
"version": "4.0.10",
44
"private": true,
55
"description": "Testing utilities for Chakra UI's components",
66
"keywords": [

0 commit comments

Comments
 (0)