Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jul 14, 2022
1 parent 7298059 commit 021538c
Show file tree
Hide file tree
Showing 17 changed files with 88 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/wise-humans-add.md

This file was deleted.

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

- Removed dependency

## 07-08-2022

`@saas-ui/[email protected]`

- The Saas UI theme now uses InterVariable instead of Inter by default.

**Theme** `v1.1.0`

- The Saas UI theme now uses InterVariable instead of Inter by default.

**Hotkeys** `v1.0.1`

- Removed dependency

## 07-03-2022

**Forms** `v1.0.2`
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.4

### Patch Changes

- Updated dependencies [7298059]
- @saas-ui/react@1.1.1

## 1.0.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.0.3",
"version": "1.0.4",
"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.4

### Patch Changes

- Updated dependencies [7298059]
- @saas-ui/react@1.1.1

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

## 07-08-2022

`@saas-ui/[email protected]`

- The Saas UI theme now uses InterVariable instead of Inter by default.

**Theme** `v1.1.0`

- The Saas UI theme now uses InterVariable instead of Inter by default.

**Hotkeys** `v1.0.1`

- Removed dependency
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.0.4

### Patch Changes

- Updated dependencies [7298059]
- @saas-ui/hooks@1.0.1

## 1.0.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.0.3",
"version": "1.0.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.0.4

### Patch Changes

- @saas-ui/auth@1.0.4

## 1.0.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.0.3",
"version": "1.0.4",
"description": "Clerk Authentication Service for Saas 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.0.1

### Patch Changes

- 7298059: Added new useSteps hook.

## 1.0.0

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

## 1.1.1

### Patch Changes

- 7298059: Added new useSteps hook.
- Updated dependencies [7298059]
- @saas-ui/hooks@1.0.1
- @saas-ui/auth@1.0.4

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

## 2.0.4

### Patch Changes

- Updated dependencies [7298059]
- @saas-ui/react@1.1.1

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

0 comments on commit 021538c

Please sign in to comment.