Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed May 13, 2023
1 parent 45f3f7b commit 4e8211a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.5.0",
"version": "0.5.1",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "@fugood/eslint-config-base",
"version": "0.5.0",
"version": "0.5.1",
"main": "index.js",
"scripts": {},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@fugood/eslint-config-react",
"version": "0.5.0",
"version": "0.5.1",
"main": "index.js",
"dependencies": {
"@fugood/eslint-config-base": "^0.5.0",
"@fugood/eslint-config-base": "^0.5.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
Expand Down

0 comments on commit 4e8211a

Please sign in to comment.