Skip to content

Commit

Permalink
feat(lib-c): released version v0.2.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
b12k committed May 1, 2023
1 parent 3ce9142 commit da0d43d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/lib-a/mvm.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0",
"@mono/lib-c": "0.1.0"
"@mono/lib-c": "0.2.0"
}
}
2 changes: 1 addition & 1 deletion libs/lib-b/mvm.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0",
"@mono/lib-c": "0.1.0"
"@mono/lib-c": "0.2.0"
}
}
7 changes: 7 additions & 0 deletions libs/lib-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.2.0](https://github.com/b12k/monorepo-semantic-releases/compare/@mono/lib-c-v0.1.0...@mono/lib-c-v0.2.0) (2023-05-01)


### Features

* **lib-c:** changed name ([#1](https://github.com/b12k/monorepo-semantic-releases/issues/1)) ([3ce9142](https://github.com/b12k/monorepo-semantic-releases/commit/3ce9142c8e250906c3054c4e8533e121929f5c75))

## 0.1.0 (2023-05-01)


Expand Down
2 changes: 1 addition & 1 deletion libs/lib-c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mono/lib-c",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit da0d43d

Please sign in to comment.