Skip to content

Commit f17869b

Browse files
Merge pull request #386 from universal-ember/release-preview
Prepare Release
2 parents 4a81ff6 + 6cf47d9 commit f17869b

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.23.1",
6-
"newVersion": "0.24.0",
5+
"oldVersion": "0.24.0",
6+
"newVersion": "0.25.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./ember-primitives/package.json"
1814
}
1915
},
20-
"description": "## Release (2024-10-16)\n\nember-primitives 0.24.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`, `test-app`\n * [#383](https://github.com/universal-ember/ember-primitives/pull/383) add stopPropagation arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n* `docs-app`, `ember-primitives`, `test-app`\n * [#380](https://github.com/universal-ember/ember-primitives/pull/380) [Breaking] Document and solidify the public API of FloatingUI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`\n * [#372](https://github.com/universal-ember/ember-primitives/pull/372) Upgrade tabster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@nullvoxpopuli/dev`, `docs-app`, `ember-primitives`, `test-app`\n * [#384](https://github.com/universal-ember/ember-primitives/pull/384) Upgrade more devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#382](https://github.com/universal-ember/ember-primitives/pull/382) Upgrade dev deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-10-16)\n\nember-primitives 0.25.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`, `test-app`\n * [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-10-16)
44

5+
ember-primitives 0.25.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-primitives`, `test-app`
9+
* [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))
10+
11+
#### Committers: 1
12+
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))
13+
14+
## Release (2024-10-16)
15+
516
ember-primitives 0.24.0 (minor)
617

718
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)