Skip to content

Commit 1d91bb0

Browse files
committed
chore(release): 2.11.0
1 parent 803ede7 commit 1d91bb0

File tree

56 files changed

+457
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+457
-65
lines changed

.changeset/sharp-monkeys-rescue.md

-28
This file was deleted.

apps/palette/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# palette
22

3+
## 1.5.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [803ede7]
8+
- @saas-ui/theme-glass@0.7.0
9+
- @saas-ui/palette@2.2.0
10+
- @saas-ui/react@2.11.0
11+
312
## 1.5.7
413

514
### 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.5.7",
3+
"version": "1.5.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

apps/website/CHANGELOG.md

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

3+
## 2.4.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [803ede7]
8+
- @saas-ui/command-bar@0.8.0
9+
- @saas-ui/file-upload@0.6.0
10+
- @saas-ui/palette@2.2.0
11+
- @saas-ui/forms@2.9.0
12+
- @saas-ui/react@2.11.0
13+
314
## 2.4.7
415

516
### 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.4.7",
3+
"version": "2.4.8",
44
"private": true,
55
"author": "Eelco Wiersma <[email protected]>",
66
"scripts": {

packages/saas-ui-auth/CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/forms@2.9.0
13+
- @saas-ui/hooks@2.2.0
14+
- @saas-ui/core@2.8.0
15+
316
## 3.4.4
417

518
### 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.4.4",
3+
"version": "3.5.0",
44
"description": "Authentication provider and components for Chakra UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-auth0/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/auth@3.5.0
13+
314
## 0.1.19
415

516
### 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.19",
3+
"version": "0.2.0",
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.14.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
39
## 0.13.2
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.13.2",
3+
"version": "0.14.0",
44
"exports": {
55
".": {
66
"require": "./dist/index.js",

packages/saas-ui-clerk/CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/auth@3.5.0
13+
314
## 3.1.4
415

516
### 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.1.4",
3+
"version": "3.2.0",
44
"description": "Clerk Authentication Service for Saas UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-command-bar/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
39
## 0.7.0
410

511
### Minor Changes

packages/saas-ui-command-bar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/command-bar",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Chakra UI CommandBar Component",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-core/CHANGELOG.md

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

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/react-utils@2.2.0
13+
- @saas-ui/theme@2.6.0
14+
315
## 2.7.2
416

517
### Patch Changes

packages/saas-ui-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/core",
3-
"version": "2.7.2",
3+
"version": "2.8.0",
44
"description": "Saas UI - The React component library for startups.",
55
"exports": {
66
".": {

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

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

3+
## 13.0.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/react@2.11.0
13+
- @saas-ui/core@2.8.0
14+
315
## 12.0.5
416

517
### 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": "12.0.5",
3+
"version": "13.0.0",
44
"description": "Data-table Component",
55
"source": "src/index.ts",
66
"exports": {

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

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/modals@2.4.0
13+
- @saas-ui/core@2.8.0
14+
315
## 0.14.5
416

517
### 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.14.5",
3+
"version": "0.15.0",
44
"description": "Chakra UI - Date Picker Component",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-file-upload/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
39
## 0.5.0
410

511
### Minor Changes

packages/saas-ui-file-upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/file-upload",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Saas UI Dropzone Component for Chakra UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-forms/CHANGELOG.md

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

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/core@2.8.0
13+
314
## 2.8.2
415

516
### 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.8.2",
3+
"version": "2.9.0",
44
"description": "Fully functional forms for Chakra UI.",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-hooks/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
39
## 2.1.0
410

511
### Minor Changes

packages/saas-ui-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/hooks",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Saas UI react hooks",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-hotkeys/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/core@2.8.0
13+
314
## 2.4.2
415

516
### Patch Changes

packages/saas-ui-hotkeys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/hotkeys",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "Easy manageable keyboard shortcuts for Chakra UI",
55
"source": "src/index.ts",
66
"exports": {

packages/saas-ui-magic/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [803ede7]
12+
- @saas-ui/auth@3.5.0
13+
314
## 2.2.0
415

516
### Minor Changes

packages/saas-ui-magic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/magic",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Saas UI Magic.link integration",
55
"source": "src/index.ts",
66
"exports": {
@@ -55,7 +55,7 @@
5555
"magic.link"
5656
],
5757
"dependencies": {
58-
"@saas-ui/auth": "^3.4.0"
58+
"@saas-ui/auth": "^3.5.0"
5959
},
6060
"peerDependencies": {
6161
"@chakra-ui/react": ">=2.9.0 <3",

0 commit comments

Comments
 (0)