From d3ad2a790d1edbc4e1426a9137cd4c4fc5ac1f5b Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:37:52 -0400 Subject: [PATCH] Version Packages (#645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/eslint-plugin@1.4.0 ### Minor Changes - f731203: Port checksync changes from old repo Author: khan-actions-bot Reviewers: #frontend-infra Required Reviewers: Approved By: Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Gather coverage (ubuntu-latest, 16.x), ⏭ dependabot, ✅ gerald, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ Analyze (javascript), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x) Pull Request URL: https://github.com/Khan/wonder-stuff/pull/645 --- .changeset/clean-icons-remember.md | 2 -- .changeset/khaki-files-punch.md | 5 ----- packages/eslint-plugin-khan/CHANGELOG.md | 6 ++++++ packages/eslint-plugin-khan/package.json | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/clean-icons-remember.md delete mode 100644 .changeset/khaki-files-punch.md diff --git a/.changeset/clean-icons-remember.md b/.changeset/clean-icons-remember.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/clean-icons-remember.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/khaki-files-punch.md b/.changeset/khaki-files-punch.md deleted file mode 100644 index a7a34d64..00000000 --- a/.changeset/khaki-files-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/eslint-plugin": minor ---- - -Port checksync changes from old repo diff --git a/packages/eslint-plugin-khan/CHANGELOG.md b/packages/eslint-plugin-khan/CHANGELOG.md index 5073e87e..b0b6b8fb 100644 --- a/packages/eslint-plugin-khan/CHANGELOG.md +++ b/packages/eslint-plugin-khan/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/eslint-plugin +## 1.4.0 + +### Minor Changes + +- f731203: Port checksync changes from old repo + ## 0.7.1 ### Patch Changes diff --git a/packages/eslint-plugin-khan/package.json b/packages/eslint-plugin-khan/package.json index bbf88568..dd003398 100644 --- a/packages/eslint-plugin-khan/package.json +++ b/packages/eslint-plugin-khan/package.json @@ -1,6 +1,6 @@ { "name": "@khanacademy/eslint-plugin", - "version": "1.3.1", + "version": "1.4.0", "publishConfig": { "access": "public" },