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 12, 2024
1 parent 8dddfd0 commit 9b5adb1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/gold-insects-wash.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- b217656: refactor(eslint-config-wantedly): Refactor rule set
refactor(eslint-config-wantedly-typescript): Refactor rule set
feat(eslint-config-wantedly): Add import/order rules
feat(eslint-config-wantedly-typescript): Add import/order rules

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wantedly-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly-typescript",
"description": "ESLint configuration for Wantedly with TypeScript",
"version": "4.0.0",
"version": "4.1.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"@eslint/eslintrc": "^3.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-wantedly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# eslint-config-wantedly

## 4.1.0

### Minor Changes

- b217656: refactor(eslint-config-wantedly): Refactor rule set
refactor(eslint-config-wantedly-typescript): Refactor rule set
feat(eslint-config-wantedly): Add import/order rules
feat(eslint-config-wantedly-typescript): Add import/order rules

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly",
"description": "ESLint configuration for Wantedly",
"version": "4.0.0",
"version": "4.1.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
Expand Down

0 comments on commit 9b5adb1

Please sign in to comment.