Skip to content

Commit

Permalink
Publish v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 18, 2021
1 parent c00f172 commit 0ad5c79
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.4",
"version": "0.11.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ember-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underline/eslint-config-ember-typescript",
"version": "0.10.4",
"version": "0.11.0",
"description": "Underline's shared ESLint config for Ember with TypeScript",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@underline/eslint-config-ember": "^0.10.4",
"@underline/eslint-config-typescript": "^0.10.4"
"@underline/eslint-config-ember": "^0.11.0",
"@underline/eslint-config-typescript": "^0.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underline/eslint-config-ember",
"version": "0.10.4",
"version": "0.11.0",
"description": "Underline's shared ESLint config for Ember",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@underline/eslint-config": "^0.10.4",
"@underline/eslint-config": "^0.11.0",
"eslint-plugin-ember": "^10.5.3",
"eslint-plugin-ember-best-practices": "^1.1.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underline/eslint-config-node",
"version": "0.10.4",
"version": "0.11.0",
"description": "Underline's shared ESLint config for node",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@underline/eslint-config": "^0.10.4",
"@underline/eslint-config": "^0.11.0",
"eslint-plugin-node": "^11.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underline/eslint-config-typescript",
"version": "0.10.4",
"version": "0.11.0",
"description": "Underline's shared ESLint config for TypeScript",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand All @@ -12,6 +12,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@underline/eslint-config": "^0.10.4"
"@underline/eslint-config": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underline/eslint-config",
"version": "0.10.4",
"version": "0.11.0",
"description": "Underline's shared ESLint config",
"repository": "https://github.com/underline/eslint-config",
"license": "MIT",
Expand Down

0 comments on commit 0ad5c79

Please sign in to comment.