Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 2, 2023
1 parent 874a0ea commit d36ab59
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@




## v4.0.0 (2023-11-02)

#### :boom: Breaking Change
* [#965](https://github.com/RobbieTheWagner/ember-math-helpers/pull/965) Support Ember 5, drop Ember 3.x support ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :rocket: Enhancement
* [#1163](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1163) Add full TS/glint support ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#1162](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1162) Type declarations and template registry for Glint ([@BoussonKarel](https://github.com/BoussonKarel))

#### :memo: Documentation
* [#951](https://github.com/RobbieTheWagner/ember-math-helpers/pull/951) Fix broken URLs ([@ursm](https://github.com/ursm))

#### :house: Internal
* [#1100](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1100) Fix build ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 3
- Keita Urashima ([@ursm](https://github.com/ursm))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
- [@BoussonKarel](https://github.com/BoussonKarel)

## v3.0.0 (2022-10-25)

#### :boom: Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.0",
"version": "4.0.0",
"private": true,
"description": "The documentation site for ember-math-helpers",
"homepage": "https://robbiethewagner.github.io/ember-math-helpers",
Expand All @@ -27,7 +27,7 @@
"_syncPnpm": "DEBUG=sync-pnpm pnpm sync-dependencies-meta-injected"
},
"dependencies": {
"ember-math-helpers": "workspace:*"
"ember-math-helpers": "4.0.0"
},
"dependenciesMeta": {
"ember-math-helpers": {
Expand Down
2 changes: 1 addition & 1 deletion ember-math-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-math-helpers",
"version": "3.0.0",
"version": "4.0.0",
"description": "HTMLBars helpers for basic arithmetic",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"volta": {
"node": "18.17.1",
"pnpm": "8.7.1"
}
},
"version": "4.0.0"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "4.0.0",
"private": true,
"description": "The test app to run tests for ember-math-helpers",
"repository": "",
Expand All @@ -27,7 +27,7 @@
"_syncPnpm": "DEBUG=sync-pnpm pnpm sync-dependencies-meta-injected"
},
"dependencies": {
"ember-math-helpers": "workspace:*"
"ember-math-helpers": "4.0.0"
},
"dependenciesMeta": {
"ember-math-helpers": {
Expand Down

0 comments on commit d36ab59

Please sign in to comment.