Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jul 2, 2022
1 parent ebbfe0a commit fbfa0a5
Show file tree
Hide file tree
Showing 25 changed files with 145 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-taxis-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-kangaroos-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-crabs-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-crews-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-snails-fry.md

This file was deleted.

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

<!-- CHANGELOG:INSERT -->

## 07-02-2022

`@saas-ui/react@1.0.1`

- BannerContent flexDirection set to column on small screens.
- Support JSONSchema title in field resolvers
- Select field focus styles now consistent with Input fields.
- Fixed @chakra-ui/system dependency version.

**Banner** `v1.0.1`

- BannerContent flexDirection set to column on small screens.

**Forms** `v1.0.1`

- Support JSONSchema title in field resolvers
- Select field focus styles now consistent with Input fields.
- FormDialog with AutoForm now sets focus on first field by default.

**Modals** `v1.0.1`

- FormDialog with AutoForm now sets focus on first field by default.

## 06-30-2022

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

## 1.0.1

### Patch Changes

- Updated dependencies [fe10fc8]
- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [4a37ca7]
- @saas-ui/react@1.0.1

## 1.0.0

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

## 1.0.1

### Patch Changes

- Updated dependencies [fe10fc8]
- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [4a37ca7]
- @saas-ui/react@1.0.1

## 1.0.0

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

## 07-02-2022

`@saas-ui/react@1.0.1`

- BannerContent flexDirection set to column on small screens.
- Support JSONSchema title in field resolvers
- Select field focus styles now consistent with Input fields.
- Fixed @chakra-ui/system dependency version.

**Banner** `v1.0.1`

- BannerContent flexDirection set to column on small screens.

**Forms** `v1.0.1`

- Support JSONSchema title in field resolvers
- Select field focus styles now consistent with Input fields.
- FormDialog with AutoForm now sets focus on first field by default.

**Modals** `v1.0.1`

- FormDialog with AutoForm now sets focus on first field by default.
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.0.1

### Patch Changes

- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [3f928c2]
- @saas-ui/forms@1.0.1

## 1.0.0

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

## 1.0.1

### Patch Changes

- fe10fc8: BannerContent flexDirection set to column on small screens.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/banner",
"version": "1.0.0",
"version": "1.0.1",
"description": "A banner component 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.1

### Patch Changes

- @saas-ui/auth@1.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.0.1

### Patch Changes

- 3ce1dee: Support JSONSchema title in field resolvers
- 150efb2: Select field focus styles now consistent with Input fields.
- 3f928c2: FormDialog with AutoForm now sets focus on first field by default.

## 1.0.0

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

## 1.0.1

### Patch Changes

- 3f928c2: FormDialog with AutoForm now sets focus on first field by default.
- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [3f928c2]
- @saas-ui/forms@1.0.1

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"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.0.1

### Patch Changes

- fe10fc8: BannerContent flexDirection set to column on small screens.
- 3ce1dee: Support JSONSchema title in field resolvers
- 150efb2: Select field focus styles now consistent with Input fields.
- 4a37ca7: Fixed @chakra-ui/system dependency version.
- Updated dependencies [fe10fc8]
- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [3f928c2]
- @saas-ui/banner@1.0.1
- @saas-ui/forms@1.0.1
- @saas-ui/modals@1.0.1
- @saas-ui/auth@1.0.1

## 1.0.0

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

## 2.0.1

### Patch Changes

- Updated dependencies [fe10fc8]
- Updated dependencies [3ce1dee]
- Updated dependencies [150efb2]
- Updated dependencies [4a37ca7]
- @saas-ui/react@1.0.1

## 2.0.0

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

0 comments on commit fbfa0a5

Please sign in to comment.