Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - broccoli-eyeglass@5.5.0
 - ember-cli-eyeglass@6.5.0
 - eyeglass@2.5.0
 - eager-test-addon@0.1.0
 - eyeglass-test-app@0.1.0
 - lazy-test-addon@0.1.0
  • Loading branch information
chriseppstein committed Mar 24, 2020
1 parent 51697af commit 794a72d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/broccoli-eyeglass/package.json
@@ -1,7 +1,7 @@
{ {
"name": "broccoli-eyeglass", "name": "broccoli-eyeglass",
"description": "Sass compiler for Broccoli with Eyeglass Integration", "description": "Sass compiler for Broccoli with Eyeglass Integration",
"version": "5.4.1", "version": "5.5.0",
"author": "Chris Eppstein <chris@eppsteins.net>", "author": "Chris Eppstein <chris@eppsteins.net>",
"main": "lib/index.js", "main": "lib/index.js",
"license": "Apache-2.0", "license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"debug": "^4.1.0", "debug": "^4.1.0",
"dependency-tree": "^7.0.2", "dependency-tree": "^7.0.2",
"ensure-symlink": "^1.0.2", "ensure-symlink": "^1.0.2",
"eyeglass": "^2.4.2", "eyeglass": "^2.5.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",
"fs-tree-diff": "^1.0.0", "fs-tree-diff": "^1.0.0",
"glob": "^7.1.2", "glob": "^7.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ember-cli-eyeglass/package.json
@@ -1,6 +1,6 @@
{ {
"name": "ember-cli-eyeglass", "name": "ember-cli-eyeglass",
"version": "6.4.3", "version": "6.5.0",
"description": "Use eyeglass and node-sass to compile Sass files.", "description": "Use eyeglass and node-sass to compile Sass files.",
"directories": { "directories": {
"doc": "doc", "doc": "doc",
Expand Down Expand Up @@ -35,7 +35,7 @@
"broccoli-stew": "^2.0.0", "broccoli-stew": "^2.0.0",
"chai": "^4.1.2", "chai": "^4.1.2",
"eslint": "^5.12.1", "eslint": "^5.12.1",
"eyeglass": "^2.4.2", "eyeglass": "^2.5.0",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"typescript": "~3.7.0" "typescript": "~3.7.0"
}, },
Expand All @@ -48,7 +48,7 @@
"broccoli" "broccoli"
], ],
"dependencies": { "dependencies": {
"broccoli-eyeglass": "^5.4.1", "broccoli-eyeglass": "^5.5.0",
"broccoli-funnel": "^2.0.1", "broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0", "broccoli-merge-trees": "^3.0.0",
"broccoli-plugin": "^1.3.1", "broccoli-plugin": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eyeglass/package.json
@@ -1,7 +1,7 @@
{ {
"name": "eyeglass", "name": "eyeglass",
"description": "Sass modules for npm.", "description": "Sass modules for npm.",
"version": "2.4.2", "version": "2.5.0",
"author": { "author": {
"name": "The eyeglass team and contributors", "name": "The eyeglass team and contributors",
"url": "https://github.com/linkedin/eyeglass/graphs/contributors" "url": "https://github.com/linkedin/eyeglass/graphs/contributors"
Expand Down
4 changes: 2 additions & 2 deletions private-packages/eager-test-addon/package.json
@@ -1,14 +1,14 @@
{ {
"private": true, "private": true,
"name": "eager-test-addon", "name": "eager-test-addon",
"version": "0.0.1", "version": "0.1.0",
"keywords": [ "keywords": [
"ember-addon", "ember-addon",
"ember-engine" "ember-engine"
], ],
"dependencies": { "dependencies": {
"ember-cli-babel": "^7.13.0", "ember-cli-babel": "^7.13.0",
"ember-cli-eyeglass": "^6.4.3", "ember-cli-eyeglass": "^6.5.0",
"ember-cli-htmlbars": "^4.2.2" "ember-cli-htmlbars": "^4.2.2"
}, },
"ember-addon": { "ember-addon": {
Expand Down
8 changes: 4 additions & 4 deletions private-packages/eyeglass-test-app/package.json
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "eyeglass-test-app", "name": "eyeglass-test-app",
"version": "0.0.1", "version": "0.1.0",
"description": "App for testing eyeglass ember integration", "description": "App for testing eyeglass ember integration",
"repository": "", "repository": "",
"author": "", "author": "",
Expand All @@ -22,14 +22,14 @@
"@glimmer/component": "^1.0.0", "@glimmer/component": "^1.0.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"broccoli-asset-rev": "^3.0.0", "broccoli-asset-rev": "^3.0.0",
"eager-test-addon": "^0.0.1", "eager-test-addon": "^0.1.0",
"ember-auto-import": "^1.5.3", "ember-auto-import": "^1.5.3",
"ember-cli": "~3.15.1", "ember-cli": "~3.15.1",
"ember-cli-app-version": "^3.2.0", "ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.13.0", "ember-cli-babel": "^7.13.0",
"ember-cli-dependency-checker": "^3.2.0", "ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0", "ember-cli-eslint": "^5.1.0",
"ember-cli-eyeglass": "^6.4.3", "ember-cli-eyeglass": "^6.5.0",
"ember-cli-htmlbars": "^4.2.2", "ember-cli-htmlbars": "^4.2.2",
"ember-cli-inject-live-reload": "^2.0.1", "ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-sri": "^2.1.1", "ember-cli-sri": "^2.1.1",
Expand All @@ -46,7 +46,7 @@
"ember-source": "~3.15.0", "ember-source": "~3.15.0",
"eslint-plugin-ember": "^7.7.1", "eslint-plugin-ember": "^7.7.1",
"eslint-plugin-node": "^10.0.0", "eslint-plugin-node": "^10.0.0",
"lazy-test-addon": "^0.0.1", "lazy-test-addon": "^0.1.0",
"loader.js": "^4.7.0", "loader.js": "^4.7.0",
"qunit-dom": "^0.9.2" "qunit-dom": "^0.9.2"
}, },
Expand Down
4 changes: 2 additions & 2 deletions private-packages/lazy-test-addon/package.json
@@ -1,14 +1,14 @@
{ {
"private": true, "private": true,
"name": "lazy-test-addon", "name": "lazy-test-addon",
"version": "0.0.1", "version": "0.1.0",
"keywords": [ "keywords": [
"ember-addon", "ember-addon",
"ember-engine" "ember-engine"
], ],
"dependencies": { "dependencies": {
"ember-cli-babel": "^7.13.0", "ember-cli-babel": "^7.13.0",
"ember-cli-eyeglass": "^6.4.3", "ember-cli-eyeglass": "^6.5.0",
"ember-cli-htmlbars": "^4.2.2" "ember-cli-htmlbars": "^4.2.2"
}, },
"ember-addon": { "ember-addon": {
Expand Down

0 comments on commit 794a72d

Please sign in to comment.