From 9c17ab5188052bb0f42de615e48af1a7439f2770 Mon Sep 17 00:00:00 2001 From: Jeff Yates Date: Thu, 19 Dec 2024 18:45:10 -0600 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A5AUDIT=F0=9F=94=A5]=20docs(changese?= =?UTF-8?q?t):=20Bump=20version=20for=20one=20last=20test=20of=20the=20rel?= =?UTF-8?q?ease=20protections.=20(#2049)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🖍 _This is an audit!_ 🖍 ## Summary: Bumping a version so we can trigger a release and perform one last test of the workflow PR, #2044. Issue: FEI-6062 ## Test plan: Land this to main, trigger the release by merging the Version Packages PR. Then quickly merge main into the #2044 branch and see if the release protections are triggered as we expect, including the comment on the PR. Author: somewhatabstract Auditors: #perseus Required Reviewers: Approved By: Checks: ⌛ Cypress (ubuntu-latest, 20.x), ⌛ Check builds for changes in size (ubuntu-latest, 20.x), ⌛ Publish npm snapshot (ubuntu-latest, 20.x), ⌛ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ⌛ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ⌛ Publish Storybook to Chromatic (ubuntu-latest, 20.x) Pull Request URL: https://github.com/Khan/perseus/pull/2049 --- .changeset/metal-spiders-impress.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/metal-spiders-impress.md diff --git a/.changeset/metal-spiders-impress.md b/.changeset/metal-spiders-impress.md new file mode 100644 index 0000000000..866a85f385 --- /dev/null +++ b/.changeset/metal-spiders-impress.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/kmath": patch +--- + +Bump version for one last test of the release protections.