Closed mansona closed 2 years ago
@jrjohnson this change was braking in 0.3.3, when a other package is using 1.0.0 the update is not possible. Maybe it shoud be reverted in 0.3.x and readded in 0.4.x
The other possiblity would be to add in dependency: "ember-get-config": "^1.0.1 || ^2.0.0",
so there is not beaking
I'm chatted with @jrjohnson on this and I'll be releasing 0.4.0 and deprecating 0.3.3 here in just a bit.
Ok. 0.3.3 is deprecated and a 0.4.0 and 0.3.4 (without ember-get-config@2.x dependency) are released.
Let me know if this is still causing pain!
@robmadole thank for the revert, confirm that there is now possibile the update to 0.3.4
I recently hit the same error that we see in https://github.com/FortAwesome/ember-fontawesome/issues/205 where you get the dreaded:
when you try to build app. This makes total sense considering what EmbrioiderMacros does but I recently released a version of
ember-get-config
(I'm the maintainer 😂) that fixes this problem because it doesn't serialize the config anymore 👍This PR upgrades
ember-get-config
to that new version 🎉