Skip to content

Commit ef36607

Browse files
committed
Publish v0.15.1
1 parent a8adba8 commit ef36607

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.15.0",
2+
"version": "0.15.1",
33
"packages": [
44
"packages/*"
55
],
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-ember-typescript",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Underline's shared ESLint config for Ember with TypeScript",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",
@@ -10,7 +10,7 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@underline/eslint-config-ember": "^0.15.0",
14-
"@underline/eslint-config-typescript": "^0.15.0"
13+
"@underline/eslint-config-ember": "^0.15.1",
14+
"@underline/eslint-config-typescript": "^0.15.1"
1515
}
1616
}

packages/eslint-config-ember/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-ember",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Underline's shared ESLint config for Ember",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",
@@ -10,7 +10,7 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@underline/eslint-config": "^0.15.0",
13+
"@underline/eslint-config": "^0.15.1",
1414
"eslint-plugin-ember": "^11.11.0",
1515
"eslint-plugin-ember-best-practices": "^1.1.2"
1616
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-node",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Underline's shared ESLint config for node",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",
@@ -10,7 +10,7 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@underline/eslint-config": "^0.15.0",
13+
"@underline/eslint-config": "^0.15.1",
1414
"eslint-plugin-node": "^11.1.0"
1515
}
1616
}

packages/eslint-config-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-typescript",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Underline's shared ESLint config for TypeScript",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"@typescript-eslint/eslint-plugin": "^6.4.0",
1414
"@typescript-eslint/parser": "^6.4.0",
15-
"@underline/eslint-config": "^0.15.0"
15+
"@underline/eslint-config": "^0.15.1"
1616
}
1717
}

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Underline's shared ESLint config",
55
"repository": "https://github.com/underline/eslint-config",
66
"license": "MIT",

0 commit comments

Comments
 (0)