Skip to content

Commit

Permalink
chore(release): 1.0.0-dev.2 [skip ci]
Browse files Browse the repository at this point in the history
# app [1.0.0-dev.2](https://github.com/davikawasaki/multi-semantic-release-monorepo/compare/[email protected]@1.0.0-dev.2) (2020-12-23)

### Features

* 🎸 starting app project with lib greeting's method call ([b88f040](b88f040))

### BREAKING CHANGES

* 🧨 finally an implementation of the app project with greeting method

### Dependencies

* **lib:** upgraded to 1.0.0-dev.2
  • Loading branch information
semantic-release-bot committed Dec 23, 2020
1 parent b88f040 commit 1086288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.0.0-dev.1",
"version": "1.0.0-dev.2",
"description": "> TODO: description",
"author": "Davi Kawasaki <[email protected]>",
"homepage": "https://github.com/davikawasaki/multi-semantic-release-monorepo/tree/master/packages/app#readme",
Expand All @@ -24,6 +24,6 @@
"url": "https://github.com/davikawasaki/multi-semantic-release-monorepo/issues"
},
"dependencies": {
"lib": "1.0.0-dev.1"
"lib": "1.0.0-dev.2"
}
}

0 comments on commit 1086288

Please sign in to comment.