Skip to content

Commit

Permalink
release: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jul 24, 2022
1 parent b630b89 commit 04d4e76
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Stay up to date about all changes we've made to Saas UI Core & Pro.

<!-- CHANGELOG:INSERT -->

## 07-24-2022

`@saas-ui/react@1.2.1`

- Fall back to label prop in password forms

**Auth** `v1.1.1`

- Fall back to label prop in password forms

## 07-23-2022

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

## 1.0.7

### Patch Changes

- Updated dependencies
- @saas-ui/react@1.2.1

## 1.0.6

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

## 1.0.7

### Patch Changes

- Updated dependencies
- @saas-ui/react@1.2.1

## 1.0.6

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

## 07-24-2022

`@saas-ui/react@1.2.1`

- Fall back to label prop in password forms

**Auth** `v1.1.1`

- Fall back to label prop in password forms
6 changes: 6 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/auth

## 1.1.1

### Patch Changes

- Fall back to label prop in password forms

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"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.0.7

### Patch Changes

- Updated dependencies
- @saas-ui/auth@1.1.1

## 1.0.6

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

## 1.2.1

### Patch Changes

- Fall back to label prop in password forms
- Updated dependencies
- @saas-ui/auth@1.1.1

## 1.2.0

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

## 2.0.7

### Patch Changes

- Updated dependencies
- @saas-ui/react@1.2.1

## 2.0.6

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

0 comments on commit 04d4e76

Please sign in to comment.