Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Dec 20, 2022
1 parent 247a930 commit 107dff1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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.17](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.16...v0.1.17) (2022-12-20)

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





## [0.1.16](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.15...v0.1.16) (2022-11-22)

**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.16",
"version": "0.1.17",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.17](https://github.com/emunhoz/monorepo-boilerplate/compare/v0.1.16...v0.1.17) (2022-12-20)

**Note:** Version bump only for package @monorepo/web-react-vite-app
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@monorepo/web-react-vite-app",
"private": true,
"version": "0.0.0",
"version": "0.1.17",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@monorepo/design-tokens": "^0.1.14",
"@monorepo/ui-components": "^0.1.16"
"@monorepo/ui-components": "^0.1.16",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
Expand Down

2 comments on commit 107dff1

@vercel
Copy link

@vercel vercel bot commented on 107dff1 Dec 20, 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 107dff1 Dec 20, 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.