Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Oct 20, 2023
1 parent 4249cad commit 37a657e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"publish": "yarn workspaces foreach --verbose --all --no-private npm publish --access public --tolerate-republish",
"release": "yarn bump && yarn publish"
},
"version": "2.2.1",
"version": "3.0.0",
"workspaces": [
"packages/*",
"example/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnmax/eslint-config-basic",
"version": "2.2.1",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnmax/eslint-config-import",
"version": "2.2.1",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnmax/eslint-config-react",
"version": "2.2.1",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nnmax/eslint-config-typescript",
"version": "2.2.1",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 37a657e

Please sign in to comment.