Skip to content

Commit

Permalink
release: 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jul 23, 2022
1 parent 8bb200f commit 4bce616
Show file tree
Hide file tree
Showing 24 changed files with 148 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-donkeys-double.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-penguins-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-readers-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-carrots-watch.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ Stay up to date about all changes we've made to Saas UI Core & Pro.

<!-- CHANGELOG:INSERT -->

## 07-23-2022

`@saas-ui/react@1.2.0`

- Auth forms field labels can now be customized, thanks to @nadiles.
- Make sure FormStep onSubmit does not throw an error when no promise is returned.
- Fixed a typo in the AuthForm styles provider.
- PasswordInput width now applied to the FormGroup element.

**Auth** `v1.1.0`

- Auth forms field labels can now be customized, thanks to @nadiles.
- Fixed a typo in the AuthForm styles provider.

**Forms** `v1.0.3`

- Make sure FormStep onSubmit does not throw an error when no promise is returned.

**Password Input** `v1.0.2`

- PasswordInput width now applied to the FormGroup element.

## 07-17-2022

`@saas-ui/react@1.1.2`
Expand Down
10 changes: 10 additions & 0 deletions apps/palette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# palette

## 1.0.6

### Patch Changes

- Updated dependencies [1ff5f3a]
- Updated dependencies [e14c2e1]
- Updated dependencies [273c10d]
- Updated dependencies [8d03628]
- @saas-ui/react@1.2.0

## 1.0.5

### 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.0.5",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "next dev",
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

## 1.0.6

### Patch Changes

- Updated dependencies [1ff5f3a]
- Updated dependencies [e14c2e1]
- Updated dependencies [273c10d]
- Updated dependencies [8d03628]
- @saas-ui/react@1.2.0

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"private": true,
"author": "Eelco Wiersma <eelco@appulse.nl>",
"scripts": {
Expand Down
26 changes: 26 additions & 0 deletions apps/website/src/pages/changelog/07-23-2022.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Jul 23, 2022
date: 'Sat Jul 23 2022 10:37:16 GMT+0200 (Central European Summer Time)'
---

## 07-23-2022

`@saas-ui/react@1.2.0`

- Auth forms field labels can now be customized, thanks to @nadiles.
- Make sure FormStep onSubmit does not throw an error when no promise is returned.
- Fixed a typo in the AuthForm styles provider.
- PasswordInput width now applied to the FormGroup element.

**Auth** `v1.1.0`

- Auth forms field labels can now be customized, thanks to @nadiles.
- Fixed a typo in the AuthForm styles provider.

**Forms** `v1.0.3`

- Make sure FormStep onSubmit does not throw an error when no promise is returned.

**Password Input** `v1.0.2`

- PasswordInput width now applied to the FormGroup element.
12 changes: 12 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @saas-ui/auth

## 1.1.0

### Minor Changes

- 1ff5f3a: Auth forms field labels can now be customized, thanks to @nadiles.

### Patch Changes

- 273c10d: Fixed a typo in the AuthForm styles provider.
- Updated dependencies [e14c2e1]
- @saas-ui/forms@1.0.3

## 1.0.5

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

## 1.0.6

### Patch Changes

- Updated dependencies [1ff5f3a]
- Updated dependencies [273c10d]
- @saas-ui/auth@1.1.0

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
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

## 1.0.3

### Patch Changes

- e14c2e1: Make sure FormStep onSubmit does not throw an error when no promise is returned.
- Updated dependencies [8d03628]
- @saas-ui/password-input@1.0.2

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

## 1.0.5

### Patch Changes

- Updated dependencies [e14c2e1]
- @saas-ui/forms@1.0.3

## 1.0.4

### 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": "1.0.4",
"version": "1.0.5",
"description": "A modal manager for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-password-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/password-input

## 1.0.2

### Patch Changes

- 8d03628: PasswordInput width now applied to the FormGroup element.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-password-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/password-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "A password input for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/saas-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @saas-ui/react

## 1.2.0

### Minor Changes

- 1ff5f3a: Auth forms field labels can now be customized, thanks to @nadiles.

### Patch Changes

- e14c2e1: Make sure FormStep onSubmit does not throw an error when no promise is returned.
- 273c10d: Fixed a typo in the AuthForm styles provider.
- 8d03628: PasswordInput width now applied to the FormGroup element.
- Updated dependencies [1ff5f3a]
- Updated dependencies [e14c2e1]
- Updated dependencies [273c10d]
- Updated dependencies [8d03628]
- @saas-ui/auth@1.1.0
- @saas-ui/forms@1.0.3
- @saas-ui/password-input@1.0.2
- @saas-ui/modals@1.0.5

## 1.1.2

### 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": "1.1.2",
"version": "1.2.0",
"description": "Saas UI - The frontend stack for SaaS companies.",
"source": "src/index.ts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions tooling/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @saas-ui/test-utils

## 2.0.6

### Patch Changes

- Updated dependencies [1ff5f3a]
- Updated dependencies [e14c2e1]
- Updated dependencies [273c10d]
- Updated dependencies [8d03628]
- @saas-ui/react@1.2.0

## 2.0.5

### 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": "2.0.5",
"version": "2.0.6",
"private": true,
"description": "Testing utilities for Chakra UI's components",
"keywords": [
Expand Down

0 comments on commit 4bce616

Please sign in to comment.