Skip to content

Commit

Permalink
Merge branch 'website' of github.com:saas-js/saas-ui into website
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 5, 2024
2 parents bb347ae + c787e53 commit 7b0f8bb
Show file tree
Hide file tree
Showing 49 changed files with 785 additions and 527 deletions.
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.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/theme-glass@0.6.1
- @saas-ui/react@2.9.1

## 1.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palette-docs",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,10 +11,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/react": "^2.9.3",
"@chakra-ui/react": "^2.10.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^4.5.15",
"@fontsource/inter": "^5.1.0",
"@saas-ui/next-workspaces": "^0.3.0",
"@saas-ui/palette": "workspace:*",
"@saas-ui/react": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# website

## 2.4.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/command-bar@0.6.1
- @saas-ui/forms@2.7.1
- @saas-ui/react@2.9.1

## 2.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"author": "Eelco Wiersma <eelco@appulse.nl>",
"scripts": {
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@ark-ui/react": "^4.1.0",
"@chakra-ui/next-js": "^2.3.2",
"@chakra-ui/props-docs": "^2.3.2",
"@chakra-ui/react": "^2.9.3",
"@chakra-ui/next-js": "^2.4.1",
"@chakra-ui/props-docs": "^2.4.1",
"@chakra-ui/react": "^2.10.1",
"@chakra-ui/react-env": "^3.1.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"tooling/props-docs",
"tooling/storybook-addon"
],
"dependencies": {
"@chakra-ui/cli": "^2.5.2",
"@chakra-ui/react": "^2.9.3",
"@changesets/cli": "^2.27.8",
"devDependencies": {
"@chakra-ui/cli": "^2.5.4",
"@chakra-ui/react": "^2.10.1",
"@changesets/cli": "^2.27.9",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@manypkg/get-packages": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pro
Submodule pro updated from f93e7f to 935a3e
9 changes: 9 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/auth

## 3.4.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/forms@2.7.1
- @saas-ui/core@2.6.1

## 3.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "3.4.1",
"description": "Authentication provider and components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/utils": "^2.2.1",
"@saas-ui/core": "workspace:*",
"@saas-ui/forms": "workspace:*",
"@saas-ui/hooks": "workspace:*"
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.16

### Patch Changes

- Updated dependencies [f0ee3db]
- @saas-ui/auth@3.4.1

## 0.1.15

### 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.15",
"version": "0.1.16",
"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.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.12.0",
"version": "0.12.1",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@chakra-ui/styled-system": "^2.10.2",
"@chakra-ui/styled-system": "^2.11.1",
"recharts": "^2.12.7"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/clerk

## 3.1.1

### Patch Changes

- Updated dependencies [f0ee3db]
- @saas-ui/auth@3.4.1

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"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.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10

## 0.6.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions 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.6.0",
"version": "0.6.1",
"description": "Chakra UI CommandBar Component",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -73,12 +73,12 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.3.2",
"@chakra-ui/anatomy": "^2.3.4",
"@chakra-ui/react-utils": "^2.0.12",
"@chakra-ui/styled-system": "^2.10.2",
"@chakra-ui/theme": "^3.4.2",
"@chakra-ui/theme-tools": "^2.2.2",
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/styled-system": "^2.11.1",
"@chakra-ui/theme": "^3.4.5",
"@chakra-ui/theme-tools": "^2.2.5",
"@chakra-ui/utils": "^2.2.1",
"cmdk": "^1.0.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/react

## 2.6.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/react-utils@2.1.1
- @saas-ui/theme@2.5.1

## 2.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.6.0",
"version": "2.6.1",
"description": "Saas UI - The React component library for startups.",
"exports": {
".": {
Expand Down Expand Up @@ -82,9 +82,9 @@
},
"dependencies": {
"@chakra-ui/react-utils": "^2.0.12",
"@chakra-ui/styled-system": "^2.10.2",
"@chakra-ui/theme-tools": "^2.2.2",
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/styled-system": "^2.11.1",
"@chakra-ui/theme-tools": "^2.2.5",
"@chakra-ui/utils": "^2.2.1",
"@react-aria/interactions": "^3.22.3",
"@react-aria/utils": "^3.25.3",
"@saas-ui/react-utils": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/data-table

## 11.0.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/react@2.9.1
- @saas-ui/core@2.6.1

## 11.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.0.1",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/utils": "^2.2.1",
"@saas-ui/core": "workspace:*",
"@tanstack/react-table": "^8.20.5"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/date-picker

## 0.13.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/modals@2.2.1
- @saas-ui/core@2.6.1

## 0.13.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.13.0",
"version": "0.13.1",
"description": "Chakra UI - Date Picker Component",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/styled-system": "^2.10.2",
"@chakra-ui/theme-tools": "^2.2.2",
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/styled-system": "^2.11.1",
"@chakra-ui/theme-tools": "^2.2.5",
"@chakra-ui/utils": "^2.2.1",
"@internationalized/date": "3.5.6",
"@react-aria/calendar": "^3.5.12",
"@react-aria/datepicker": "^3.11.3",
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.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10

## 0.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.4.0",
"version": "0.4.1",
"description": "Saas UI Dropzone Component for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@chakra-ui/react-utils": "^2.0.12",
"@chakra-ui/styled-system": "^2.10.2",
"@chakra-ui/theme-tools": "^2.2.2",
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/styled-system": "^2.11.1",
"@chakra-ui/theme-tools": "^2.2.5",
"@chakra-ui/utils": "^2.2.1",
"@zag-js/file-upload": "^0.73.0",
"@zag-js/react": "^0.73.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/forms

## 2.7.1

### Patch Changes

- f0ee3db: Updated to Chakra 2.10
- Updated dependencies [f0ee3db]
- @saas-ui/core@2.6.1

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0",
"version": "2.7.1",
"description": "Fully functional forms for Chakra UI.",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"dependencies": {
"@chakra-ui/react-utils": "^2.0.12",
"@chakra-ui/utils": "^2.1.2",
"@chakra-ui/utils": "^2.2.1",
"@hookform/resolvers": "^3.9.0",
"@saas-ui/core": "workspace:*",
"react-hook-form": "^7.53.0"
Expand Down
Loading

0 comments on commit 7b0f8bb

Please sign in to comment.