Skip to content

Commit

Permalink
chore(release): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Sep 8, 2022
1 parent a963b97 commit f850c09
Show file tree
Hide file tree
Showing 21 changed files with 131 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-carrots-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-chefs-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-phones-melt.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 -->

## 09-08-2022

`@saas-ui/[email protected]`

- Form now accepts a render function with form state props.
- Re-export all React Hook Form types and hooks
- New onChange prop for Form that triggers when the form state is changed.

**Auth** `v1.3.0`

- Form now accepts a render function with form state props.

**Forms** `v1.2.0`

- Form now accepts a render function with form state props.
- Re-export all React Hook Form types and hooks
- New onChange prop for Form that triggers when the form state is changed.

**Modals** `v1.2.0`

- Form now accepts a render function with form state props.

## 08-06-2022

**Card** `v1.1.1`
Expand Down
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.0.13

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/react@1.4.0

## 1.0.12

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

## 1.0.13

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/react@1.4.0

## 1.0.12

### 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.12",
"version": "1.0.13",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions apps/website/src/pages/changelog/09-08-2022.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Sep 8, 2022
date: 'Thu Sep 08 2022 12:00:40 GMT+0200 (Central European Summer Time)'
---

## 09-08-2022

`@saas-ui/[email protected]`

- Form now accepts a render function with form state props.
- Re-export all React Hook Form types and hooks
- New onChange prop for Form that triggers when the form state is changed.

**Auth** `v1.3.0`
**Forms** `v1.2.0`
**Modals** `v1.2.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

## 1.3.0

### Minor Changes

- d003608: Form now accepts a render function with form state props.

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/forms@1.2.0

## 1.2.2

### 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.2.2",
"version": "1.3.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-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/clerk

## 1.1.3

### Patch Changes

- Updated dependencies [d003608]
- @saas-ui/auth@1.3.0

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"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.2.0

### Minor Changes

- d003608: Form now accepts a render function with form state props.
- d003608: Re-export all React Hook Form types and hooks
- d003608: New onChange prop for Form that triggers when the form state is changed.

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

## 1.2.0

### Minor Changes

- d003608: Form now accepts a render function with form state props.

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/forms@1.2.0

## 1.1.2

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

## 1.4.0

### Minor Changes

- d003608: Form now accepts a render function with form state props.
- d003608: Re-export all React Hook Form types and hooks
- d003608: New onChange prop for Form that triggers when the form state is changed.

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/auth@1.3.0
- @saas-ui/forms@1.2.0
- @saas-ui/modals@1.2.0

## 1.3.3

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

## 2.0.13

### Patch Changes

- Updated dependencies [d003608]
- Updated dependencies [d003608]
- Updated dependencies [d003608]
- @saas-ui/react@1.4.0

## 2.0.12

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

0 comments on commit f850c09

Please sign in to comment.