diff --git a/.changeset/slow-kings-rest.md b/.changeset/slow-kings-rest.md deleted file mode 100644 index 96a6726..0000000 --- a/.changeset/slow-kings-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"mono-one": patch -"mono-two": patch ---- - -chore: initial release diff --git a/registries/mono-one/CHANGELOG.md b/registries/mono-one/CHANGELOG.md new file mode 100644 index 0000000..8a60c9d --- /dev/null +++ b/registries/mono-one/CHANGELOG.md @@ -0,0 +1,7 @@ +# mono-one + +## 0.0.1 + +### Patch Changes + +- chore: initial release ([`14f9a91`](https://github.com/jsrepojs/example-monorepo/commit/14f9a915fc62289a441f45297218db7eee8d7ada)) diff --git a/registries/mono-one/package.json b/registries/mono-one/package.json index 7c557b6..909bba8 100644 --- a/registries/mono-one/package.json +++ b/registries/mono-one/package.json @@ -1,6 +1,6 @@ { "name": "mono-one", - "version": "0.0.0", + "version": "0.0.1", "description": "", "main": "index.js", "scripts": { diff --git a/registries/mono-two/CHANGELOG.md b/registries/mono-two/CHANGELOG.md new file mode 100644 index 0000000..5f4cb91 --- /dev/null +++ b/registries/mono-two/CHANGELOG.md @@ -0,0 +1,7 @@ +# mono-two + +## 0.0.1 + +### Patch Changes + +- chore: initial release ([`14f9a91`](https://github.com/jsrepojs/example-monorepo/commit/14f9a915fc62289a441f45297218db7eee8d7ada)) diff --git a/registries/mono-two/package.json b/registries/mono-two/package.json index 27d1545..6268daa 100644 --- a/registries/mono-two/package.json +++ b/registries/mono-two/package.json @@ -1,6 +1,6 @@ { "name": "mono-two", - "version": "0.0.0", + "version": "0.0.1", "description": "", "main": "index.js", "scripts": {