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 13, 2022
1 parent 982cdd9 commit 3f845ab
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* button primary color style ([982cdd9](https://github.com/emunhoz/monorepo-boilerplate/commit/982cdd91d2cfba8d79d9f8ede3c0af3864e7d778))





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

**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.7",
"version": "0.1.8",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* button primary color style ([982cdd9](https://github.com/emunhoz/monorepo-boilerplate/commit/982cdd91d2cfba8d79d9f8ede3c0af3864e7d778))





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

**Note:** Version bump only for package @monorepo/ui-components
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@monorepo/ui-components",
"private": true,
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
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.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





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

**Note:** Version bump only for package @monorepo/web
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@monorepo/web",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@monorepo/ui-components": "^0.1.7",
"@monorepo/ui-components": "^0.1.8",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
Expand Down

3 comments on commit 3f845ab

@vercel
Copy link

@vercel vercel bot commented on 3f845ab Apr 13, 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 3f845ab Apr 13, 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 3f845ab Apr 13, 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.