Skip to content

Commit

Permalink
chore(release): v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Nov 12, 2022
1 parent 455f2d9 commit d246076
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 19 deletions.
11 changes: 11 additions & 0 deletions 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.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

### 🏠 Internal

- add link app script ([90edcca](https://github.com/joel3112/react-jopau/commit/90edcca7044c77755a20aacde534d2b12a458331))

### 🚀 New Features

- add app example ([5e07772](https://github.com/joel3112/react-jopau/commit/5e077727a37f20a36fd14692a0d7f305a29586f0))
- **utils:** add merge object ([3121cad](https://github.com/joel3112/react-jopau/commit/3121cadaa504eb2da566b94b3bac927d11d7cc1d))

## [0.12.0](https://github.com/joel3112/react-jopau/compare/v0.11.0...v0.12.0) (2022-11-11)

### ⚠ BREAKING CHANGES
Expand Down
10 changes: 10 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

### 🚀 New Features

- add app example ([5e07772](https://github.com/joel3112/react-jopau/commit/5e077727a37f20a36fd14692a0d7f305a29586f0))
10 changes: 5 additions & 5 deletions apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@react-jopau/app-example",
"private": true,
"version": "0.0.0",
"version": "0.13.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-jopau/components": "^0.12.0",
"@react-jopau/hooks": "^0.12.0",
"@react-jopau/styles": "^0.12.0",
"@react-jopau/utils": "^0.12.0",
"@react-jopau/components": "^0.13.0",
"@react-jopau/hooks": "^0.13.0",
"@react-jopau/styles": "^0.13.0",
"@react-jopau/utils": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"useNx": true,
"useWorkspaces": true,
"version": "0.12.0",
"version": "0.13.0",
"npmClient": "yarn",
"packages": [
"apps/*",
"packages/*"
],
"packages": ["apps/*", "packages/*"],
"command": {
"version": {
"allowBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/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.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

### 🚀 New Features

- add app example ([5e07772](https://github.com/joel3112/react-jopau/commit/5e077727a37f20a36fd14692a0d7f305a29586f0))

## [0.12.0](https://github.com/joel3112/react-jopau/compare/v0.11.0...v0.12.0) (2022-11-11)

### ⚠ BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 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.12.0",
"version": "0.13.0",
"description": "Common components for React projects",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"directory": "dist"
},
"dependencies": {
"@react-jopau/styles": "^0.12.0",
"@react-jopau/utils": "^0.12.0",
"@react-jopau/styles": "^0.13.0",
"@react-jopau/utils": "^0.13.0",
"@stitches/react": "^1.2.8",
"classnames": "^2.3.2",
"react-icons": "^4.6.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/hooks/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.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

**Note:** Version bump only for package @react-jopau/hooks

## [0.12.0](https://github.com/joel3112/react-jopau/compare/v0.11.0...v0.12.0) (2022-11-11)

### ⚠ BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 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.12.0",
"version": "0.13.0",
"description": "Common hooks for React projects",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"directory": "dist"
},
"dependencies": {
"@react-jopau/styles": "^0.12.0",
"@react-jopau/utils": "^0.12.0",
"@react-jopau/styles": "^0.13.0",
"@react-jopau/utils": "^0.13.0",
"swr": "^1.3.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/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.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

### 🚀 New Features

- add app example ([5e07772](https://github.com/joel3112/react-jopau/commit/5e077727a37f20a36fd14692a0d7f305a29586f0))

## [0.12.0](https://github.com/joel3112/react-jopau/compare/v0.11.0...v0.12.0) (2022-11-11)

### ⚠ BREAKING CHANGES
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.12.0",
"version": "0.13.0",
"description": "Common styles and themes for React projects",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"directory": "dist"
},
"dependencies": {
"@react-jopau/utils": "^0.12.0"
"@react-jopau/utils": "^0.13.0"
},
"devDependencies": {
"react-json-view": "^1.21.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/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.13.0](https://github.com/joel3112/react-jopau/compare/v0.12.0...v0.13.0) (2022-11-12)

### 🚀 New Features

- **utils:** add merge object ([3121cad](https://github.com/joel3112/react-jopau/commit/3121cadaa504eb2da566b94b3bac927d11d7cc1d))

## [0.12.0](https://github.com/joel3112/react-jopau/compare/v0.11.0...v0.12.0) (2022-11-11)

**Note:** Version bump only for package @react-jopau/utils
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.12.0",
"version": "0.13.0",
"description": "Common utils for React projects",
"repository": {
"type": "git",
Expand Down

0 comments on commit d246076

Please sign in to comment.