Skip to content

Commit 3d4c486

Browse files
github-actions[bot]github-actions[bot]
andauthored
Prepare Release using 'release-plan' (#272)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 201e219 commit 3d4c486

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "patch",
5-
"oldVersion": "0.11.3",
6-
"newVersion": "0.11.4",
4+
"impact": "minor",
5+
"oldVersion": "0.11.4",
6+
"newVersion": "0.12.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
}
1212
],
1313
"pkgJSONPath": "./ember-primitives/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-03-11)\n\nember-primitives 0.11.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#270](https://github.com/universal-ember/ember-primitives/pull/270) Fix shadowroot styles, include all <link> tags available on document when includeStyles is true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
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-14)
4+
5+
ember-primitives 0.12.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `docs-app`, `ember-primitives`
9+
* [#271](https://github.com/universal-ember/ember-primitives/pull/271) Add `<Scroller />` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-03-11)
415

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

0 commit comments

Comments
 (0)