Skip to content

Commit

Permalink
chore(release): 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Aug 7, 2023
1 parent 493a548 commit c5cd227
Show file tree
Hide file tree
Showing 33 changed files with 184 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/eleven-pens-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-poems-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-bottles-rhyme.md

This file was deleted.

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

<!-- CHANGELOG:INSERT -->

## 08-07-2023

`@saas-ui/[email protected]`

- NavItem now renders an aria-current tag when the item is active.
- Export createStandAloneSnackbar from core package.
- NavItem active state is now compatible with Remix and ReactRouter NavLink

**Theme** `v2.0.1`

- NavItem now renders an aria-current tag when the item is active.
- NavItem active state is now compatible with Remix and ReactRouter NavLink

**Core** `v2.0.3`

- NavItem now renders an aria-current tag when the item is active.
- Export createStandAloneSnackbar from core package.

## 07-20-2023

**Forms** `v2.0.3`
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.3.14

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/react@2.0.6
- @saas-ui/theme-glass@0.4.0

## 1.3.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.3.13",
"version": "1.3.14",
"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

## 2.0.6

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/react@2.0.6
- @saas-ui/forms@2.0.5

## 2.0.5

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

## 08-07-2023

`@saas-ui/[email protected]`

- NavItem now renders an aria-current tag when the item is active.
- Export createStandAloneSnackbar from core package.
- NavItem active state is now compatible with Remix and ReactRouter NavLink

**Theme** `v2.0.1`

- NavItem now renders an aria-current tag when the item is active.
- NavItem active state is now compatible with Remix and ReactRouter NavLink

**Core** `v2.0.3`

- NavItem now renders an aria-current tag when the item is active.
- Export createStandAloneSnackbar from core package.
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

## 2.0.5

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- @saas-ui/core@2.0.3
- @saas-ui/forms@2.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"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

## 3.0.6

### Patch Changes

- @saas-ui/auth@2.0.5

## 3.0.5

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

## 2.0.3

### Patch Changes

- 493a548a: NavItem now renders an aria-current tag when the item is active.
- 9e848077: Export createStandAloneSnackbar from core package.
- Updated dependencies [493a548a]
- Updated dependencies [493a548a]
- @saas-ui/theme@2.0.1

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/core",
"version": "2.0.2",
"version": "2.0.3",
"description": "Saas UI - The React component library for startups.",
"source": "src/index.ts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @saas-ui/data-table

## 2.0.6

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/core@2.0.3
- @saas-ui/react@2.0.6

## 2.0.5

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

## 0.10.6

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- @saas-ui/core@2.0.3
- @saas-ui/modals@2.0.6

## 0.10.5

### 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.10.5",
"version": "0.10.6",
"description": "Chakra UI - Date Picker Component",
"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

## 2.0.5

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- @saas-ui/core@2.0.3

## 2.0.4

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

## 2.0.3

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- @saas-ui/core@2.0.3

## 2.0.2

### Patch 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": "2.0.2",
"version": "2.0.3",
"description": "Easy manageable keyboard shortcuts for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/modals

## 2.0.6

### Patch Changes

- @saas-ui/forms@2.0.5

## 2.0.5

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

## 2.0.6

### Patch Changes

- 493a548a: NavItem now renders an aria-current tag when the item is active.
- 9e848077: Export createStandAloneSnackbar from core package.
- 493a548a: NavItem active state is now compatible with Remix and ReactRouter NavLink
- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/theme@2.0.1
- @saas-ui/core@2.0.3
- @saas-ui/auth@2.0.5
- @saas-ui/data-table@2.0.6
- @saas-ui/forms@2.0.5
- @saas-ui/hotkeys@2.0.3
- @saas-ui/modals@2.0.6

## 2.0.5

### 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": "2.0.5",
"version": "2.0.6",
"description": "Saas UI - The React component library for startups.",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/theme

## 2.0.1

### Patch Changes

- 493a548a: NavItem now renders an aria-current tag when the item is active.
- 493a548a: NavItem active state is now compatible with Remix and ReactRouter NavLink

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/theme",
"version": "2.0.0",
"version": "2.0.1",
"description": "Saas UI theme package",
"source": "src/index.ts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# saas-ui-storybook

## 1.0.7

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/react@2.0.6
- @saas-ui/storybook-addon@1.1.1

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "saas-ui-storybook",
"type": "module",
"version": "1.0.6",
"version": "1.0.7",
"scripts": {
"dev": "sb dev -p 6006",
"build": "sb build --debug --loglevel verbose"
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

## 3.0.6

### Patch Changes

- Updated dependencies [493a548a]
- Updated dependencies [9e848077]
- Updated dependencies [493a548a]
- @saas-ui/react@2.0.6

## 3.0.5

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

0 comments on commit c5cd227

Please sign in to comment.