Skip to content

Commit

Permalink
Release eyeglass@2.4.1, broccoli-eyeglass@5.3.0, ember-cli-eyeglass@6…
Browse files Browse the repository at this point in the history
….3.0.
  • Loading branch information
chriseppstein committed Apr 12, 2019
1 parent 663ebdf commit f667c0d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/broccoli-eyeglass/CHANGELOG.md
@@ -1,3 +1,8 @@
# 5.3.0

* Upgrades `eyeglass` to `2.4.1`.
* Setting `DEBUG=broccoli-eyeglass:results` will enable verbose output.

# 5.2.0

* Upgrades `eyeglass` to `2.4.0`.
Expand Down
4 changes: 2 additions & 2 deletions packages/broccoli-eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "broccoli-eyeglass",
"description": "Sass compiler for Broccoli with Eyeglass Integration",
"version": "5.2.0",
"version": "5.3.0",
"author": "Chris Eppstein <chris@eppsteins.net>",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"debug": "^4.1.0",
"dependency-tree": "^7.0.2",
"ensure-symlink": "^1.0.2",
"eyeglass": "^2.4.0",
"eyeglass": "^2.4.1",
"fs-extra": "^7.0.0",
"fs-tree-diff": "^1.0.0",
"glob": "^7.1.2",
Expand Down
6 changes: 5 additions & 1 deletion packages/ember-cli-eyeglass/CHANGELOG.md
@@ -1,6 +1,10 @@
# 6.3.0

* Upgrades broccoli-eyeglass to `5.3.0`.

# 6.2.0

* Upgrades broccoli-eyeglass to `5.1.1`.
* Upgrades broccoli-eyeglass to `5.2.0`.
* Adds a peerDependency on `ember-cli@^3.5.0` which was
an implicit peerDependency since `6.1.0`.

Expand Down
4 changes: 2 additions & 2 deletions packages/ember-cli-eyeglass/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-eyeglass",
"version": "6.2.0",
"version": "6.3.0",
"description": "Use eyeglass and node-sass to compile Sass files.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -75,7 +75,7 @@
"broccoli"
],
"dependencies": {
"broccoli-eyeglass": "^5.2.0",
"broccoli-eyeglass": "^5.3.0",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"broccoli-plugin": "^1.3.1",
Expand Down
5 changes: 5 additions & 0 deletions packages/eyeglass/CHANGELOG.md
@@ -1,3 +1,8 @@
# 2.4.1

* Performance optimization for asset import and registration for modules with a
large number of assets.

# 2.4.0

* Adds option `disableStrictDependencyCheck` - which allows eyeglass modules to
Expand Down
5 changes: 3 additions & 2 deletions packages/eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "eyeglass",
"description": "Sass modules for npm.",
"version": "2.4.0",
"version": "2.4.1",
"author": {
"name": "The eyeglass team and contributors",
"url": "https://github.com/linkedin/eyeglass/graphs/contributors"
Expand Down Expand Up @@ -83,6 +83,7 @@
"sass",
"*.md",
"LICENSE",
"NOTICE"
"NOTICE",
"CHANGELOG.md"
]
}

0 comments on commit f667c0d

Please sign in to comment.