Skip to content

Commit

Permalink
Publish v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 21, 2023
1 parent a8adba8 commit ef36607
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.15.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"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.15.0",
"@underline/eslint-config-typescript": "^0.15.0"
"@underline/eslint-config-ember": "^0.15.1",
"@underline/eslint-config-typescript": "^0.15.1"
}
}
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.15.0",
"version": "0.15.1",
"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.15.0",
"@underline/eslint-config": "^0.15.1",
"eslint-plugin-ember": "^11.11.0",
"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.15.0",
"version": "0.15.1",
"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.15.0",
"@underline/eslint-config": "^0.15.1",
"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.15.0",
"version": "0.15.1",
"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": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@underline/eslint-config": "^0.15.0"
"@underline/eslint-config": "^0.15.1"
}
}
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.15.0",
"version": "0.15.1",
"description": "Underline's shared ESLint config",
"repository": "https://github.com/underline/eslint-config",
"license": "MIT",
Expand Down

0 comments on commit ef36607

Please sign in to comment.