Skip to content

Commit

Permalink
Publish v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 18, 2020
1 parent c99f52b commit 2f78ee8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.9.1",
"version": "0.9.2",
"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.9.1",
"version": "0.9.2",
"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.9.1",
"@underline/eslint-config-typescript": "^0.9.1"
"@underline/eslint-config-ember": "^0.9.2",
"@underline/eslint-config-typescript": "^0.9.2"
}
}
2 changes: 1 addition & 1 deletion 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.9.1",
"version": "0.9.2",
"description": "Underline's shared ESLint config for Ember",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion 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.9.1",
"version": "0.9.2",
"description": "Underline's shared ESLint config for TypeScript",
"main": "index.js",
"repository": "https://github.com/underline/eslint-config",
Expand Down

0 comments on commit 2f78ee8

Please sign in to comment.