Skip to content

Commit

Permalink
releasing @glimmer/component 2.0.0
Browse files Browse the repository at this point in the history
I tested beta.22
 - in typescript
 - in a classic app
 - in a stable embroider (webpack) app
 - in a main embroider (vite) app

 So this is ready to go.
  • Loading branch information
ef4 committed Oct 29, 2024
1 parent a40bfa4 commit 719dfe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@
"node": "16.20.0",
"pnpm": "8.10.0"
}
}
}
6 changes: 6 additions & 0 deletions packages/@glimmer/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @glimmer/component

## 2.0.0 2024-10-29

- BREAKING: converted to V2 addon
- BREAKING: dropped support for ember < 3.13


## 2.0.0-beta.22 2024-10-29

- BREAKING: converted to V2 addon
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmer/component",
"version": "2.0.0-beta.22",
"version": "2.0.0",
"description": "Glimmer component library",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 719dfe7

Please sign in to comment.