Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Sep 17, 2022
1 parent dfd61ed commit 4da8caa
Show file tree
Hide file tree
Showing 46 changed files with 221 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-books-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-adults-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-starfishes-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-turkeys-doubt.md

This file was deleted.

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

<!-- CHANGELOG:INSERT -->

## 09-17-2022

`@saas-ui/react@1.4.1`

- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.

**Forms** `v1.2.1`

- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.

**App Shell** `v1.1.0`

- Added AppShell component to core

**Theme** `v1.3.0`

- Added AppShell component to core
- Added Sidebar component to core

**Collapse** `v1.1.1`

- useCollapse can now be fully controlled

**Sidebar** `v0.1.0`

- Added Sidebar component to core

## 09-08-2022

`@saas-ui/react@1.4.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.14

### Patch Changes

- Updated dependencies [dfd61ed]
- @saas-ui/react@1.4.1

## 1.0.13

### 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.13",
"version": "1.0.14",
"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.14

### Patch Changes

- Updated dependencies [dfd61ed]
- @saas-ui/react@1.4.1

## 1.0.13

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

## 09-17-2022

`@saas-ui/react@1.4.1`

- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.

**Forms** `v1.2.1`

- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.

**App Shell** `v1.1.0`

- Added AppShell component to core

**Theme** `v1.3.0`

- Added AppShell component to core
- Added Sidebar component to core

**Collapse** `v1.1.1`

- useCollapse can now be fully controlled

**Sidebar** `v0.1.0`

- Added Sidebar component to core
7 changes: 7 additions & 0 deletions packages/saas-ui-app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @saas-ui/app-shell

## 0.1.0

### Minor Changes

- 0d83ca5: Added AppShell component to core
2 changes: 1 addition & 1 deletion packages/saas-ui-app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/app-shell",
"version": "1.0.0",
"version": "0.1.0",
"description": "App Shell component for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/auth

## 1.3.1

### Patch Changes

- Updated dependencies [dfd61ed]
- @saas-ui/forms@1.2.1
- @saas-ui/layout@1.1.1

## 1.3.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.3.0",
"version": "1.3.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-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/clerk

## 1.1.4

### Patch Changes

- @saas-ui/auth@1.3.1

## 1.1.3

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

## 1.1.1

### Patch Changes

- 40a9465: useCollapse can now be fully controlled

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/collapse",
"version": "1.1.0",
"version": "1.1.1",
"description": "Collapse Component",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/data-table

## 1.1.1

### Patch Changes

- @saas-ui/layout@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/data-table",
"version": "1.1.0",
"version": "1.1.1",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/forms

## 1.2.1

### Patch Changes

- dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
- @saas-ui/stepper@1.1.2

## 1.2.0

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

## 1.1.1

### Patch Changes

- @saas-ui/provider@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/layout",
"version": "1.1.0",
"version": "1.1.1",
"description": "Saas UI Layout components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/menu

## 1.1.1

### Patch Changes

- @saas-ui/provider@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/menu",
"version": "1.1.0",
"version": "1.1.1",
"description": "Menu Component",
"source": "src/index.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/modals

## 1.2.1

### Patch Changes

- Updated dependencies [dfd61ed]
- @saas-ui/forms@1.2.1
- @saas-ui/menu@1.1.1

## 1.2.0

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

## 1.1.1

### Patch Changes

- Updated dependencies [0d83ca5]
- Updated dependencies [40a9465]
- @saas-ui/theme@1.3.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/provider",
"version": "1.1.0",
"version": "1.1.1",
"description": "Theme and components agnostic SaasProvider",
"source": "src/index.ts",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/saas-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @saas-ui/react

## 1.4.1

### Patch Changes

- dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
- Updated dependencies [dfd61ed]
- Updated dependencies [0d83ca5]
- Updated dependencies [40a9465]
- Updated dependencies [40a9465]
- @saas-ui/forms@1.2.1
- @saas-ui/theme@1.3.0
- @saas-ui/collapse@1.1.1
- @saas-ui/auth@1.3.1
- @saas-ui/modals@1.2.1
- @saas-ui/provider@1.1.1
- @saas-ui/stepper@1.1.2
- @saas-ui/layout@1.1.1
- @saas-ui/menu@1.1.1
- @saas-ui/data-table@1.1.1

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

## 0.1.0

### Minor Changes

- 40a9465: Added Sidebar component to core

### Patch Changes

- Updated dependencies [40a9465]
- @saas-ui/collapse@1.1.1
Loading

5 comments on commit 4da8caa

@jgillich
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jgillich
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pagebakers Looks like the new components are missing from the 1.4.1 npm package. Do they have to be added to the react package's dependencies?

@Pagebakers
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jgillich Since they are still beta they are not exported from /react yet.

You need to install and import them separately.
@saas-ui/app-shell
@saas-ui/sidebar

Documentation will follow asap.

@jgillich
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks!

@Pagebakers
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stories are live: https://storybook.saas-ui.dev/

Please sign in to comment.