Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chizuki committed Dec 2, 2022
1 parent 93fa565 commit b2fac5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config-monorepo",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"packageManager": "[email protected]",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config-basic",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-curev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-curev",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config-react",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config-ts",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curev/eslint-config-vue",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down

0 comments on commit b2fac5a

Please sign in to comment.