Skip to content

Commit

Permalink
chore(release): 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Aug 20, 2022
1 parent b7f169b commit 84947ea
Show file tree
Hide file tree
Showing 25 changed files with 109 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-pugs-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-garlics-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-dryers-approve.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 @@ -16,6 +16,12 @@ Stay up to date about all changes we've made to Saas UI Core & Pro.

## 08-06-2022

**Card** `v1.1.1`

- Bump card version

## 08-06-2022

`@saas-ui/[email protected]`

- Fixed issue where Next.js would not resolve Chakra UI components correctly.
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.12

### Patch Changes

- Updated dependencies [b7f169b]
- Updated dependencies [935a47c]
- Updated dependencies [bef671d]
- @saas-ui/react@1.3.3

## 1.0.11

### 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.11",
"version": "1.0.12",
"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.12

### Patch Changes

- Updated dependencies [b7f169b]
- Updated dependencies [935a47c]
- Updated dependencies [bef671d]
- @saas-ui/react@1.3.3

## 1.0.11

### 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.11",
"version": "1.0.12",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions apps/website/src/pages/changelog/08-20-2022.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Aug 20, 2022
date: 'Sat Aug 20 2022 14:05:07 GMT+0200 (Central European Summer Time)'
---

## 08-06-2022

**Card** `v1.1.1`

- Bump card version
9 changes: 9 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/auth

## 1.2.2

### Patch Changes

- Updated dependencies [935a47c]
- Updated dependencies [bef671d]
- @saas-ui/hooks@1.1.1
- @saas-ui/forms@1.1.2

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

### Patch Changes

- @saas-ui/auth@1.2.2

## 1.1.1

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

## 1.1.2

### Patch Changes

- bef671d: Field variant now passed down to the internal Input.

## 1.1.1

### 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.1",
"version": "1.1.2",
"description": "Fully functional forms for Chakra 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.1.1

### Patch Changes

- 935a47c: useLocalStorage now returns the correct type.

## 1.1.0

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

## 1.1.1

### Patch Changes

- b7f169b: Removed fontSize from HotkeysListItem base styles.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/hotkeys",
"version": "1.1.0",
"version": "1.1.1",
"description": "Easy manageable keyboard shortcuts 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.1.2

### Patch Changes

- Updated dependencies [bef671d]
- @saas-ui/forms@1.1.2

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

## 1.3.3

### Patch Changes

- b7f169b: Removed fontSize from HotkeysListItem base styles.
- 935a47c: useLocalStorage now returns the correct type.
- bef671d: Field variant now passed down to the internal Input.
- Updated dependencies [b7f169b]
- Updated dependencies [935a47c]
- Updated dependencies [bef671d]
- @saas-ui/hotkeys@1.1.1
- @saas-ui/hooks@1.1.1
- @saas-ui/forms@1.1.2
- @saas-ui/auth@1.2.2
- @saas-ui/modals@1.1.2

## 1.3.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.3.2",
"version": "1.3.3",
"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.12

### Patch Changes

- Updated dependencies [b7f169b]
- Updated dependencies [935a47c]
- Updated dependencies [bef671d]
- @saas-ui/react@1.3.3

## 2.0.11

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

0 comments on commit 84947ea

Please sign in to comment.