Skip to content

Commit

Permalink
chore(release): v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Aug 17, 2023
1 parent 90aca01 commit 8c2a55e
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 25 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** add avatar component ([7658456](https://github.com/joel3112/react-jopau/commit/7658456dfa4f545899714370c64676f21931f9a8))
- **components:** add badge component ([fa6ef9d](https://github.com/joel3112/react-jopau/commit/fa6ef9d528baa95ad5246ca36dfdd35479ba661b))
- **components:** add collapse component ([73b22d1](https://github.com/joel3112/react-jopau/commit/73b22d1adbb238c13ddbb9967c8011506a3ad648))
- **components:** refactor hooks compounds components ([2ae3fa2](https://github.com/joel3112/react-jopau/commit/2ae3fa29467fb0a55538c3a2bf62b32939d4c791))
- **components:** update text variants ([1eb7d50](https://github.com/joel3112/react-jopau/commit/1eb7d50e35958970b624d956ce69f9c76e620c66))

### 🏠 Internal

- **components:** rename props files ([c5f72d7](https://github.com/joel3112/react-jopau/commit/c5f72d77fa19578f30b9ecd8ff8543fe39d267ee))
- support sub-component in create script ([e31a8a6](https://github.com/joel3112/react-jopau/commit/e31a8a64fd1d463f42dc4e6ddb52c52d510366b7))

### 🐛 Bug Fixes

- **components:** move button prop ([8cc6cae](https://github.com/joel3112/react-jopau/commit/8cc6cae850891999b6f4c27b278218b5eee322e2))
- **utils:** update test yearsFromNow ([e9af6b9](https://github.com/joel3112/react-jopau/commit/e9af6b97fcf9e80043ab5be2145067b4ca967ae1))

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🐛 Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apps/example-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

**Note:** Version bump only for package app-example-next

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🐛 Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions apps/example-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-example-next",
"version": "0.22.1",
"version": "0.23.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,10 +10,10 @@
},
"dependencies": {
"@next/font": "13.1.1",
"@react-jopau/components": "^0.22.1",
"@react-jopau/hooks": "^0.22.1",
"@react-jopau/styles": "^0.22.0",
"@react-jopau/utils": "^0.22.0",
"@react-jopau/components": "^0.23.0",
"@react-jopau/hooks": "^0.23.0",
"@react-jopau/styles": "^0.23.0",
"@react-jopau/utils": "^0.23.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
Expand Down
4 changes: 4 additions & 0 deletions apps/example-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

**Note:** Version bump only for package app-example-vite

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🐛 Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions apps/example-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "app-example-vite",
"private": true,
"version": "0.22.1",
"version": "0.23.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-jopau/components": "^0.22.1",
"@react-jopau/hooks": "^0.22.1",
"@react-jopau/styles": "^0.22.0",
"@react-jopau/utils": "^0.22.0",
"@react-jopau/components": "^0.23.0",
"@react-jopau/hooks": "^0.23.0",
"@react-jopau/styles": "^0.23.0",
"@react-jopau/utils": "^0.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useNx": true,
"useWorkspaces": true,
"version": "0.22.1",
"version": "0.23.0",
"npmClient": "yarn",
"packages": ["apps/*", "packages/*"],
"command": {
Expand Down
19 changes: 19 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** add avatar component ([7658456](https://github.com/joel3112/react-jopau/commit/7658456dfa4f545899714370c64676f21931f9a8))
- **components:** add badge component ([fa6ef9d](https://github.com/joel3112/react-jopau/commit/fa6ef9d528baa95ad5246ca36dfdd35479ba661b))
- **components:** add collapse component ([73b22d1](https://github.com/joel3112/react-jopau/commit/73b22d1adbb238c13ddbb9967c8011506a3ad648))
- **components:** refactor hooks compounds components ([2ae3fa2](https://github.com/joel3112/react-jopau/commit/2ae3fa29467fb0a55538c3a2bf62b32939d4c791))
- **components:** update text variants ([1eb7d50](https://github.com/joel3112/react-jopau/commit/1eb7d50e35958970b624d956ce69f9c76e620c66))

### 🏠 Internal

- **components:** rename props files ([c5f72d7](https://github.com/joel3112/react-jopau/commit/c5f72d77fa19578f30b9ecd8ff8543fe39d267ee))
- support sub-component in create script ([e31a8a6](https://github.com/joel3112/react-jopau/commit/e31a8a64fd1d463f42dc4e6ddb52c52d510366b7))

### 🐛 Bug Fixes

- **components:** move button prop ([8cc6cae](https://github.com/joel3112/react-jopau/commit/8cc6cae850891999b6f4c27b278218b5eee322e2))

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🐛 Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-jopau/components",
"version": "0.22.1",
"version": "0.23.0",
"description": "Common components for React projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,16 +35,16 @@
"@nextui-org/react": "1.0.0-beta.10",
"@react-aria/focus": "3.10.1",
"@react-aria/utils": "3.14.2",
"@react-jopau/styles": "^0.22.0",
"@react-jopau/utils": "^0.22.0",
"@react-jopau/styles": "^0.23.0",
"@react-jopau/utils": "^0.23.0",
"@stitches/react": "^1.2.8",
"react": "^18.0.0",
"react-hotkeys-hook": "^4.3.0",
"react-is": "^18.2.0",
"react-text-mask": "^5.5.0"
},
"devDependencies": {
"@react-jopau/shared": "^0.22.1",
"@react-jopau/shared": "^0.23.0",
"@types/react": "^18.0.0",
"@types/react-is": "^17.0.3",
"@types/react-text-mask": "^5.4.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** refactor hooks compounds components ([2ae3fa2](https://github.com/joel3112/react-jopau/commit/2ae3fa29467fb0a55538c3a2bf62b32939d4c791))
- **components:** update text variants ([1eb7d50](https://github.com/joel3112/react-jopau/commit/1eb7d50e35958970b624d956ce69f9c76e620c66))

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🏠 Internal
Expand Down
10 changes: 5 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-jopau/hooks",
"version": "0.22.1",
"version": "0.23.0",
"description": "Common hooks for React projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,16 +32,16 @@
"access": "public"
},
"dependencies": {
"@react-jopau/styles": "^0.22.0",
"@react-jopau/utils": "^0.22.0",
"@react-jopau/styles": "^0.23.0",
"@react-jopau/utils": "^0.23.0",
"axios": "0.27.2",
"react": "^18.0.0",
"react-hook-form": "7.41.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@react-jopau/components": "^0.22.1",
"@react-jopau/shared": "^0.22.1",
"@react-jopau/components": "^0.23.0",
"@react-jopau/shared": "^0.23.0",
"@types/react": "^18.0.0",
"typescript": "^4.6.4"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** update text variants ([1eb7d50](https://github.com/joel3112/react-jopau/commit/1eb7d50e35958970b624d956ce69f9c76e620c66))

## [0.22.1](https://github.com/joel3112/react-jopau/compare/v0.22.0...v0.22.1) (2023-03-07)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-jopau/shared",
"version": "0.22.1",
"version": "0.23.0",
"description": "Shared code for react-jopau",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "rimraf dist && tsc"
},
"dependencies": {
"@react-jopau/utils": "^0.22.0",
"@react-jopau/utils": "^0.23.0",
"react-icons": "^4.7.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** add avatar component ([7658456](https://github.com/joel3112/react-jopau/commit/7658456dfa4f545899714370c64676f21931f9a8))
- **components:** add badge component ([fa6ef9d](https://github.com/joel3112/react-jopau/commit/fa6ef9d528baa95ad5246ca36dfdd35479ba661b))
- **components:** refactor hooks compounds components ([2ae3fa2](https://github.com/joel3112/react-jopau/commit/2ae3fa29467fb0a55538c3a2bf62b32939d4c791))
- **components:** update text variants ([1eb7d50](https://github.com/joel3112/react-jopau/commit/1eb7d50e35958970b624d956ce69f9c76e620c66))

## [0.22.0](https://github.com/joel3112/react-jopau/compare/v0.21.2...v0.22.0) (2023-03-06)

### 🚀 New Features
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-jopau/styles",
"version": "0.22.0",
"version": "0.23.0",
"description": "Common styles and themes for React projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@react-jopau/utils": "^0.22.0",
"@react-jopau/utils": "^0.23.0",
"@stitches/react": "^1.2.8"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/joel3112/react-jopau/compare/v0.22.1...v0.23.0) (2023-08-17)

### 🚀 New Features

- **components:** add badge component ([fa6ef9d](https://github.com/joel3112/react-jopau/commit/fa6ef9d528baa95ad5246ca36dfdd35479ba661b))
- **components:** refactor hooks compounds components ([2ae3fa2](https://github.com/joel3112/react-jopau/commit/2ae3fa29467fb0a55538c3a2bf62b32939d4c791))

### 🐛 Bug Fixes

- **utils:** update test yearsFromNow ([e9af6b9](https://github.com/joel3112/react-jopau/commit/e9af6b97fcf9e80043ab5be2145067b4ca967ae1))

## [0.22.0](https://github.com/joel3112/react-jopau/compare/v0.21.2...v0.22.0) (2023-03-06)

### 🚀 New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-jopau/utils",
"version": "0.22.0",
"version": "0.23.0",
"description": "Common utils for React projects",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8c2a55e

Please sign in to comment.