Skip to content

Commit

Permalink
Release eyeglass@2.3.1, broccoli-eyeglass@5.1.1, ember-cli-eyeglass@6…
Browse files Browse the repository at this point in the history
….1.1.
  • Loading branch information
chriseppstein committed Mar 28, 2019
1 parent bded322 commit 093d8c2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/broccoli-eyeglass/CHANGELOG.md
@@ -1,3 +1,12 @@
# 5.1.1

* Changes how persistent cache invalidation is performed for eyeglass modules
that are marked as `inDevelopment`. Eyeglass modules that doubled as
application code would end up invalidating the sass file cache very
frequently and unnecessarily. Instead of considering all JS in the addon
and its dependencies, now only a minimal set of javascript files that are
known to be involved with Sass compilation are considered.

# 5.1.0

**Performance Enhancements**: this release has a number of performance
Expand Down
2 changes: 1 addition & 1 deletion packages/broccoli-eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "broccoli-eyeglass",
"description": "Sass compiler for Broccoli with Eyeglass Integration",
"version": "5.1.0",
"version": "5.1.1",
"author": "Chris Eppstein <chris@eppsteins.net>",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/ember-cli-eyeglass/CHANGELOG.md
@@ -1,3 +1,8 @@
# 6.1.1

* Upgrades broccoli-eyeglass to `5.1.1`.
* Some code cleanup.

# 6.1.0

**Performance Enhancements**: this release has a number of performance
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-eyeglass/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-eyeglass",
"version": "6.1.0",
"version": "6.1.1",
"description": "Use eyeglass and node-sass to compile Sass files.",
"directories": {
"doc": "doc",
Expand Down
5 changes: 5 additions & 0 deletions packages/eyeglass/CHANGELOG.md
@@ -1,3 +1,8 @@
# 2.3.1

* Fixes a bug in eyeglass module resolutions that only occurred in the rare
case that an app's name collides with a eyeglass module's name.

# 2.3.0

**Performance Enhancements:** This release addresses a number of performance
Expand Down
2 changes: 1 addition & 1 deletion packages/eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "eyeglass",
"description": "Sass modules for npm.",
"version": "2.3.0",
"version": "2.3.1",
"author": {
"name": "The eyeglass team and contributors",
"url": "https://github.com/linkedin/eyeglass/graphs/contributors"
Expand Down

0 comments on commit 093d8c2

Please sign in to comment.