Skip to content

Commit 2f555cc

Browse files
Merge pull request #530 from universal-ember/release-preview
Prepare Release
2 parents ecdbafa + d7d0de7 commit 2f555cc

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.39.0",
6-
"newVersion": "0.40.0",
5+
"oldVersion": "0.40.0",
6+
"newVersion": "0.41.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./ember-primitives/package.json"
1519
}
1620
},
17-
"description": "## Release (2025-08-24)\n\n* ember-primitives 0.40.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#525](https://github.com/universal-ember/ember-primitives/pull/525) Implement DOMContext (`<Provide>` & `<Consume>`) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-11-06)\n\n* ember-primitives 0.41.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#542](https://github.com/universal-ember/ember-primitives/pull/542) New Component: Tabs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#535](https://github.com/universal-ember/ember-primitives/pull/535) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### :house: Internal\n* Other\n * [#545](https://github.com/universal-ember/ember-primitives/pull/545) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`\n * [#544](https://github.com/universal-ember/ember-primitives/pull/544) Glint v2 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#543](https://github.com/universal-ember/ember-primitives/pull/543) Aggressive dep updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#541](https://github.com/universal-ember/ember-primitives/pull/541) Upgrade addon-dev to v8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#540](https://github.com/universal-ember/ember-primitives/pull/540) Update glint packages for the library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
1822
}

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 (2025-11-06)
4+
5+
* ember-primitives 0.41.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-primitives`
9+
* [#542](https://github.com/universal-ember/ember-primitives/pull/542) New Component: Tabs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#535](https://github.com/universal-ember/ember-primitives/pull/535) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))
13+
14+
#### :house: Internal
15+
* Other
16+
* [#545](https://github.com/universal-ember/ember-primitives/pull/545) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* `ember-primitives`
18+
* [#544](https://github.com/universal-ember/ember-primitives/pull/544) Glint v2 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#543](https://github.com/universal-ember/ember-primitives/pull/543) Aggressive dep updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#541](https://github.com/universal-ember/ember-primitives/pull/541) Upgrade addon-dev to v8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#540](https://github.com/universal-ember/ember-primitives/pull/540) Update glint packages for the library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
23+
#### Committers: 2
24+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25+
- [@github-actions[bot]](https://github.com/apps/github-actions)
26+
327
## Release (2025-08-24)
428

529
* ember-primitives 0.40.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.40.0",
3+
"version": "0.41.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)