Skip to content

Commit

Permalink
feat(deps): update ember-engines
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `@projectcaluma/ember-analytics`,
`@projectcaluma/distribution` and `@projectcaluma/ember-form-builder`
now require the usage of `ember-engines` v0.11.0. If you are using
components or helpers of one of those engines in your code, you'll need
to add re-exports in your host application to allow this. However, this
is strongly discouraged.
  • Loading branch information
anehx committed Jul 30, 2024
1 parent 3407248 commit 4abde9b
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/-ember-caluma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ember-composable-helpers": "5.0.0",
"ember-data": "5.3.3",
"ember-disable-prototype-extensions": "1.1.3",
"ember-engines": "0.9.0",
"ember-engines": "0.11.0",
"ember-engines-router-service": "0.6.0",
"ember-fetch": "8.1.2",
"ember-flatpickr": "8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "5.3.3",
"ember-engines": "0.9.0",
"ember-engines": "0.11.0",
"ember-load-initializers": "2.1.2",
"ember-modifier": "4.2.0",
"ember-qunit": "8.1.0",
Expand All @@ -79,7 +79,7 @@
"webpack": "5.93.0"
},
"peerDependency": {
"ember-engines": "^0.9.0",
"ember-engines": "^0.11.0",
"ember-source": ">= 4.0.0"
},
"dependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ember-cli-sass": "11.0.1",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-engines": "0.9.0",
"ember-engines": "0.11.0",
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.1.0",
"ember-resolver": "12.0.1",
Expand All @@ -76,7 +76,7 @@
"webpack": "5.93.0"
},
"peerDependencies": {
"ember-engines": "^0.9.0",
"ember-engines": "^0.11.0",
"ember-source": ">= 4.0.0"
},
"dependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "5.3.3",
"ember-engines": "0.9.0",
"ember-engines": "0.11.0",
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.1.0",
"ember-resolver": "12.0.1",
Expand All @@ -90,7 +90,7 @@
"webpack": "5.93.0"
},
"peerDependencies": {
"ember-engines": "^0.9.0",
"ember-engines": "^0.11.0",
"ember-source": ">= 4.0.0"
},
"dependenciesMeta": {
Expand Down
Loading

0 comments on commit 4abde9b

Please sign in to comment.