Skip to content

Commit dbbfa8c

Browse files
Merge pull request #400 from universal-ember/release-preview
Prepare Release
2 parents 587bbd9 + 7ba0daa commit dbbfa8c

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "patch",
5-
"oldVersion": "0.26.0",
6-
"newVersion": "0.26.1",
5+
"oldVersion": "0.26.1",
6+
"newVersion": "0.26.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./ember-primitives/package.json"
1418
}
1519
},
16-
"description": "## Release (2024-11-04)\n\nember-primitives 0.26.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#397](https://github.com/universal-ember/ember-primitives/pull/397) Fix zoetrope exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs-app`\n * [#399](https://github.com/universal-ember/ember-primitives/pull/399) Load types file for zoetrope api reference ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2024-11-12)\n\nember-primitives 0.26.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#406](https://github.com/universal-ember/ember-primitives/pull/406) Fix peerDependency range for ember-source. Was accidentally bumped to >= 5.12, should be >= 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#397](https://github.com/universal-ember/ember-primitives/pull/397) Fix zoetrope exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs-app`\n * [#399](https://github.com/universal-ember/ember-primitives/pull/399) Load types file for zoetrope api reference ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `ember-primitives`\n * [#398](https://github.com/universal-ember/ember-primitives/pull/398) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
1721
}

CHANGELOG.md

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

3+
## Release (2024-11-12)
4+
5+
ember-primitives 0.26.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-primitives`
9+
* [#406](https://github.com/universal-ember/ember-primitives/pull/406) Fix peerDependency range for ember-source. Was accidentally bumped to >= 5.12, should be >= 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#397](https://github.com/universal-ember/ember-primitives/pull/397) Fix zoetrope exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :memo: Documentation
13+
* `docs-app`
14+
* [#399](https://github.com/universal-ember/ember-primitives/pull/399) Load types file for zoetrope api reference ([@evoactivity](https://github.com/evoactivity))
15+
16+
#### :house: Internal
17+
* `ember-primitives`
18+
* [#398](https://github.com/universal-ember/ember-primitives/pull/398) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
19+
20+
#### Committers: 3
21+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
- [@github-actions[bot]](https://github.com/apps/github-actions)
24+
325
## Release (2024-11-04)
426

527
ember-primitives 0.26.1 (patch)

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.26.1",
3+
"version": "0.26.2",
44
"description": "Making apps easier to build",
55
"sideEffects": [
66
"*.css"

0 commit comments

Comments
 (0)