Skip to content

Commit

Permalink
Merge pull request #20785 from emberjs/publish-glimmer-component
Browse files Browse the repository at this point in the history
releasing @glimmer/component 2.0.0
  • Loading branch information
ef4 authored Oct 29, 2024
2 parents a40bfa4 + 719dfe7 commit cca6965
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 cca6965

Please sign in to comment.