From e79c98cf291a989ecb9dfea3e8aa17da544533ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Jan 2021 18:46:42 +0000 Subject: [PATCH] Version Packages --- .changeset/young-pumas-clap.md | 5 ----- packages/create-app/CHANGELOG.md | 6 ++++++ packages/create-app/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-pumas-clap.md diff --git a/.changeset/young-pumas-clap.md b/.changeset/young-pumas-clap.md deleted file mode 100644 index 2c7b1986b9..0000000000 --- a/.changeset/young-pumas-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/create-app': patch ---- - -Bumping the version for `create-app` so that we can use the latest versions of internal packages and rebuild the version which is passed to the package.json diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index 235660acc2..557f2e4901 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/create-app +## 0.3.3 + +### Patch Changes + +- bd9c6719f: Bumping the version for `create-app` so that we can use the latest versions of internal packages and rebuild the version which is passed to the package.json + ## 0.3.2 ### Patch Changes diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 70ce66de11..ed9010098a 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/create-app", "description": "Create app package for Backstage", - "version": "0.3.2", + "version": "0.3.3", "private": false, "publishConfig": { "access": "public"