Skip to content

Commit

Permalink
Version Packages (#808)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Jun 29, 2023
1 parent f1c596e commit 960ea14
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-balloons-move.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/eslint-config

## 3.0.0

### Patch Changes

- Updated dependencies [f1c596e]
- @khanacademy/eslint-plugin@2.1.0

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-config",
"version": "2.0.1",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -10,7 +10,7 @@
"author": "Kevin Barabash <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@khanacademy/eslint-plugin": "^2.0.1",
"@khanacademy/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.38.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/eslint-plugin

## 2.1.0

### Minor Changes

- f1c596e: Re-add old eslint rules

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-plugin",
"version": "2.0.1",
"version": "2.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 960ea14

Please sign in to comment.