Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed May 7, 2019
1 parent 9d8b487 commit 0afff8a
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": "1.0.0",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ember-order-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember-order-imports",
"version": "1.0.0",
"version": "1.1.0",
"description": "Sorts ES module imports for Ember.js projects",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ember-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember-typescript",
"version": "1.0.0",
"version": "1.1.0",
"description": "Clark's eslint-config for Ember.js using TypeScript",
"keywords": [
"eslint",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/ClarkSource/eslint-config/issues"
},
"dependencies": {
"@clark/eslint-config-ember": "^1.0.0",
"@clark/eslint-config-ember": "^1.1.0",
"@clark/eslint-config-typescript": "^1.0.0"
},
"peerDependencies": {
Expand Down
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": "@clark/eslint-config-ember",
"version": "1.0.0",
"version": "1.1.0",
"description": "Clark's eslint-config for Ember.js",
"keywords": [
"eslint",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@clark/eslint-config": "^1.0.0",
"@clark/eslint-config-browser": "^1.0.0",
"@clark/eslint-config-ember-order-imports": "^1.0.0",
"@clark/eslint-config-ember-order-imports": "^1.1.0",
"eslint-plugin-ember": "^6.4.1",
"eslint-plugin-ember-best-practices": "^1.1.1"
}
Expand Down

0 comments on commit 0afff8a

Please sign in to comment.