Skip to content

Commit

Permalink
chore(release): v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Jun 27, 2024
1 parent 6a69db7 commit 462b76c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.2 (June 28, 2024)

- chore(deps): update deps
- fix: add `import/no-extraneous-dependencies` in ts-config by default

## 0.3.1 (June 24, 2024)

- chore(ci): update ci deps version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"eslint": "^8.57.0",
"zx": "^8.1.3"
},
"version": "0.3.1"
"version": "0.3.2"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config-base",
"version": "0.3.1",
"version": "0.3.2",
"description": "Arcblock's ESLint config base",
"author": "zhanghan <zhanghan@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config-ts",
"version": "0.3.1",
"version": "0.3.2",
"description": "Arcblock's base config for ESLint & Typescript",
"author": "wangshijun <wangshijun@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config",
"version": "0.3.1",
"version": "0.3.2",
"description": "Arcblock's ESLint config for react",
"author": "zhanghan <zhanghan@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand Down

0 comments on commit 462b76c

Please sign in to comment.