Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 2, 2024
1 parent 81ec605 commit 3465944
Show file tree
Hide file tree
Showing 53 changed files with 386 additions and 229 deletions.
28 changes: 0 additions & 28 deletions .changeset/grumpy-crabs-march.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/theme-glass@0.6.0
- @saas-ui/react@2.9.0

## 1.4.43

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

## 2.4.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/command-bar@0.6.0
- @saas-ui/forms@2.7.0
- @saas-ui/react@2.9.0

## 2.3.41

### 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.41",
"version": "2.4.0",
"private": true,
"author": "Eelco Wiersma <eelco@appulse.nl>",
"scripts": {
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"w": "yarn workspace",
"dev:web": "yarn w website dev",
"dev:palette": "yarn w palette-docs dev",
"changelog:gen": "ts-node scripts/changelog-generate.ts",
"changelog:write": "ts-node scripts/changelog-write.ts",
"changelog:gen": "tsx scripts/changelog-generate.ts",
"changelog:write": "tsx scripts/changelog-write.ts",
"changelog:commit": "git add CHANGELOG.md && git commit -am 'docs: add changelog' && git push",
"changeset:next": "yarn changeset pre enter next",
"changeset:version": "yarn changelog:gen && changeset version",
Expand Down Expand Up @@ -103,7 +103,6 @@
"react-is": "^18.3.1",
"react-test-renderer": "^18.3.1",
"rimraf": "^4.4.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "2.1.3",
Expand All @@ -119,5 +118,8 @@
"@storybook/react-dom-shim@npm": "8.0.8",
"@storybook/cli": "8.0.8"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.2.2",
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0"
}
}
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.4.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/forms@2.7.0
- @saas-ui/hooks@2.1.0
- @saas-ui/core@2.6.0

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

## 0.1.15

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/auth@3.4.0

## 0.1.14

### 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.14",
"version": "0.1.15",
"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.12.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

## 0.11.9

### 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.11.9",
"version": "0.12.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.1.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/auth@3.4.0

## 3.0.50

### 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.50",
"version": "3.1.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.6.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

## 0.5.3

### Patch 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.5.3",
"version": "0.6.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.6.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/react-utils@2.1.0
- @saas-ui/theme@2.5.0

## 2.5.6

### 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.5.6",
"version": "2.6.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

## 11.0.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/react@2.9.0
- @saas-ui/core@2.6.0

## 10.0.11

### 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": "10.0.11",
"version": "11.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.13.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/modals@2.2.0
- @saas-ui/core@2.6.0

## 0.12.43

### 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.43",
"version": "0.13.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.4.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

## 0.3.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.3.0",
"version": "0.4.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.7.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/core@2.6.0

## 2.6.11

### 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.6.11",
"version": "2.7.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.1.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

## 2.0.3

### Patch 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.0.3",
"version": "2.1.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.3.0

### Minor Changes

- 2ac496a: Upgraded to Chakra UI v2.9.3

### Patch Changes

- Updated dependencies [2ac496a]
- @saas-ui/core@2.6.0

## 2.2.14

### 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.2.14",
"version": "2.3.0",
"description": "Easy manageable keyboard shortcuts for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
Loading

0 comments on commit 3465944

Please sign in to comment.