Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 86caa2d commit 1554f7a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-boxes-hang.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-walls-destroy.md

This file was deleted.

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

## 4.0.1

### Patch Changes

- 86caa2d: Update @typescript-eslint/\* to versions that work with TypeScript v5.7.x
- Updated dependencies [86caa2d]
- @khanacademy/eslint-plugin@3.0.1

## 4.0.0

### 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": "4.0.0",
"version": "4.0.1",
"description": "ESLint config that applies Khan Academy's setings",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"author": "Kevin Barabash <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@khanacademy/eslint-plugin": "^3.0.0",
"@khanacademy/eslint-plugin": "^3.0.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "^8.44.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

## 3.0.1

### Patch Changes

- 86caa2d: Update @typescript-eslint/\* to versions that work with TypeScript v5.7.x

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"description": "ESLint plugin that applies Khan Academy's custom rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1554f7a

Please sign in to comment.