Skip to content

Commit

Permalink
Pin embroider/core for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ynotdraw committed Aug 7, 2023
1 parent 704d82d commit 2e28216
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 161 deletions.
6 changes: 6 additions & 0 deletions .changeset/good-rivers-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@crowdstrike/ember-toucan-core': patch
'@crowdstrike/ember-toucan-form': patch
---

(internal) Updated both packages to use the `<template>` tag and `gts` file extension.
5 changes: 4 additions & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"test:ember": "ember test",
"_syncPnpm": "pnpm sync-dependencies-meta-injected"
},
"devDependencyComments": {
"@embroider/core": "Had to pin to v2.0.2 as the other versions of embroider break our builds due to the beta-y nature of releases of embroider. We will upgrade to the latest version as part of https://github.com/CrowdStrike/ember-toucan-core/issues/210"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
Expand All @@ -36,7 +39,7 @@
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^3.1.0",
"@embroider/compat": "^2.0.0",
"@embroider/core": "^2.0.0",
"@embroider/core": "2.0.2",
"@embroider/webpack": "^2.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down
Loading

0 comments on commit 2e28216

Please sign in to comment.