Skip to content

Commit a53a824

Browse files
authored
Merge pull request #2 from jsrepojs/changeset-release/main
2 parents e93a975 + 272a563 commit a53a824

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/poor-jobs-buy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

registries/mono-one/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mono-one
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- chore: initial release ([#1](https://github.com/jsrepojs/example-monorepo/pull/1))

registries/mono-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mono-one",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

registries/mono-two/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mono-two
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- chore: initial release ([#1](https://github.com/jsrepojs/example-monorepo/pull/1))

registries/mono-two/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mono-two",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)