Skip to content

Commit

Permalink
release: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Aug 4, 2022
1 parent 305f799 commit 827b629
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-carrots-raise.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 @@ -8,6 +8,12 @@ Stay up to date about all changes we've made to Saas UI Core & Pro.

<!-- CHANGELOG:INSERT -->

## 08-04-2022

**Hooks** `v1.0.2`

- useLocalStorage now returns the defaultValue if no value is available and is updated across tabs.

## 07-24-2022

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

## 1.0.8

### Patch Changes

- @saas-ui/react@1.2.2

## 1.0.7

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

## 1.0.8

### Patch Changes

- @saas-ui/react@1.2.2

## 1.0.7

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

## 08-04-2022

**Hooks** `v1.0.2`

- useLocalStorage now returns the defaultValue if no value is available and is updated across tabs.
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.1.2

### Patch Changes

- Updated dependencies [d88b04d]
- @saas-ui/hooks@1.0.2

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

## 1.0.8

### Patch Changes

- @saas-ui/auth@1.1.2

## 1.0.7

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

## 1.0.2

### Patch Changes

- d88b04d: useLocalStorage now returns the defaultValue if no value is available and is updated across tabs.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/hooks",
"version": "1.0.1",
"version": "1.0.2",
"description": "Saas UI react hooks",
"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.2

### Patch Changes

- Updated dependencies [d88b04d]
- @saas-ui/hooks@1.0.2
- @saas-ui/auth@1.1.2

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

## 2.0.8

### Patch Changes

- @saas-ui/react@1.2.2

## 2.0.7

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

0 comments on commit 827b629

Please sign in to comment.