Skip to content

Commit

Permalink
feat(config-release-it): released version v0.1.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
b12k committed May 1, 2023
1 parent 5849273 commit f0446fc
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apps/app-a/mvm.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0"
}
}
5 changes: 5 additions & 0 deletions apps/app-b/mvm.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0"
}
}
8 changes: 8 additions & 0 deletions configs/config-release-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


## 0.1.0 (2023-05-01)


### Features

* **repo:** initial commit ([5849273](https://github.com/b12k/monorepo-semantic-releases/commit/58492737f01fe3a2fd98e0b2b3c0646e6850a8db))
2 changes: 1 addition & 1 deletion configs/config-release-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mono/config-release-it",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"main": ".release-it.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions libs/lib-a/mvm.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0"
}
}
5 changes: 5 additions & 0 deletions libs/lib-b/mvm.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0"
}
}
5 changes: 5 additions & 0 deletions libs/lib-c/mvm.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@mono/config-release-it": "0.1.0"
}
}

0 comments on commit f0446fc

Please sign in to comment.