From 7910f89ce50517d25e499f25fb1d0f5183b74e80 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 3 Nov 2023 19:24:59 +0000 Subject: [PATCH] chore(release): publish - vite-project@1.1.16 - eslint-config-custom@1.1.8 - jest-config@1.1.5 - monorepo-docs@1.1.5 - demo-ui-storybook@1.0.16 - @waldronmatt/basic-math@2.0.10 - @waldronmatt/parity@2.0.10 - @waldronmatt/demo-ui@1.2.11 --- apps/vite-project/CHANGELOG.md | 4 + apps/vite-project/package.json | 8 +- configs/eslint-config-custom/CHANGELOG.md | 6 ++ configs/eslint-config-custom/package.json | 2 +- configs/jest-config/CHANGELOG.md | 6 ++ configs/jest-config/package.json | 2 +- docs/repo/CHANGELOG.md | 6 ++ docs/repo/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 | 4 + packages/ui/package.json | 2 +- pnpm-lock.yaml | 95 +---------------------- 17 files changed, 56 insertions(+), 103 deletions(-) diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 6e154205..9d95ccc6 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.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 + ## [1.1.15](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.14...vite-project@1.1.15) (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 5d3631d9..a6272275 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.15", + "version": "1.1.16", "type": "module", "scripts": { "dev": "vite --open", @@ -11,9 +11,9 @@ "preview": "vite preview" }, "dependencies": { - "@waldronmatt/basic-math": "^2.0.9", - "@waldronmatt/demo-ui": "^1.2.10", - "@waldronmatt/parity": "^2.0.9", + "@waldronmatt/basic-math": "^2.0.10", + "@waldronmatt/demo-ui": "^1.2.11", + "@waldronmatt/parity": "^2.0.10", "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 94f266ad..beda1651 100644 --- a/configs/eslint-config-custom/CHANGELOG.md +++ b/configs/eslint-config-custom/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.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 + +* **global:** remove unbuild, update docs and lint-staged config ([d5cabbf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/d5cabbf86631bbc5f605df4410d4e697915c6306)) - by @waldronmatt + ## [1.1.7](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/eslint-config-custom@1.1.6...eslint-config-custom@1.1.7) (2023-11-03) ### Bug Fixes diff --git a/configs/eslint-config-custom/package.json b/configs/eslint-config-custom/package.json index 9598f688..c8905c2a 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.7", + "version": "1.1.8", "private": true, "license": "MIT", "scripts": { diff --git a/configs/jest-config/CHANGELOG.md b/configs/jest-config/CHANGELOG.md index 09a8c59b..57402ee4 100644 --- a/configs/jest-config/CHANGELOG.md +++ b/configs/jest-config/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.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 + +* **global:** remove unbuild, update docs and lint-staged config ([d5cabbf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/d5cabbf86631bbc5f605df4410d4e697915c6306)) - by @waldronmatt + ## [1.1.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/jest-config@1.1.3...jest-config@1.1.4) (2023-11-03) ### Bug Fixes diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index 0538621f..7fc013ed 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "1.1.4", + "version": "1.1.5", "private": true, "license": "MIT", "scripts": { diff --git a/docs/repo/CHANGELOG.md b/docs/repo/CHANGELOG.md index b44ab154..9f13b589 100644 --- a/docs/repo/CHANGELOG.md +++ b/docs/repo/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.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 + +* **global:** remove unbuild, update docs and lint-staged config ([d5cabbf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/d5cabbf86631bbc5f605df4410d4e697915c6306)) - by @waldronmatt + ## [1.1.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/monorepo-docs@1.1.3...monorepo-docs@1.1.4) (2023-11-03) ### Bug Fixes diff --git a/docs/repo/package.json b/docs/repo/package.json index d610c474..1e9f52f2 100644 --- a/docs/repo/package.json +++ b/docs/repo/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-docs", - "version": "1.1.4", + "version": "1.1.5", "private": true, "license": "MIT" } diff --git a/docs/ui/CHANGELOG.md b/docs/ui/CHANGELOG.md index 3b367e59..0df3613c 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.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 + ## [1.0.15](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/demo-ui-storybook@1.0.14...demo-ui-storybook@1.0.15) (2023-11-03) ### Bug Fixes diff --git a/docs/ui/package.json b/docs/ui/package.json index a17cec68..020b53bd 100644 --- a/docs/ui/package.json +++ b/docs/ui/package.json @@ -1,6 +1,6 @@ { "name": "demo-ui-storybook", - "version": "1.0.15", + "version": "1.0.16", "private": true, "type": "module", "scripts": { diff --git a/packages/basic-math/CHANGELOG.md b/packages/basic-math/CHANGELOG.md index b119503c..5b9d52cb 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.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 + +* **global:** remove unbuild, update docs and lint-staged config ([d5cabbf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/d5cabbf86631bbc5f605df4410d4e697915c6306)) - by @waldronmatt + ## [2.0.9](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@2.0.8...@waldronmatt/basic-math@2.0.9) (2023-11-03) **Note:** Version bump only for package @waldronmatt/basic-math diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index d2856c32..6781d14d 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/basic-math", - "version": "2.0.9", + "version": "2.0.10", "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 bea9d42d..e3dd24da 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.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 + +* **global:** remove unbuild, update docs and lint-staged config ([d5cabbf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/d5cabbf86631bbc5f605df4410d4e697915c6306)) - by @waldronmatt + ## [2.0.9](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@2.0.8...@waldronmatt/parity@2.0.9) (2023-11-03) **Note:** Version bump only for package @waldronmatt/parity diff --git a/packages/parity/package.json b/packages/parity/package.json index 7f1a3194..f21242b0 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/parity", - "version": "2.0.9", + "version": "2.0.10", "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 4e264376..6b713ce6 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.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 + ## [1.2.10](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/demo-ui@1.2.9...@waldronmatt/demo-ui@1.2.10) (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 b189a9d6..64fdca54 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/demo-ui", - "version": "1.2.10", + "version": "1.2.11", "main": "./dist/main.js", "module": "./dist/main.js", "types": "./dist/main.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ce9b5c0..1b6cbbb7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,13 +72,13 @@ importers: apps/vite-project: dependencies: '@waldronmatt/basic-math': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/basic-math '@waldronmatt/demo-ui': - specifier: ^1.2.10 + specifier: ^1.2.11 version: link:../../packages/ui '@waldronmatt/parity': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/parity react: specifier: 18.2.0 @@ -4186,81 +4186,6 @@ packages: slash: 4.0.0 dev: true - /@rollup/plugin-alias@5.0.1(rollup@3.29.4): - resolution: {integrity: sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - slash: 4.0.0 - dev: true - - /@rollup/plugin-commonjs@25.0.7(rollup@3.29.4): - resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.68.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.30.5 - rollup: 3.29.4 - dev: true - - /@rollup/plugin-json@6.0.1(rollup@3.29.4): - resolution: {integrity: sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - rollup: 3.29.4 - dev: true - - /@rollup/plugin-node-resolve@15.2.3(rollup@3.29.4): - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-builtin-module: 3.2.1 - is-module: 1.0.0 - resolve: 1.22.8 - rollup: 3.29.4 - dev: true - - /@rollup/plugin-replace@5.0.5(rollup@3.29.4): - resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - magic-string: 0.30.5 - rollup: 3.29.4 - dev: true - /@rollup/pluginutils@5.0.5: resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} engines: {node: '>=14.0.0'} @@ -4275,20 +4200,6 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils@5.0.5(rollup@3.29.4): - resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@types/estree': 1.0.4 - estree-walker: 2.0.2 - picomatch: 2.3.1 - dev: true - /@rushstack/node-core-library@3.61.0: resolution: {integrity: sha512-tdOjdErme+/YOu4gPed3sFS72GhtWCgNV9oDsHDnoLY5oDfwjKUc9Z+JOZZ37uAxcm/OCahDHfuu2ugqrfWAVQ==} peerDependencies: