@ember-eui/core 4.0.4 → 4.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  ### Master
4
4
 
5
+ ### 4.0.7
6
+ 🐛 Bug / Fixes
7
+ `@ember-eui/core`
8
+ - Since we are no longer exposing sass files, there's no use for this file anymore
9
+
10
+ ### 4.0.6
11
+ 🐛 Bug / Fixes
12
+ `@ember-eui/core`
13
+ - Fix named blocks version
14
+
15
+ ### 4.0.5
16
+ 🐛 Bug / Fixes
17
+ `@ember-eui/core`
18
+ - Add ember-named-blocks-polyfill back
19
+
5
20
  ### 4.0.4
6
21
  🐛 Bug / Fixes
7
22
  `@ember-eui/core`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-eui/core",
3
- "version": "4.0.4",
3
+ "version": "4.0.7",
4
4
  "description": "Ember Components for Elastic UI",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -66,6 +66,7 @@
66
66
  "ember-keyboard": "^7.0.1",
67
67
  "ember-math-helpers": "^2.15.0",
68
68
  "ember-modifier": "^3.1.0",
69
+ "ember-named-blocks-polyfill": "^0.2.3",
69
70
  "ember-power-select": "^5.0.2",
70
71
  "ember-set-body-class": "^1.0.2",
71
72
  "ember-set-helper": "^2.0.1",
@@ -174,5 +175,5 @@
174
175
  "volta": {
175
176
  "extends": "../../package.json"
176
177
  },
177
- "gitHead": "d0007138cff1b49a85ad28a59bc4080d57042990"
178
+ "gitHead": "349379d003ad8ef2cefea0a992f85e408a15f0de"
178
179
  }
@@ -1 +0,0 @@
1
- @import 'ember-eui-components';