Skip to content

Commit 2f78ee8

Browse files
committed
Publish v0.9.2
1 parent c99f52b commit 2f78ee8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.1",
2+
"version": "0.9.2",
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.9.1",
3+
"version": "0.9.2",
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.9.1",
14-
"@underline/eslint-config-typescript": "^0.9.1"
13+
"@underline/eslint-config-ember": "^0.9.2",
14+
"@underline/eslint-config-typescript": "^0.9.2"
1515
}
1616
}

packages/eslint-config-ember/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-ember",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Underline's shared ESLint config for Ember",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",

packages/eslint-config-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@underline/eslint-config-typescript",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Underline's shared ESLint config for TypeScript",
55
"main": "index.js",
66
"repository": "https://github.com/underline/eslint-config",

0 commit comments

Comments
 (0)