From 45f31970a4529565a904c905a939b58f738f37f4 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 3 Nov 2023 19:29:06 +0000 Subject: [PATCH] chore(release): publish - vite-project@1.1.17 - eslint-config-custom@1.1.9 - jest-config@1.1.6 - monorepo-docs@1.1.6 - demo-ui-storybook@1.0.17 - @waldronmatt/basic-math@2.0.11 - @waldronmatt/parity@2.0.11 - @waldronmatt/demo-ui@1.2.12 --- apps/vite-project/CHANGELOG.md | 4 ++++ apps/vite-project/package.json | 8 ++++---- configs/eslint-config-custom/CHANGELOG.md | 4 ++++ configs/eslint-config-custom/package.json | 2 +- configs/jest-config/CHANGELOG.md | 4 ++++ configs/jest-config/package.json | 2 +- docs/repo/CHANGELOG.md | 4 ++++ docs/repo/package.json | 2 +- docs/ui/CHANGELOG.md | 4 ++++ docs/ui/package.json | 2 +- packages/basic-math/CHANGELOG.md | 4 ++++ packages/basic-math/package.json | 2 +- packages/parity/CHANGELOG.md | 4 ++++ packages/parity/package.json | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 17 files changed, 46 insertions(+), 14 deletions(-) diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 9d95ccc6..e7068552 100644 --- a/apps/vite-project/CHANGELOG.md +++ b/apps/vite-project/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.1.17](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.16...vite-project@1.1.17) (2023-11-03) + +**Note:** Version bump only for package vite-project + ## [1.1.16](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.15...vite-project@1.1.16) (2023-11-03) **Note:** Version bump only for package vite-project diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index a6272275..465edaee 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.16", + "version": "1.1.17", "type": "module", "scripts": { "dev": "vite --open", @@ -11,9 +11,9 @@ "preview": "vite preview" }, "dependencies": { - "@waldronmatt/basic-math": "^2.0.10", - "@waldronmatt/demo-ui": "^1.2.11", - "@waldronmatt/parity": "^2.0.10", + "@waldronmatt/basic-math": "^2.0.11", + "@waldronmatt/demo-ui": "^1.2.12", + "@waldronmatt/parity": "^2.0.11", "react": "18.2.0", "react-dom": "18.2.0", "sanitize.css": "13.0.0", diff --git a/configs/eslint-config-custom/CHANGELOG.md b/configs/eslint-config-custom/CHANGELOG.md index beda1651..71bd2ddb 100644 --- a/configs/eslint-config-custom/CHANGELOG.md +++ b/configs/eslint-config-custom/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.1.9](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/eslint-config-custom@1.1.8...eslint-config-custom@1.1.9) (2023-11-03) + +**Note:** Version bump only for package eslint-config-custom + ## [1.1.8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/eslint-config-custom@1.1.7...eslint-config-custom@1.1.8) (2023-11-03) ### Bug Fixes diff --git a/configs/eslint-config-custom/package.json b/configs/eslint-config-custom/package.json index c8905c2a..abebac48 100644 --- a/configs/eslint-config-custom/package.json +++ b/configs/eslint-config-custom/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "1.1.8", + "version": "1.1.9", "private": true, "license": "MIT", "scripts": { diff --git a/configs/jest-config/CHANGELOG.md b/configs/jest-config/CHANGELOG.md index 57402ee4..2a322123 100644 --- a/configs/jest-config/CHANGELOG.md +++ b/configs/jest-config/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.1.6](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/jest-config@1.1.5...jest-config@1.1.6) (2023-11-03) + +**Note:** Version bump only for package jest-config + ## [1.1.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/jest-config@1.1.4...jest-config@1.1.5) (2023-11-03) ### Bug Fixes diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index 7fc013ed..b00fcb96 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "1.1.5", + "version": "1.1.6", "private": true, "license": "MIT", "scripts": { diff --git a/docs/repo/CHANGELOG.md b/docs/repo/CHANGELOG.md index 9f13b589..aefea267 100644 --- a/docs/repo/CHANGELOG.md +++ b/docs/repo/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.1.6](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/monorepo-docs@1.1.5...monorepo-docs@1.1.6) (2023-11-03) + +**Note:** Version bump only for package monorepo-docs + ## [1.1.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/monorepo-docs@1.1.4...monorepo-docs@1.1.5) (2023-11-03) ### Bug Fixes diff --git a/docs/repo/package.json b/docs/repo/package.json index 1e9f52f2..9e0ebd3f 100644 --- a/docs/repo/package.json +++ b/docs/repo/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-docs", - "version": "1.1.5", + "version": "1.1.6", "private": true, "license": "MIT" } diff --git a/docs/ui/CHANGELOG.md b/docs/ui/CHANGELOG.md index 0df3613c..238ac8be 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.17](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/demo-ui-storybook@1.0.16...demo-ui-storybook@1.0.17) (2023-11-03) + +**Note:** Version bump only for package demo-ui-storybook + ## [1.0.16](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/demo-ui-storybook@1.0.15...demo-ui-storybook@1.0.16) (2023-11-03) **Note:** Version bump only for package demo-ui-storybook diff --git a/docs/ui/package.json b/docs/ui/package.json index 020b53bd..7cdeaac4 100644 --- a/docs/ui/package.json +++ b/docs/ui/package.json @@ -1,6 +1,6 @@ { "name": "demo-ui-storybook", - "version": "1.0.16", + "version": "1.0.17", "private": true, "type": "module", "scripts": { diff --git a/packages/basic-math/CHANGELOG.md b/packages/basic-math/CHANGELOG.md index 5b9d52cb..6f1bd089 100644 --- a/packages/basic-math/CHANGELOG.md +++ b/packages/basic-math/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. +## [2.0.11](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@2.0.10...@waldronmatt/basic-math@2.0.11) (2023-11-03) + +**Note:** Version bump only for package @waldronmatt/basic-math + ## [2.0.10](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@2.0.9...@waldronmatt/basic-math@2.0.10) (2023-11-03) ### Bug Fixes diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index 6781d14d..b837875e 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/basic-math", - "version": "2.0.10", + "version": "2.0.11", "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 e3dd24da..8402d8d4 100644 --- a/packages/parity/CHANGELOG.md +++ b/packages/parity/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. +## [2.0.11](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@2.0.10...@waldronmatt/parity@2.0.11) (2023-11-03) + +**Note:** Version bump only for package @waldronmatt/parity + ## [2.0.10](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@2.0.9...@waldronmatt/parity@2.0.10) (2023-11-03) ### Bug Fixes diff --git a/packages/parity/package.json b/packages/parity/package.json index f21242b0..fa53da27 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/parity", - "version": "2.0.10", + "version": "2.0.11", "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 6b713ce6..c51cf7c7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/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.2.12](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/demo-ui@1.2.11...@waldronmatt/demo-ui@1.2.12) (2023-11-03) + +**Note:** Version bump only for package @waldronmatt/demo-ui + ## [1.2.11](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/demo-ui@1.2.10...@waldronmatt/demo-ui@1.2.11) (2023-11-03) **Note:** Version bump only for package @waldronmatt/demo-ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 64fdca54..71276c43 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/demo-ui", - "version": "1.2.11", + "version": "1.2.12", "main": "./dist/main.js", "module": "./dist/main.js", "types": "./dist/main.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b6cbbb7..ae27b328 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,13 +72,13 @@ importers: apps/vite-project: dependencies: '@waldronmatt/basic-math': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../packages/basic-math '@waldronmatt/demo-ui': - specifier: ^1.2.11 + specifier: ^1.2.12 version: link:../../packages/ui '@waldronmatt/parity': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../packages/parity react: specifier: 18.2.0