Skip to content

Commit

Permalink
chore(release): alpha.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jan 28, 2025
1 parent 250da91 commit 6bef391
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"healthy-hats-smoke",
"honest-nails-wash",
"honest-pumpkins-marry",
"hungry-berries-burn",
"hungry-readers-lie",
"kind-points-help",
"many-spiders-join",
Expand All @@ -80,6 +81,7 @@
"olive-cougars-kick",
"olive-mails-melt",
"pink-islands-juggle",
"polite-rings-retire",
"popular-ducks-compete",
"real-dolphins-tease",
"shy-deers-protect",
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

## 3.0.0-alpha.28

### Patch Changes

- Updated dependencies [6a8bf46]
- Updated dependencies [6a8bf46]
- @saas-ui/react@3.0.0-alpha.28

## 3.0.0-alpha.27

### 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": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"description": "Fully functional forms for Chakra UI.",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/modals

## 3.0.0-alpha.28

### Patch Changes

- Updated dependencies [6a8bf46]
- Updated dependencies [6a8bf46]
- @saas-ui/react@3.0.0-alpha.28
- @saas-ui/forms@3.0.0-alpha.28

## 3.0.0-alpha.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/modals",
"version": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"description": "A modal manager for Chakra UI",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/react

## 3.0.0-alpha.28

### Patch Changes

- 6a8bf46: Decreased default overlay translucency
- 6a8bf46: Fix dialog backdrop z-index

## 3.0.0-alpha.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/react",
"version": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"description": "Saas UI - The React component library for startups.",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# saas-ui-storybook

## 3.0.0-alpha.28

### Patch Changes

- Updated dependencies [6a8bf46]
- Updated dependencies [6a8bf46]
- @saas-ui/react@3.0.0-alpha.28
- @saas-ui/storybook-addon@4.0.0-alpha.12

## 3.0.0-alpha.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "saas-ui-storybook",
"type": "module",
"version": "3.0.0-alpha.27",
"version": "3.0.0-alpha.28",
"scripts": {
"dev": "storybook dev -p 6006 --debug",
"build": "storybook build --debug --loglevel verbose"
Expand Down
2 changes: 1 addition & 1 deletion tooling/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@chakra-ui/react": ">=2.0.0",
"@saas-ui/react": ">=3.0.0-alpha.27",
"@saas-ui/react": ">=3.0.0-alpha.28",
"@storybook/components": ">=8.0.0",
"@storybook/manager-api": ">=8.0.0",
"@storybook/preview-api": ">=8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions tooling/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/test-utils

## 5.0.0-alpha.28

### Patch Changes

- Updated dependencies [6a8bf46]
- Updated dependencies [6a8bf46]
- @saas-ui/react@3.0.0-alpha.28

## 5.0.0-alpha.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/test-utils",
"version": "5.0.0-alpha.27",
"version": "5.0.0-alpha.28",
"private": true,
"description": "Testing utilities for Chakra UI's components",
"keywords": [
Expand Down

0 comments on commit 6bef391

Please sign in to comment.