From 99c3280424f70e22e1609839f394df1b6df542cb Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:10:26 -0400 Subject: [PATCH] Version Packages (#769) Co-authored-by: github-actions[bot] --- .changeset/tricky-pillows-sin.md | 5 ----- packages/wonder-stuff-ci/CHANGELOG.md | 6 ++++++ packages/wonder-stuff-ci/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tricky-pillows-sin.md diff --git a/.changeset/tricky-pillows-sin.md b/.changeset/tricky-pillows-sin.md deleted file mode 100644 index 93347dab..00000000 --- a/.changeset/tricky-pillows-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/wonder-stuff-ci": minor ---- - -Update the library to fix GCP api changes diff --git a/packages/wonder-stuff-ci/CHANGELOG.md b/packages/wonder-stuff-ci/CHANGELOG.md index 60fe7e28..398c9862 100644 --- a/packages/wonder-stuff-ci/CHANGELOG.md +++ b/packages/wonder-stuff-ci/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/wonder-stuff-ci +## 1.2.0 + +### Minor Changes + +- a3ba9db: Update the library to fix GCP api changes + ## 1.1.0 ### Minor Changes diff --git a/packages/wonder-stuff-ci/package.json b/packages/wonder-stuff-ci/package.json index 74f2f191..c6a049c4 100644 --- a/packages/wonder-stuff-ci/package.json +++ b/packages/wonder-stuff-ci/package.json @@ -6,7 +6,7 @@ "node": ">=16" }, "name": "@khanacademy/wonder-stuff-ci", - "version": "1.1.0", + "version": "1.2.0", "description": "Functions for automation and scripts.", "module": "dist/es/index.js", "main": "dist/index.js",