Skip to content

Commit

Permalink
Version Packages (#1098)
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 afc8d77 commit 6e50d0d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-cycles-fry.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

## 5.0.1

### Patch Changes

- Updated dependencies [afc8d77]
- @khanacademy/eslint-plugin@3.1.1

## 5.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": "5.0.0",
"version": "5.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.1.0",
"@khanacademy/eslint-plugin": "^3.1.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "^8.55.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.1.1

### Patch Changes

- afc8d77: Update error message for `aphrodite-add-style-variable-name` rule

## 3.1.0

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

0 comments on commit 6e50d0d

Please sign in to comment.