From 328c049ae50a2b827ea5cd166344c32778b64de4 Mon Sep 17 00:00:00 2001 From: Klara Date: Wed, 20 Oct 2021 16:53:37 +0200 Subject: [PATCH 1/3] bump plugin-catalog-react version Signed-off-by: Klara Co-authored-by: lykkeaxlin --- plugins/bazaar/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json index 81472eff11..98349a5724 100644 --- a/plugins/bazaar/package.json +++ b/plugins/bazaar/package.json @@ -26,7 +26,7 @@ "@backstage/core-components": "^0.7.0", "@backstage/core-plugin-api": "^0.1.10", "@backstage/plugin-catalog": "^0.7.0", - "@backstage/plugin-catalog-react": "^0.5.0", + "@backstage/plugin-catalog-react": "^0.6.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", diff --git a/yarn.lock b/yarn.lock index d4c8b7053a..fa37fc278d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29161,4 +29161,4 @@ zwitch@^1.0.0: zwitch@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz#91f8d0e901ffa3d66599756dde7f57b17c95dce1" - integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA== + integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA== \ No newline at end of file From b146c4bbdd3352c37629875ddddb15ffed0e30b8 Mon Sep 17 00:00:00 2001 From: Klara Date: Thu, 21 Oct 2021 08:06:29 +0200 Subject: [PATCH 2/3] add changeset for version bump and newline in yarn.lock Signed-off-by: Klara Co-authored-by: lykkeaxlin --- plugins/bazaar/.changeset/README.md | 8 ++++++++ plugins/bazaar/.changeset/config.json | 10 ++++++++++ plugins/bazaar/.changeset/khaki-pants-vanish.md | 5 +++++ yarn.lock | 2 +- 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 plugins/bazaar/.changeset/README.md create mode 100644 plugins/bazaar/.changeset/config.json create mode 100644 plugins/bazaar/.changeset/khaki-pants-vanish.md diff --git a/plugins/bazaar/.changeset/README.md b/plugins/bazaar/.changeset/README.md new file mode 100644 index 0000000000..e5b6d8d6a6 --- /dev/null +++ b/plugins/bazaar/.changeset/README.md @@ -0,0 +1,8 @@ +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/plugins/bazaar/.changeset/config.json b/plugins/bazaar/.changeset/config.json new file mode 100644 index 0000000000..808355c8bb --- /dev/null +++ b/plugins/bazaar/.changeset/config.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@1.6.1/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "linked": [], + "access": "restricted", + "baseBranch": "master", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/plugins/bazaar/.changeset/khaki-pants-vanish.md b/plugins/bazaar/.changeset/khaki-pants-vanish.md new file mode 100644 index 0000000000..df58365e28 --- /dev/null +++ b/plugins/bazaar/.changeset/khaki-pants-vanish.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-bazaar': patch +--- + +Bumped plugin-catalog-react version from 0.5.0 to 0.6.0 diff --git a/yarn.lock b/yarn.lock index fa37fc278d..d4c8b7053a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29161,4 +29161,4 @@ zwitch@^1.0.0: zwitch@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz#91f8d0e901ffa3d66599756dde7f57b17c95dce1" - integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA== \ No newline at end of file + integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA== From 5e43a73dd49382f16d69a4eaa94c2dd3ee9f830f Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 21 Oct 2021 14:15:46 +0200 Subject: [PATCH 3/3] chore: fix up the changeset for the bazaar plugins Signed-off-by: blam --- .../.changeset => .changeset}/khaki-pants-vanish.md | 0 plugins/bazaar/.changeset/README.md | 8 -------- plugins/bazaar/.changeset/config.json | 10 ---------- 3 files changed, 18 deletions(-) rename {plugins/bazaar/.changeset => .changeset}/khaki-pants-vanish.md (100%) delete mode 100644 plugins/bazaar/.changeset/README.md delete mode 100644 plugins/bazaar/.changeset/config.json diff --git a/plugins/bazaar/.changeset/khaki-pants-vanish.md b/.changeset/khaki-pants-vanish.md similarity index 100% rename from plugins/bazaar/.changeset/khaki-pants-vanish.md rename to .changeset/khaki-pants-vanish.md diff --git a/plugins/bazaar/.changeset/README.md b/plugins/bazaar/.changeset/README.md deleted file mode 100644 index e5b6d8d6a6..0000000000 --- a/plugins/bazaar/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/plugins/bazaar/.changeset/config.json b/plugins/bazaar/.changeset/config.json deleted file mode 100644 index 808355c8bb..0000000000 --- a/plugins/bazaar/.changeset/config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@1.6.1/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "linked": [], - "access": "restricted", - "baseBranch": "master", - "updateInternalDependencies": "patch", - "ignore": [] -}