From 24c362b9929c73920db0f95711ffe74c8ec8d275 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:47:42 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @rnx-kit/tools-babel@0.1.0 --- .changeset/hot-ghosts-yawn.md | 5 ----- incubator/tools-babel/CHANGELOG.md | 7 +++++++ incubator/tools-babel/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hot-ghosts-yawn.md create mode 100644 incubator/tools-babel/CHANGELOG.md diff --git a/.changeset/hot-ghosts-yawn.md b/.changeset/hot-ghosts-yawn.md deleted file mode 100644 index cec1623e7..000000000 --- a/.changeset/hot-ghosts-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/tools-babel": minor ---- - -Publish tools-babel diff --git a/incubator/tools-babel/CHANGELOG.md b/incubator/tools-babel/CHANGELOG.md new file mode 100644 index 000000000..db8b9c0fc --- /dev/null +++ b/incubator/tools-babel/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rnx-kit/tools-babel + +## 0.1.0 + +### Minor Changes + +- 224d4ad: Publish tools-babel diff --git a/incubator/tools-babel/package.json b/incubator/tools-babel/package.json index 327bec375..842c6d9f8 100644 --- a/incubator/tools-babel/package.json +++ b/incubator/tools-babel/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/tools-babel", - "version": "0.0.1", + "version": "0.1.0", "description": "EXPERIMENTAL - USE WITH CAUTION - tools-babel", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/tools-babel#readme", "license": "MIT",