From ce53c9df345b4b5fa3cb02ab8fbb4468a1dab28f Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Mon, 13 Nov 2023 22:29:53 +0000 Subject: [PATCH] chore(release): publish - vite-project@1.1.24 - demo-ui-storybook@1.0.24 - @waldronmatt/basic-math@2.0.17 - @waldronmatt/parity@2.0.17 - @waldronmatt/demo-ui@2.0.6 --- apps/vite-project/CHANGELOG.md | 6 ++++++ apps/vite-project/package.json | 2 +- docs/ui/CHANGELOG.md | 4 ++++ docs/ui/package.json | 2 +- packages/basic-math/CHANGELOG.md | 6 ++++++ packages/basic-math/package.json | 2 +- packages/parity/CHANGELOG.md | 6 ++++++ packages/parity/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 10 files changed, 33 insertions(+), 5 deletions(-) diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 9296c4cd..b91954da 100644 --- a/apps/vite-project/CHANGELOG.md +++ b/apps/vite-project/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. +## [1.1.24](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.23...vite-project@1.1.24) (2023-11-13) + +### Bug Fixes + +* **vite-project:** update dependencies to use workspace ([5cde98e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/5cde98e8eaa891a4eea81e4f48561555f8f97c10)) - by @waldronmatt + ## [1.1.23](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.22...vite-project@1.1.23) (2023-11-13) ### Bug Fixes diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index 03dc04b2..9e293e7f 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "1.1.23", + "version": "1.1.24", "type": "module", "scripts": { "dev": "vite --open", diff --git a/docs/ui/CHANGELOG.md b/docs/ui/CHANGELOG.md index db52f51e..5ecbaecb 100644 --- a/docs/ui/CHANGELOG.md +++ b/docs/ui/CHANGELOG.md @@ -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. +## [1.0.24](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/demo-ui-storybook@1.0.23...demo-ui-storybook@1.0.24) (2023-11-13) + +**Note:** Version bump only for package demo-ui-storybook + ## [1.0.23](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/demo-ui-storybook@1.0.22...demo-ui-storybook@1.0.23) (2023-11-13) ### Bug Fixes diff --git a/docs/ui/package.json b/docs/ui/package.json index 47fe4cf9..28a29f3d 100644 --- a/docs/ui/package.json +++ b/docs/ui/package.json @@ -1,6 +1,6 @@ { "name": "demo-ui-storybook", - "version": "1.0.23", + "version": "1.0.24", "private": true, "type": "module", "scripts": { diff --git a/packages/basic-math/CHANGELOG.md b/packages/basic-math/CHANGELOG.md index 624ae449..eb4c2323 100644 --- a/packages/basic-math/CHANGELOG.md +++ b/packages/basic-math/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. +## [2.0.17](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@2.0.16...@waldronmatt/basic-math@2.0.17) (2023-11-13) + +### Bug Fixes + +* **packages:** update readme and bump so we can get compiled output back ([52bbd6e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/52bbd6eb6f8a358ad1149f9ef4d4102616537350)) - by @waldronmatt + ## [2.0.16](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@2.0.15...@waldronmatt/basic-math@2.0.16) (2023-11-13) ### Bug Fixes diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index c0d30210..08e99ecf 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/basic-math", - "version": "2.0.16", + "version": "2.0.17", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/parity/CHANGELOG.md b/packages/parity/CHANGELOG.md index e8bd7cf4..96834ffa 100644 --- a/packages/parity/CHANGELOG.md +++ b/packages/parity/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. +## [2.0.17](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@2.0.16...@waldronmatt/parity@2.0.17) (2023-11-13) + +### Bug Fixes + +* **packages:** update readme and bump so we can get compiled output back ([52bbd6e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/52bbd6eb6f8a358ad1149f9ef4d4102616537350)) - by @waldronmatt + ## [2.0.16](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@2.0.15...@waldronmatt/parity@2.0.16) (2023-11-13) ### Bug Fixes diff --git a/packages/parity/package.json b/packages/parity/package.json index 3744ed73..c17ff29b 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/parity", - "version": "2.0.16", + "version": "2.0.17", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e26d74f8..abfa48d8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +## [2.0.6](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/demo-ui@2.0.5...@waldronmatt/demo-ui@2.0.6) (2023-11-13) + +### Bug Fixes + +* **packages:** update readme and bump so we can get compiled output back ([52bbd6e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/52bbd6eb6f8a358ad1149f9ef4d4102616537350)) - by @waldronmatt + ## [2.0.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/demo-ui@2.0.4...@waldronmatt/demo-ui@2.0.5) (2023-11-13) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index c9b8b1a7..1abbf72c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/demo-ui", - "version": "2.0.5", + "version": "2.0.6", "main": "./dist/main.js", "module": "./dist/main.js", "types": "./dist/main.d.ts",