Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2023
1 parent ea1beb0 commit 6bee062
Show file tree
Hide file tree
Showing 17 changed files with 140 additions and 93 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.10](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.10) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [1.1.9](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.9) (2023-10-15)

**Note:** Version bump only for package vite-project
Expand Down
8 changes: 4 additions & 4 deletions 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.9",
"version": "1.1.10",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand All @@ -11,9 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@waldronmatt/basic-math": "^2.0.3",
"@waldronmatt/demo-ui": "^1.2.4",
"@waldronmatt/parity": "^2.0.3",
"@waldronmatt/basic-math": "^2.0.4",
"@waldronmatt/demo-ui": "^1.2.5",
"@waldronmatt/parity": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize.css": "^13.0.0",
Expand Down
6 changes: 6 additions & 0 deletions configs/eslint-config-custom/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.2](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.2) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [1.1.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.1) (2023-10-14)

### Bug Fixes
Expand Down
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.1.1",
"version": "1.1.2",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions configs/jest-config/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-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [1.1.0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.0) (2023-10-01)

### Features
Expand Down
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.1.0",
"version": "1.1.1",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions docs/repo/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.2](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.2) (2023-10-15)

### Bug Fixes

* **setup.md:** add security dependabot section ([4526293](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/45262937e42536c419d71781dd583c02c0285868)) - by @waldronmatt

## [1.1.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.1) (2023-10-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-docs",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions docs/ui/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.8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.0.8) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [1.0.7](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.0.7) (2023-10-15)

**Note:** Version bump only for package demo-ui-storybook
Expand Down
2 changes: 1 addition & 1 deletion docs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui-storybook",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"type": "module",
"scripts": {
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.

## [2.0.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [2.0.3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-14)

### 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": "2.0.3",
"version": "2.0.4",
"main": "./dist/index.js",
"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.

## [2.0.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [2.0.3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-14)

### 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": "2.0.3",
"version": "2.0.4",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/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.2.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-15)

### Bug Fixes

* **deps:** update all non-major dependencies ([ea1beb0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ea1beb0dbd757f76e9094babe6bd78af60a28ef2)) - by @renovate[bot]

## [1.2.4](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/demo-ui",
"version": "1.2.4",
"version": "1.2.5",
"main": "./dist/main.js",
"module": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down
Loading

0 comments on commit 6bee062

Please sign in to comment.