Skip to content

Commit 15054f5

Browse files
Merge pull request #150 from ember-polyfills/release-preview
Prepare Release v2.1.3
2 parents 654e9d2 + f1b01ea commit 15054f5

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"ember-functions-as-helper-polyfill": {
4+
"impact": "patch",
5+
"oldVersion": "2.1.2",
6+
"newVersion": "2.1.3",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2025-05-06)\n\n* ember-functions-as-helper-polyfill 2.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-functions-as-helper-polyfill`\n * [#147](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/147) fix: Remove @ember/string dependency ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :house: Internal\n* `ember-functions-as-helper-polyfill`\n * [#149](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/149) Add release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#148](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/148) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
22+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2025-05-06)
4+
5+
* ember-functions-as-helper-polyfill 2.1.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-functions-as-helper-polyfill`
9+
* [#147](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/147) fix: Remove @ember/string dependency ([@MichalBryxi](https://github.com/MichalBryxi))
10+
11+
#### :house: Internal
12+
* `ember-functions-as-helper-polyfill`
13+
* [#149](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/149) Add release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#148](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill/pull/148) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 2
17+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## [2.1.2](https://github.com/NullVoxPopuli/ember-functions-as-helper-polyfill/compare/v2.1.1...v2.1.2) (2023-08-03)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-functions-as-helper-polyfill",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Implementation of RFC 756, Default Helper Manager",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)