Skip to content

Commit

Permalink
chore(release): v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Nov 13, 2022
1 parent 1251169 commit b633899
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.1](https://github.com/joel3112/react-jopau/compare/v0.13.0...v0.13.1) (2022-11-13)

### 🏠 Internal

- **components:** change location contexts ([a6b0cac](https://github.com/joel3112/react-jopau/commit/a6b0cac126604b159ba562c981059af7e409ac9d))
- create scripts components ([e7095aa](https://github.com/joel3112/react-jopau/commit/e7095aa188910eec54beb6877dc3ca78e3f4fa77))
- **hooks:** create root barrel ([7291824](https://github.com/joel3112/react-jopau/commit/729182411102efdf8f321afc1c53da2b1f00a3ab))
- **hooks:** rename kebab case ([3ffc83f](https://github.com/joel3112/react-jopau/commit/3ffc83f3820c0c447f7cca8a61fa83083fc263c0))
- update script create context ([ceb322f](https://github.com/joel3112/react-jopau/commit/ceb322f9d5d0aaf9901a50f0ebae57ade4a5da0c))

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

### 🏠 Internal
Expand Down
6 changes: 6 additions & 0 deletions apps/example/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.1](https://github.com/joel3112/react-jopau/compare/v0.13.0...v0.13.1) (2022-11-13)

### 🏠 Internal

- **components:** change location contexts ([a6b0cac](https://github.com/joel3112/react-jopau/commit/a6b0cac126604b159ba562c981059af7e409ac9d))

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

### 🚀 New Features
Expand Down
8 changes: 4 additions & 4 deletions apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@react-jopau/app-example",
"private": true,
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-jopau/components": "^0.13.0",
"@react-jopau/hooks": "^0.13.0",
"@react-jopau/styles": "^0.13.0",
"@react-jopau/components": "^0.13.1",
"@react-jopau/hooks": "^0.13.1",
"@react-jopau/styles": "^0.13.1",
"@react-jopau/utils": "^0.13.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.13.0",
"version": "0.13.1",
"npmClient": "yarn",
"packages": ["apps/*", "packages/*"],
"command": {
Expand Down
7 changes: 7 additions & 0 deletions packages/components/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.13.1](https://github.com/joel3112/react-jopau/compare/v0.13.0...v0.13.1) (2022-11-13)

### 🏠 Internal

- **components:** change location contexts ([a6b0cac](https://github.com/joel3112/react-jopau/commit/a6b0cac126604b159ba562c981059af7e409ac9d))
- update script create context ([ceb322f](https://github.com/joel3112/react-jopau/commit/ceb322f9d5d0aaf9901a50f0ebae57ade4a5da0c))

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

### 🚀 New Features
Expand Down
4 changes: 2 additions & 2 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.13.0",
"version": "0.13.1",
"description": "Common components for React projects",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"directory": "dist"
},
"dependencies": {
"@react-jopau/styles": "^0.13.0",
"@react-jopau/styles": "^0.13.1",
"@react-jopau/utils": "^0.13.0",
"@stitches/react": "^1.2.8",
"classnames": "^2.3.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks/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.13.1](https://github.com/joel3112/react-jopau/compare/v0.13.0...v0.13.1) (2022-11-13)

### 🏠 Internal

- **components:** change location contexts ([a6b0cac](https://github.com/joel3112/react-jopau/commit/a6b0cac126604b159ba562c981059af7e409ac9d))
- **hooks:** create root barrel ([7291824](https://github.com/joel3112/react-jopau/commit/729182411102efdf8f321afc1c53da2b1f00a3ab))
- **hooks:** rename kebab case ([3ffc83f](https://github.com/joel3112/react-jopau/commit/3ffc83f3820c0c447f7cca8a61fa83083fc263c0))
- update script create context ([ceb322f](https://github.com/joel3112/react-jopau/commit/ceb322f9d5d0aaf9901a50f0ebae57ade4a5da0c))

## [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
Expand Down
4 changes: 2 additions & 2 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.13.0",
"version": "0.13.1",
"description": "Common hooks for React projects",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"directory": "dist"
},
"dependencies": {
"@react-jopau/styles": "^0.13.0",
"@react-jopau/styles": "^0.13.1",
"@react-jopau/utils": "^0.13.0",
"swr": "^1.3.0"
},
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.1](https://github.com/joel3112/react-jopau/compare/v0.13.0...v0.13.1) (2022-11-13)

### 🏠 Internal

- **components:** change location contexts ([a6b0cac](https://github.com/joel3112/react-jopau/commit/a6b0cac126604b159ba562c981059af7e409ac9d))

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

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

0 comments on commit b633899

Please sign in to comment.