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 12, 2023
1 parent aaa20dd commit 78bb8df
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 6 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.0.2](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.0.2) (2023-09-12)

### Bug Fixes

* **.eslintrc.cjs:** fix eslint errors by adding a tsconfig.eslint.json that includes .eslintrc.cjs ([332c218](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/332c218e3c5fbb090b7f1870fee3da0ff1d06a86)) - by @waldronmatt

## 1.0.1 (2023-09-12)

**Note:** Version bump only for package vite-project
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.0.1",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
10 changes: 10 additions & 0 deletions configs/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-09-12)

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions configs/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-09-12)

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions configs/tsconfig-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-09-12)

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
2 changes: 1 addition & 1 deletion configs/tsconfig-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig-config",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT"
}
4 changes: 4 additions & 0 deletions packages/basic-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-09-12)

**Note:** Version bump only for package @waldronmatt/basic-math

## 1.0.1 (2023-09-12)

**Note:** Version bump only for package @waldronmatt/basic-math
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.1",
"version": "1.0.2",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/parity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-09-12)

**Note:** Version bump only for package @waldronmatt/parity

## 1.0.1 (2023-09-12)

**Note:** Version bump only for package @waldronmatt/parity
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.1",
"version": "1.0.2",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 78bb8df

Please sign in to comment.