Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 26, 2023
1 parent 8b0b8a1 commit 2a64d3f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions apps/vite-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@1.1.0) (2023-09-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
6 changes: 6 additions & 0 deletions packages/basic-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@waldronmatt/[email protected]) (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/[email protected]...@waldronmatt/[email protected]) (2023-09-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-math/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/parity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@waldronmatt/[email protected]) (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/[email protected]...@waldronmatt/[email protected]) (2023-09-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/parity/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2a64d3f

Please sign in to comment.