From adfe84ade149b1a21e3220f8171f4be1c8de2f4f Mon Sep 17 00:00:00 2001 From: hxtree Date: Sat, 28 Oct 2023 03:02:48 +0000 Subject: [PATCH] chore: bump versions Signed-off-by: hxtree --- platform/create-bundle/CHANGELOG.json | 19 ++++++++++++++++++- platform/create-bundle/CHANGELOG.md | 15 +++++++++++++-- platform/create-bundle/package.json | 2 +- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/platform/create-bundle/CHANGELOG.json b/platform/create-bundle/CHANGELOG.json index 13e30265..0b417117 100644 --- a/platform/create-bundle/CHANGELOG.json +++ b/platform/create-bundle/CHANGELOG.json @@ -1,6 +1,23 @@ { - "name": "@cats-cradle/bundlers", + "name": "@cats-cradle/create-bundle", "entries": [ + { + "version": "1.0.0", + "tag": "@cats-cradle/create-bundle_v1.0.0", + "date": "Sat, 28 Oct 2023 03:02:33 GMT", + "comments": { + "major": [ + { + "comment": "rename package from bundlers to create-bundle" + } + ], + "patch": [ + { + "comment": "rename package from bundlers to create-bundle" + } + ] + } + }, { "version": "0.1.0", "tag": "@cats-cradle/bundlers_v0.1.0", diff --git a/platform/create-bundle/CHANGELOG.md b/platform/create-bundle/CHANGELOG.md index 9fa3b270..83d6913d 100644 --- a/platform/create-bundle/CHANGELOG.md +++ b/platform/create-bundle/CHANGELOG.md @@ -1,6 +1,17 @@ -# Change Log - @cats-cradle/bundlers +# Change Log - @cats-cradle/create-bundle -This log was last generated on Sat, 28 Oct 2023 02:49:38 GMT and should not be manually modified. +This log was last generated on Sat, 28 Oct 2023 03:02:33 GMT and should not be manually modified. + +## 1.0.0 +Sat, 28 Oct 2023 03:02:33 GMT + +### Breaking changes + +- rename package from bundlers to create-bundle + +### Patches + +- rename package from bundlers to create-bundle ## 0.1.0 Sat, 28 Oct 2023 02:49:38 GMT diff --git a/platform/create-bundle/package.json b/platform/create-bundle/package.json index 97e0f9ed..cb93fcdd 100644 --- a/platform/create-bundle/package.json +++ b/platform/create-bundle/package.json @@ -5,7 +5,7 @@ "create-bundle": "./dist/create-bundle-bin.js" }, "main": "./dist/index.js", - "version": "0.1.0", + "version": "1.0.0", "repository": { "type": "git", "url": "git+https://github.com/hxtree/cats-cradle.git"