From 4345801bfc09942e0d6dc0459d1e4d53c4f57561 Mon Sep 17 00:00:00 2001 From: Jeff Yates Date: Thu, 19 Dec 2024 17:31:47 -0600 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A5AUDIT=F0=9F=94=A5]=20docs(changese?= =?UTF-8?q?t):=20Bump=20version=20for=20testing=20release=20protections.?= =?UTF-8?q?=20(#2047)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🖍 _This is an audit!_ 🖍 ## Summary: This is a version bump to trigger a release so we can test release protections. Issue: FEI-6062 ## Test plan: 1. Land this and wait for the Version Packages PR to be created 2. Merge that PR 3. Update #2044 and #2039 with the latest `main` 4. Watch as the various workflows occur and verify that the snapshot releases don't publish things they shouldn't Author: somewhatabstract Auditors: #perseus Required Reviewers: Approved By: Checks: ⌛ Publish npm snapshot (ubuntu-latest, 20.x), ⌛ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ⌛ Cypress (ubuntu-latest, 20.x), ⌛ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ⌛ Check builds for changes in size (ubuntu-latest, 20.x), ⌛ Publish Storybook to Chromatic (ubuntu-latest, 20.x) Pull Request URL: https://github.com/Khan/perseus/pull/2047 --- .changeset/nasty-wasps-float.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nasty-wasps-float.md diff --git a/.changeset/nasty-wasps-float.md b/.changeset/nasty-wasps-float.md new file mode 100644 index 0000000000..f37db6edb3 --- /dev/null +++ b/.changeset/nasty-wasps-float.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/keypad-context": patch +--- + +Bump version for testing release protections.