Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 15, 2024
1 parent b38cefa commit 898de76
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-primitives": {
"impact": "patch",
"oldVersion": "0.21.0",
"newVersion": "0.21.1",
"impact": "minor",
"oldVersion": "0.21.1",
"newVersion": "0.22.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-primitives/package.json"
}
},
"description": "## Release (2024-08-12)\n\nember-primitives 0.21.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#352](https://github.com/universal-ember/ember-primitives/pull/352) Add layout export (for StickyFooter) -- this was missing, but mentioned in the docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-08-15)\n\nember-primitives 0.22.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`\n * [#354](https://github.com/universal-ember/ember-primitives/pull/354) Add hero layout ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-08-15)

ember-primitives 0.22.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `ember-primitives`
* [#354](https://github.com/universal-ember/ember-primitives/pull/354) Add hero layout ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-08-12)

ember-primitives 0.21.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion ember-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-primitives",
"version": "0.21.1",
"version": "0.22.0",
"description": "Making apps easier to build",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit 898de76

Please sign in to comment.