Skip to content

Commit fdb2a11

Browse files
Merge pull request #690 from universal-ember/release-preview
Prepare Release
2 parents 40fe75b + f0f4519 commit fdb2a11

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.53.1",
6-
"newVersion": "0.54.0",
5+
"oldVersion": "0.54.0",
6+
"newVersion": "0.55.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -15,17 +15,13 @@
1515
},
1616
"@universal-ember/docs-support": {
1717
"impact": "patch",
18-
"oldVersion": "0.9.3",
19-
"newVersion": "0.9.4",
18+
"oldVersion": "0.9.4",
19+
"newVersion": "0.9.5",
2020
"tagName": "latest",
2121
"constraints": [
2222
{
2323
"impact": "patch",
2424
"reason": "Has dependency `workspace:^` on ember-primitives"
25-
},
26-
{
27-
"impact": "patch",
28-
"reason": "Appears in changelog section :house: Internal"
2925
}
3026
],
3127
"pkgJSONPath": "./packages/docs-support/package.json"
@@ -34,5 +30,5 @@
3430
"oldVersion": "0.2.6"
3531
}
3632
},
37-
"description": "## Release (2026-03-15)\n\n* ember-primitives 0.54.0 (minor)\n* @universal-ember/docs-support 0.9.4 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#684](https://github.com/universal-ember/ember-primitives/pull/684) Simplify event handling in proper-links.ts ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* Other\n * [#680](https://github.com/universal-ember/ember-primitives/pull/680) Add '--isolated' argument to chrome-devtools command ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#677](https://github.com/universal-ember/ember-primitives/pull/677) Delete push-dist because this repo publishes more than one package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@universal-ember/docs-support`\n * [#679](https://github.com/universal-ember/ember-primitives/pull/679) Eject tailwind ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#675](https://github.com/universal-ember/ember-primitives/pull/675) Tailwind 4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
33+
"description": "## Release (2026-03-23)\n\n* ember-primitives 0.55.0 (minor)\n* @universal-ember/docs-support 0.9.5 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#689](https://github.com/universal-ember/ember-primitives/pull/689) Implement storage event listener for color scheme ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
3834
}

CHANGELOG.md

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

3+
## Release (2026-03-23)
4+
5+
* ember-primitives 0.55.0 (minor)
6+
* @universal-ember/docs-support 0.9.5 (patch)
7+
8+
#### :rocket: Enhancement
9+
* `ember-primitives`
10+
* [#689](https://github.com/universal-ember/ember-primitives/pull/689) Implement storage event listener for color scheme ([@evoactivity](https://github.com/evoactivity))
11+
12+
#### Committers: 1
13+
- Liam ([@evoactivity](https://github.com/evoactivity))
14+
315
## Release (2026-03-15)
416

517
* ember-primitives 0.54.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.54.0",
3+
"version": "0.55.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

packages/docs-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@universal-ember/docs-support",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)