Skip to content

Commit a920bd3

Browse files
Merge pull request #371 from universal-ember/release-preview
Prepare Release
2 parents 6b6f6e5 + f4ac0cd commit a920bd3

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "minor",
5-
"oldVersion": "0.22.0",
6-
"newVersion": "0.23.0",
4+
"impact": "patch",
5+
"oldVersion": "0.23.0",
6+
"newVersion": "0.23.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
10+
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./ember-primitives/package.json"
1814
}
1915
},
20-
"description": "## Release (2024-08-15)\n\nember-primitives 0.23.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs-app`, `ember-primitives`, `test-app`\n * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-10-03)\n\nember-primitives 0.23.1 (patch)\n\n#### :house: Internal\n* Other\n * [#370](https://github.com/universal-ember/ember-primitives/pull/370) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`, `ember-primitives`, `test-app`\n * [#364](https://github.com/universal-ember/ember-primitives/pull/364) Upgrade test-helpers to v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`\n * [#357](https://github.com/universal-ember/ember-primitives/pull/357) Page Updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

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

3+
## Release (2024-10-03)
4+
5+
ember-primitives 0.23.1 (patch)
6+
7+
#### :house: Internal
8+
* Other
9+
* [#370](https://github.com/universal-ember/ember-primitives/pull/370) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* `docs-app`, `ember-primitives`, `test-app`
11+
* [#364](https://github.com/universal-ember/ember-primitives/pull/364) Upgrade test-helpers to v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
* `docs-app`
13+
* [#357](https://github.com/universal-ember/ember-primitives/pull/357) Page Updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2024-08-15)
419

520
ember-primitives 0.23.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.23.0",
3+
"version": "0.23.1",
44
"description": "Making apps easier to build",
55
"sideEffects": [
66
"*.css"

0 commit comments

Comments
 (0)