Skip to content

Commit

Permalink
Version Packages (#1094)
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 Dec 13, 2024
1 parent 3d8fea4 commit 8f4b545
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-scissors-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-islands-bake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rotten-spiders-hear.md

This file was deleted.

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

## 5.0.0

### Patch Changes

- 3d8fea4: Update eslint to ^8.55.0
- Updated dependencies [3d8fea4]
- Updated dependencies [3d8fea4]
- @khanacademy/eslint-plugin@3.1.0

## 4.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": "4.0.1",
"version": "5.0.0",
"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.1",
"@khanacademy/eslint-plugin": "^3.1.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "^8.55.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/eslint-plugin

## 3.1.0

### Minor Changes

- 3d8fea4: Add `aphrodite-add-style-variable-name` lint rule

### Patch Changes

- 3d8fea4: Update eslint to ^8.55.0

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

0 comments on commit 8f4b545

Please sign in to comment.