diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d354f..b5d8e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md index 50cf0d3..57f4e71 100644 --- a/apps/example/CHANGELOG.md +++ b/apps/example/CHANGELOG.md @@ -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 diff --git a/apps/example/package.json b/apps/example/package.json index 27e2c92..185d93a 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,7 +1,7 @@ { "name": "@react-jopau/app-example", "private": true, - "version": "0.13.0", + "version": "0.13.1", "type": "module", "scripts": { "dev": "vite", @@ -9,9 +9,9 @@ "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" diff --git a/lerna.json b/lerna.json index d7022aa..d4ed6cd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useNx": true, "useWorkspaces": true, - "version": "0.13.0", + "version": "0.13.1", "npmClient": "yarn", "packages": ["apps/*", "packages/*"], "command": { diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f18c2a6..da46af0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index 1e4c491..233a49b 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", @@ -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", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index fb11416..74ab0af 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -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 diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 6d5cda9..8fec60c 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -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", @@ -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" }, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 5c2d33e..b7f56c9 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -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 diff --git a/packages/styles/package.json b/packages/styles/package.json index 4a5d33b..3449be4 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -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",