Skip to content

Commit cc9f52a

Browse files
github-actions[bot]github-actions[bot]
andauthored
Prepare Release using 'release-plan' (#328)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 20660a9 commit cc9f52a

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.19.0",
6-
"newVersion": "0.20.0",
5+
"oldVersion": "0.20.0",
6+
"newVersion": "0.21.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-primitives/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-06-06)\n\nember-primitives 0.20.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`\n * [#321](https://github.com/universal-ember/ember-primitives/pull/321) Consume form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-06-28)\n\nember-primitives 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#336](https://github.com/universal-ember/ember-primitives/pull/336) Support hash-only transitions in proper-links ([@mmun](https://github.com/mmun))\n * [#325](https://github.com/universal-ember/ember-primitives/pull/325) Upgrade form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs-app`\n * [#331](https://github.com/universal-ember/ember-primitives/pull/331) fix broken links in proper-links.md ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#335](https://github.com/universal-ember/ember-primitives/pull/335) Re-roll lock, pin macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`, `test-app`\n * [#334](https://github.com/universal-ember/ember-primitives/pull/334) Get app watching working ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Martin Muñoz ([@mmun](https://github.com/mmun))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-06-28)
4+
5+
ember-primitives 0.21.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `docs-app`, `ember-primitives`, `test-app`
9+
* [#336](https://github.com/universal-ember/ember-primitives/pull/336) Support hash-only transitions in proper-links ([@mmun](https://github.com/mmun))
10+
* [#325](https://github.com/universal-ember/ember-primitives/pull/325) Upgrade form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :memo: Documentation
13+
* `docs-app`
14+
* [#331](https://github.com/universal-ember/ember-primitives/pull/331) fix broken links in proper-links.md ([@johanrd](https://github.com/johanrd))
15+
16+
#### :house: Internal
17+
* Other
18+
* [#335](https://github.com/universal-ember/ember-primitives/pull/335) Re-roll lock, pin macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* `docs-app`, `test-app`
20+
* [#334](https://github.com/universal-ember/ember-primitives/pull/334) Get app watching working ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
22+
#### Committers: 3
23+
- Martin Muñoz ([@mmun](https://github.com/mmun))
24+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25+
- [@johanrd](https://github.com/johanrd)
26+
327
## Release (2024-06-06)
428

529
ember-primitives 0.20.0 (minor)

ember-primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-primitives",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Making apps easier to build",
55
"sideEffects": [
66
"*.css"

0 commit comments

Comments
 (0)