Skip to content

Commit

Permalink
chore(release): 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 23, 2024
1 parent 803ede7 commit 1d91bb0
Show file tree
Hide file tree
Showing 56 changed files with 457 additions and 65 deletions.
28 changes: 0 additions & 28 deletions .changeset/sharp-monkeys-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/palette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# palette

## 1.5.8

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/theme-glass@0.7.0
- @saas-ui/palette@2.2.0
- @saas-ui/react@2.11.0

## 1.5.7

### 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.5.7",
"version": "1.5.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# website

## 2.4.8

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/command-bar@0.8.0
- @saas-ui/file-upload@0.6.0
- @saas-ui/palette@2.2.0
- @saas-ui/forms@2.9.0
- @saas-ui/react@2.11.0

## 2.4.7

### 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.4.7",
"version": "2.4.8",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @saas-ui/auth

## 3.5.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/forms@2.9.0
- @saas-ui/hooks@2.2.0
- @saas-ui/core@2.8.0

## 3.4.4

### 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": "3.4.4",
"version": "3.5.0",
"description": "Authentication provider and components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/auth0

## 0.2.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/auth@3.5.0

## 0.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/auth0",
"version": "0.1.19",
"version": "0.2.0",
"description": "Auth0 authentication for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/charts

## 0.14.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

## 0.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/charts",
"version": "0.13.2",
"version": "0.14.0",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/clerk

## 3.2.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/auth@3.5.0

## 3.1.4

### 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.1.4",
"version": "3.2.0",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-command-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/command-bar

## 0.8.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-command-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/command-bar",
"version": "0.7.0",
"version": "0.8.0",
"description": "Chakra UI CommandBar Component",
"source": "src/index.ts",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/saas-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @saas-ui/react

## 2.8.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/react-utils@2.2.0
- @saas-ui/theme@2.6.0

## 2.7.2

### 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.7.2",
"version": "2.8.0",
"description": "Saas UI - The React component library for startups.",
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @saas-ui/data-table

## 13.0.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/react@2.11.0
- @saas-ui/core@2.8.0

## 12.0.5

### 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": "12.0.5",
"version": "13.0.0",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @saas-ui/date-picker

## 0.15.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/modals@2.4.0
- @saas-ui/core@2.8.0

## 0.14.5

### 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.14.5",
"version": "0.15.0",
"description": "Chakra UI - Date Picker Component",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/file-upload

## 0.6.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/file-upload",
"version": "0.5.0",
"version": "0.6.0",
"description": "Saas UI Dropzone Component for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/forms

## 2.9.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/core@2.8.0

## 2.8.2

### 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.8.2",
"version": "2.9.0",
"description": "Fully functional forms for Chakra UI.",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/system

## 2.2.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/hooks",
"version": "2.1.0",
"version": "2.2.0",
"description": "Saas UI react hooks",
"source": "src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/hotkeys

## 2.5.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/core@2.8.0

## 2.4.2

### 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.4.2",
"version": "2.5.0",
"description": "Easy manageable keyboard shortcuts for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saas-ui-magic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @saas-ui/auth

## 2.3.0

### Minor Changes

- 803ede7: Updated Chakra UI version range to >=2.9.0 <3

### Patch Changes

- Updated dependencies [803ede7]
- @saas-ui/auth@3.5.0

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/saas-ui-magic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/magic",
"version": "2.2.0",
"version": "2.3.0",
"description": "Saas UI Magic.link integration",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"magic.link"
],
"dependencies": {
"@saas-ui/auth": "^3.4.0"
"@saas-ui/auth": "^3.5.0"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.9.0 <3",
Expand Down
Loading

0 comments on commit 1d91bb0

Please sign in to comment.