Skip to content

Commit

Permalink
chore(release): 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Sep 18, 2022
1 parent 62f3d4c commit 4891375
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/sour-cheetahs-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-hotels-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-starfishes-wash.md

This file was deleted.

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

## 09-17-2022

**Sidebar** `v0.1.1`

- Forward ref to Sidebar container

## 09-17-2022

`@saas-ui/react@1.4.1`

- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
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.15

### Patch Changes

- Updated dependencies [b88c087]
- Updated dependencies [62f3d4c]
- Updated dependencies [62f3d4c]
- @saas-ui/react@1.4.2

## 1.0.14

### 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.14",
"version": "1.0.15",
"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.15

### Patch Changes

- Updated dependencies [b88c087]
- Updated dependencies [62f3d4c]
- Updated dependencies [62f3d4c]
- @saas-ui/react@1.4.2

## 1.0.14

### 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.14",
"version": "1.0.15",
"private": true,
"author": "Eelco Wiersma <eelco@appulse.nl>",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions apps/website/src/pages/changelog/09-18-2022.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Sep 18, 2022
date: 'Sun Sep 18 2022 12:55:12 GMT+0200 (Central European Summer Time)'
---

## 09-17-2022

**Sidebar** `v0.1.1`

- Forward ref to Sidebar container
7 changes: 7 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/auth

## 1.3.2

### Patch Changes

- 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
- 62f3d4c: User.email now is optional

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"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.1.5

### Patch Changes

- Updated dependencies [62f3d4c]
- Updated dependencies [62f3d4c]
- @saas-ui/auth@1.3.2

## 1.1.4

### 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.4",
"version": "1.1.5",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/modals

## 1.2.2

### Patch Changes

- b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh

## 1.2.1

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

## 1.4.2

### Patch Changes

- b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh
- 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
- 62f3d4c: User.email now is optional
- Updated dependencies [b88c087]
- Updated dependencies [62f3d4c]
- Updated dependencies [62f3d4c]
- @saas-ui/modals@1.2.2
- @saas-ui/auth@1.3.2

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"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.15

### Patch Changes

- Updated dependencies [b88c087]
- Updated dependencies [62f3d4c]
- Updated dependencies [62f3d4c]
- @saas-ui/react@1.4.2

## 2.0.14

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

0 comments on commit 4891375

Please sign in to comment.