Skip to content

Commit c5a00c2

Browse files
github-actions[bot]github-actions[bot]
andauthored
Prepare Release using 'release-plan' (#273)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 31e4aa9 commit c5a00c2

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.11.4",
6-
"newVersion": "0.12.0",
5+
"oldVersion": "0.12.0",
6+
"newVersion": "0.13.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-primitives/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-03-14)\n\nember-primitives 0.12.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`\n * [#271](https://github.com/universal-ember/ember-primitives/pull/271) Add `<Scroller />` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-03-18)\n\nember-primitives 0.13.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#258](https://github.com/universal-ember/ember-primitives/pull/258) [ToggleGroup]: New component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-03-18)
4+
5+
ember-primitives 0.13.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `docs-app`, `ember-primitives`, `test-app`
9+
* [#258](https://github.com/universal-ember/ember-primitives/pull/258) [ToggleGroup]: New component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-03-14)
415

516
ember-primitives 0.12.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.12.0",
3+
"version": "0.13.0",
44
"description": "Making apps easier to build",
55
"sideEffects": [
66
"*.css"

0 commit comments

Comments
 (0)