From 0e118051fbf4ce640c711ca248deb9dfa9a0b7d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 12:10:28 +0000 Subject: [PATCH] chore(release): version package --- .changeset/slow-kings-rest.md | 6 ------ registries/mono-one/CHANGELOG.md | 7 +++++++ registries/mono-one/package.json | 2 +- registries/mono-two/CHANGELOG.md | 7 +++++++ registries/mono-two/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/slow-kings-rest.md create mode 100644 registries/mono-one/CHANGELOG.md create mode 100644 registries/mono-two/CHANGELOG.md 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": {