Skip to content

Commit

Permalink
Installed @embroider/[email protected] to allow nesti…
Browse files Browse the repository at this point in the history
…ng v2 addons (#36)

* bugfix: Installed @embroider/[email protected] to allow nesting v2 addons

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored May 9, 2023
1 parent 0003cd1 commit a9a208d
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/lazy-balloons-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"embroider-css-modules-temporary": patch
"embroider-css-modules": patch
"sample-v2-addon": patch
---

Installed @embroider/addon-shim@1.8.5-unstable.f004d11 to allow nesting v2 addons
2 changes: 1 addition & 1 deletion docs/sample-v2-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/sample-v2-addon'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4",
"@embroider/addon-shim": "1.8.5-unstable.f004d11",
"embroider-css-modules": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules-temporary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/embroider-css-modules-temporary'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4",
"@embroider/addon-shim": "1.8.5-unstable.f004d11",
"embroider-css-modules": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/embroider-css-modules'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4"
"@embroider/addon-shim": "1.8.5-unstable.f004d11"
},
"devDependencies": {
"@babel/core": "^7.21.5",
Expand Down
39 changes: 33 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9a208d

Please sign in to comment.