Skip to content

Commit

Permalink
v0.1.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Mar 12, 2023
1 parent 6a54601 commit 5a015b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.0-beta.7"
"version": "0.1.0-beta.8"
}
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": "@snapshot-labs/eslint-config-base",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/eslint-config-vue",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"publishConfig": {
"access": "public"
},
Expand All @@ -10,7 +10,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@snapshot-labs/eslint-config-base": "^0.1.0-beta.7",
"@snapshot-labs/eslint-config-base": "^0.1.0-beta.8",
"eslint-plugin-vue": "^9.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/eslint-config",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"publishConfig": {
"access": "public"
},
Expand All @@ -10,6 +10,6 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@snapshot-labs/eslint-config-base": "^0.1.0-beta.7"
"@snapshot-labs/eslint-config-base": "^0.1.0-beta.8"
}
}

0 comments on commit 5a015b1

Please sign in to comment.