We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84e032 commit e4704f8Copy full SHA for e4704f8
packages/core/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
### Master
4
5
+### 4.1.1
6
+🐛 Bug / Fixes
7
+`@ember-eui/core`
8
+- fix typo in package json defaultBlueprint
9
+
10
### 4.1.0
11
🐛 Bug / Fixes
12
`@ember-eui/core`
packages/core/package.json
@@ -170,7 +170,7 @@
170
},
171
"ember-addon": {
172
"configPath": "tests/dummy/config",
173
- "defaultBluerprint": "ember-eui-core"
+ "defaultBlueprint": "ember-eui-core"
174
175
"volta": {
176
"extends": "../../package.json"
0 commit comments