From 2a64d3f68f2d507602cc2091aafebaf619b6b803 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Tue, 26 Sep 2023 00:02:41 +0000 Subject: [PATCH] chore(release): publish %s - vite-project@1.1.1 - @waldronmatt/basic-math@1.0.5 - @waldronmatt/parity@1.0.5 --- apps/vite-project/CHANGELOG.md | 6 ++++++ apps/vite-project/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 +- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 645941c8..560a9d9b 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.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.1.0...vite-project@1.1.1) (2023-09-26) + +### Bug Fixes + +* **global:** remove unnecessary tsconfig properties ([85512bb](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/85512bb920f24bfe322a86009371cd7d5b981642)) - by @waldronmatt + ## [1.1.0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/vite-project@1.0.3...vite-project@1.1.0) (2023-09-25) ### Features diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index 4b76b47e..4dd09c60 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.0", + "version": "1.1.1", "type": "module", "scripts": { "dev": "vite --open", diff --git a/packages/basic-math/CHANGELOG.md b/packages/basic-math/CHANGELOG.md index 90448186..79438b19 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. +## [1.0.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@1.0.4...@waldronmatt/basic-math@1.0.5) (2023-09-26) + +### Bug Fixes + +* **global:** remove unnecessary tsconfig properties ([85512bb](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/85512bb920f24bfe322a86009371cd7d5b981642)) - by @waldronmatt + ## [1.0.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/basic-math@1.0.3...@waldronmatt/basic-math@1.0.4) (2023-09-25) ### Bug Fixes diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index ca4b634c..8aca7d3f 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/basic-math", - "version": "1.0.4", + "version": "1.0.5", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/parity/CHANGELOG.md b/packages/parity/CHANGELOG.md index d305cf0b..4dd592f1 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. +## [1.0.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@1.0.4...@waldronmatt/parity@1.0.5) (2023-09-26) + +### Bug Fixes + +* **global:** remove unnecessary tsconfig properties ([85512bb](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/85512bb920f24bfe322a86009371cd7d5b981642)) - by @waldronmatt + ## [1.0.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/parity@1.0.3...@waldronmatt/parity@1.0.4) (2023-09-25) ### Bug Fixes diff --git a/packages/parity/package.json b/packages/parity/package.json index 0b81a6c6..bee8ee96 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/parity", - "version": "1.0.4", + "version": "1.0.5", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts",