Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 10, 2023
1 parent 46a5571 commit cccd6df
Show file tree
Hide file tree
Showing 13 changed files with 134 additions and 67 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.5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.5) (2023-10-10)

### Bug Fixes

* **vite-project:** point utils to source files, updates ([11d222b](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/11d222bd91d056369533208ec088108cc52d3043)) - by @waldronmatt

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

### Bug Fixes
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.4",
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand All @@ -11,9 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@waldronmatt/basic-math": "^2.0.0",
"@waldronmatt/demo-ui": "^1.1.3",
"@waldronmatt/parity": "^2.0.0",
"@waldronmatt/basic-math": "^2.0.1",
"@waldronmatt/demo-ui": "^1.2.0",
"@waldronmatt/parity": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize.css": "^13.0.0",
Expand Down
10 changes: 10 additions & 0 deletions configs/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

* **storybook.cjs:** add storybook configuration ([b9cbed5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b9cbed59de09b13e98fe0e79111e43953f8c9756)) - by @waldronmatt

### Bug Fixes

* **react.cjs:** have react extend from ts.cjs ([575f8d3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/575f8d3886ab3c549353892097749e343a1791af)) - by @waldronmatt

## 1.0.1 (2023-09-12)

### 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.0.1",
"version": "1.1.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions docs/ui/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-10-10)

### Bug Fixes

* **ui:** init commit ([070c562](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/070c5625b098508d63294943679cb596fe228343)) - by @waldronmatt
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.0",
"version": "1.0.1",
"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.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-10)

### Bug Fixes

* **package.json:** add lib submodule to exports for hmr due to stub issues ([dcf2fd5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/dcf2fd5408fe2f284eec5ba7c1f191e480ba0e77)) - by @waldronmatt

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

### ⚠ BREAKING CHANGES
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.0",
"version": "2.0.1",
"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.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-10)

### Bug Fixes

* **package.json:** add lib submodule to exports for hmr due to stub issues ([dcf2fd5](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/dcf2fd5408fe2f284eec5ba7c1f191e480ba0e77)) - by @waldronmatt

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

### ⚠ BREAKING CHANGES
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.0",
"version": "2.0.1",
"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.0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-10-10)

### Features

* **ui:** update tokens, clean up component, add doc ui references ([a3838e6](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/a3838e6b3f2d48c7f2f2e8a2d3291d95a20c3024)) - by @waldronmatt

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

### 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.1.3",
"version": "1.2.0",
"main": "./dist/main.js",
"module": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down
Loading

0 comments on commit cccd6df

Please sign in to comment.