Skip to content

Commit

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

0 comments on commit f0f8106

Please sign in to comment.