@ember-eui/core 4.1.0 → 4.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ### Master
4
4
 
5
+ ### 4.1.1
6
+ 🐛 Bug / Fixes
7
+ `@ember-eui/core`
8
+ - fix typo in package json defaultBlueprint
9
+
5
10
  ### 4.1.0
6
11
  🐛 Bug / Fixes
7
12
  `@ember-eui/core`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-eui/core",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Ember Components for Elastic UI",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -170,10 +170,10 @@
170
170
  },
171
171
  "ember-addon": {
172
172
  "configPath": "tests/dummy/config",
173
- "defaultBluerprint": "ember-eui-core"
173
+ "defaultBlueprint": "ember-eui-core"
174
174
  },
175
175
  "volta": {
176
176
  "extends": "../../package.json"
177
177
  },
178
- "gitHead": "ce506cfece96738979e6bd9bcec919330df77115"
178
+ "gitHead": "934a2412ad1e4bfe937f7e362408355320580b5b"
179
179
  }