Skip to content

Commit 229e7e3

Browse files
Version Packages (next)
1 parent 24532ae commit 229e7e3

18 files changed

Lines changed: 70 additions & 9 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"big-wolves-perform",
4848
"breezy-ends-sort",
4949
"bright-clubs-stand",
50+
"bright-recipes-bloom",
5051
"brown-radios-dream",
5152
"busy-things-kick",
5253
"chakra-preset-typegen-circular",

apps/compositions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chakra-ui/compositions
22

3+
## 1.0.1-next.59
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@3.0.0-next.56
8+
- @saas-ui/forms@3.0.0-next.59
9+
310
## 1.0.1-next.58
411

512
### Patch Changes

apps/compositions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/compositions",
3-
"version": "1.0.1-next.58",
3+
"version": "1.0.1-next.59",
44
"private": true,
55
"description": "Registry for component compositions",
66
"scripts": {

apps/website/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @saas-ui/web-v3
22

3+
## 0.1.1-next.95
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d79c7ca]
8+
- @saas-ui/chakra-preset@3.0.0-next.10
9+
- @saas-ui/react@3.0.0-next.56
10+
- @saas-ui/forms@3.0.0-next.59
11+
- @saas-ui/modals@3.0.0-next.59
12+
313
## 0.1.1-next.94
414

515
### Patch Changes

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.1.1-next.94",
3+
"version": "0.1.1-next.95",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/saas-ui-chakra-preset/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @saas-ui/chakra-preset
22

3+
## 3.0.0-next.10
4+
5+
### Minor Changes
6+
7+
- d79c7ca: Add ColorSwatch and Fieldset recipes, new Button, DataList, and Tabs
8+
variants, and exported recipe keys and variant prop types for registry
9+
templates.
10+
311
## 3.0.0-next.9
412

513
### Minor Changes

packages/saas-ui-chakra-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/chakra-preset",
3-
"version": "3.0.0-next.9",
3+
"version": "3.0.0-next.10",
44
"description": "Saas UI - The Chakra UI preset",
55
"type": "module",
66
"exports": {

packages/saas-ui-forms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saas-ui/forms
22

3+
## 3.0.0-next.59
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@3.0.0-next.56
8+
39
## 3.0.0-next.58
410

511
### Patch Changes

packages/saas-ui-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saas-ui/forms",
3-
"version": "3.0.0-next.58",
3+
"version": "3.0.0-next.59",
44
"description": "Fully functional forms for Chakra UI.",
55
"exports": {
66
".": {

packages/saas-ui-modals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @saas-ui/modals
22

3+
## 3.0.0-next.59
4+
5+
### Patch Changes
6+
7+
- @saas-ui/react@3.0.0-next.56
8+
- @saas-ui/forms@3.0.0-next.59
9+
310
## 3.0.0-next.58
411

512
### Patch Changes

0 commit comments

Comments
 (0)