Skip to content

Commit

Permalink
chore(release): 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jan 8, 2023
1 parent 3c1633c commit fd2142d
Show file tree
Hide file tree
Showing 32 changed files with 170 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-phones-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-hounds-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-poems-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-moles-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-dancers-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-hounds-admire.md

This file was deleted.

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

<!-- CHANGELOG:INSERT -->

## 01-08-2023

`@saas-ui/[email protected]`

- Fixed default value for Switch fields.
- Support disable sorting on individual columns in DataTable
- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.

**Theme Glass** `v0.2.0`

- Improved glass effect on light mode.
- Added Drawer and Popover themes.

**Sidebar** `v0.7.0`

- NavItem now supports tooltipProps to customize all tooltip props.

**Forms** `v1.4.2`

- Fixed default value for Switch fields.

**Data Table** `v1.3.3`

- Support disable sorting on individual columns in DataTable

**Modals** `v1.4.3`

- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.

## 12-09-2022

**Date Picker** `v0.7.3`
Expand Down
12 changes: 12 additions & 0 deletions apps/palette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# palette

## 1.2.4

### Patch Changes

- Updated dependencies [8ddaf64]
- Updated dependencies [523b5ca]
- Updated dependencies [8ddaf64]
- Updated dependencies [a050ea1]
- Updated dependencies [c8f7b32]
- @saas-ui/theme-glass@0.2.0
- @saas-ui/react@1.7.4

## 1.2.3

### 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.2.3",
"version": "1.2.4",
"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.2.4

### Patch Changes

- Updated dependencies [523b5ca]
- Updated dependencies [a050ea1]
- Updated dependencies [c8f7b32]
- @saas-ui/react@1.7.4

## 1.2.3

### 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.2.3",
"version": "1.2.4",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
31 changes: 31 additions & 0 deletions apps/website/src/pages/changelog/01-08-2023.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Jan 8, 2023
date: 'Sun Jan 08 2023 13:42:43 GMT+0000 (Western European Standard Time)'
---

`@saas-ui/[email protected]`

- Fixed default value for Switch fields.
- Support disable sorting on individual columns in DataTable
- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.

**Theme Glass** `v0.2.0`

- Improved glass effect on light mode.
- Added Drawer and Popover themes.

**Sidebar** `v0.7.0`

- NavItem now supports tooltipProps to customize all tooltip props.

**Forms** `v1.4.2`

- Fixed default value for Switch fields.

**Data Table** `v1.3.3`

- Support disable sorting on individual columns in DataTable

**Modals** `v1.4.3`

- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.
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.6.4

### Patch Changes

- Updated dependencies [523b5ca]
- @saas-ui/forms@1.4.2

## 1.6.3

### 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.6.3",
"version": "1.6.4",
"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.2.8

### Patch Changes

- @saas-ui/auth@1.6.4

## 1.2.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.2.7",
"version": "1.2.8",
"description": "Clerk Authentication Service for Saas UI",
"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.3.3

### Patch Changes

- a050ea1: Support disable sorting on individual columns in DataTable

## 1.3.2

### Patch 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.3.2",
"version": "1.3.3",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/date-picker

## 0.7.5

### Patch Changes

- Updated dependencies [c8f7b32]
- @saas-ui/modals@1.4.3

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/date-picker",
"version": "0.7.4",
"version": "0.7.5",
"description": "Chakra UI - Date Picker Component",
"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.4.2

### Patch Changes

- 523b5ca: Fixed default value for Switch fields.

## 1.4.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.4.1",
"version": "1.4.2",
"description": "Fully functional forms for Chakra UI.",
"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.4.3

### Patch Changes

- c8f7b32: Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.
- Updated dependencies [523b5ca]
- @saas-ui/forms@1.4.2

## 1.4.2

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

## 1.7.4

### Patch Changes

- 523b5ca: Fixed default value for Switch fields.
- a050ea1: Support disable sorting on individual columns in DataTable
- c8f7b32: Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.
- Updated dependencies [523b5ca]
- Updated dependencies [a050ea1]
- Updated dependencies [c8f7b32]
- @saas-ui/forms@1.4.2
- @saas-ui/data-table@1.3.3
- @saas-ui/modals@1.4.3
- @saas-ui/auth@1.6.4

## 1.7.3

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

## 0.7.0

### Minor Changes

- ec868e2: NavItem now supports tooltipProps to customize all tooltip props.

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/sidebar",
"version": "0.6.1",
"version": "0.7.0",
"description": "Sidebar component for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-theme-glass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/theme-glass

## 0.2.0

### Minor Changes

- 8ddaf64: Improved glass effect on light mode.
- 8ddaf64: Added Drawer and Popover themes.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-theme-glass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/theme-glass",
"version": "0.1.1",
"version": "0.2.0",
"description": "A Linear inspired Chakra UI theme",
"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.2.4

### Patch Changes

- Updated dependencies [523b5ca]
- Updated dependencies [a050ea1]
- Updated dependencies [c8f7b32]
- @saas-ui/react@1.7.4

## 2.2.3

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

0 comments on commit fd2142d

Please sign in to comment.