Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Apr 28, 2022
1 parent c48bc0f commit 78eb538
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 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.9](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.8...v0.1.9) (2022-04-28)

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





## [0.1.8](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.7...v0.1.8) (2022-04-13)


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.8",
"version": "0.1.9",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/server/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.9](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.8...v0.1.9) (2022-04-28)

**Note:** Version bump only for package @monorepo/server





## [0.1.5](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.4...v0.1.5) (2022-04-12)

**Note:** Version bump only for package @monorepo/server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/server",
"version": "0.1.5",
"version": "0.1.9",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand Down
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.9](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.8...v0.1.9) (2022-04-28)

**Note:** Version bump only for package @monorepo/web





## [0.1.8](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.7...v0.1.8) (2022-04-13)

**Note:** Version bump only for package @monorepo/web
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/web",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down

2 comments on commit 78eb538

@vercel
Copy link

@vercel vercel bot commented on 78eb538 Apr 28, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 78eb538 Apr 28, 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.