Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Nov 21, 2022
1 parent 7264588 commit 719619a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.15](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.14...v0.1.15) (2022-11-21)

**Note:** Version bump only for package monorepo-boilerplate





## [0.1.14](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.13...v0.1.14) (2022-07-29)

**Note:** Version bump only for package monorepo-boilerplate
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.14",
"version": "0.1.15",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.15](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.14...v0.1.15) (2022-11-21)

**Note:** Version bump only for package @monorepo/web-react-vite-app





## [0.1.14](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.13...v0.1.14) (2022-07-29)

**Note:** Version bump only for package @monorepo/web-react-vite-app
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@monorepo/web-react-vite-app",
"private": true,
"version": "0.1.14",
"version": "0.1.15",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down

1 comment on commit 719619a

@vercel
Copy link

@vercel vercel bot commented on 719619a Nov 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.