Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 4, 2023
1 parent c5c1ebf commit b797fde
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 5 deletions.
4 changes: 4 additions & 0 deletions apps/vite-project/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.1.18](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.1.18) (2023-11-04)

**Note:** Version bump only for package vite-project

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

**Note:** Version bump only for package vite-project
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "1.1.18",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@waldronmatt/basic-math": "^2.0.11",
"@waldronmatt/demo-ui": "^1.2.12",
"@waldronmatt/demo-ui": "^2.0.0",
"@waldronmatt/parity": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
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.18](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.0.18) (2023-11-04)

### Bug Fixes

* **ui:** update filename casing ([6a4ab8c](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/6a4ab8c22f69c02c7333913a8fc6c147a7d11dba)) - by @waldronmatt

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

**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.17",
"version": "1.0.18",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* **ui:** filenames updated to uppercase

### Bug Fixes

* **ui:** try disabling consistent casing in tsconfig to fix build issues ([8585a8d](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8585a8d848520529dd8a82ea5c94e9a6fc03f2b0)) - by @waldronmatt
* **ui:** update css module filename imports ([23a0890](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/23a08902340f3ff77c5ee9a62265a76737688313)) - by @waldronmatt
* **ui:** update filenames to uppercase to match react naming standards ([2a5a1ee](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/2a5a1eebec67af322f60a515281186949b425097)) - by @waldronmatt
* **ui:** use git mv cmd to rename files due to git not picking up filename case changes ([c5c1ebf](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/c5c1ebfa98aee83ead0ce2a7f97062dbcf10d8b3)) - by @waldronmatt

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

**Note:** Version bump only for package @waldronmatt/demo-ui
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.12",
"version": "2.0.0",
"main": "./dist/main.js",
"module": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b797fde

Please sign in to comment.