Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and NullVoxPopuli authored Jul 6, 2024
1 parent 802650c commit 34a5d4b
Show file tree
Hide file tree
Showing 4 changed files with 26 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": {
"@nullvoxpopuli/ember-composable-helpers": {
"impact": "patch",
"oldVersion": "5.1.0",
"newVersion": "5.1.1",
"impact": "minor",
"oldVersion": "5.1.1",
"newVersion": "5.2.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-composable-helpers/package.json"
}
},
"description": "## Release (2024-05-15)\n\n@nullvoxpopuli/ember-composable-helpers 5.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#12](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/12) Fix `filter-by` not working when `undefined` is explicitly passed ([@boris-petrov](https://github.com/boris-petrov))\n * [#11](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/11) Allow null-like values in `queue` ([@boris-petrov](https://github.com/boris-petrov))\n\n#### Committers: 1\n- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))\n"
"description": "## Release (2024-07-06)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#13](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/13) Install TypeScript, add template registry ([@charlesfries](https://github.com/charlesfries))\n\n#### :memo: Documentation\n* [#15](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/15) Add notes about impact to consumer's bundle size ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#14](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/14) Fix start scripts ([@charlesfries](https://github.com/charlesfries))\n\n#### Committers: 2\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
### Changelog

## Release (2024-07-06)

@nullvoxpopuli/ember-composable-helpers 5.2.0 (minor)

#### :rocket: Enhancement
* `@nullvoxpopuli/ember-composable-helpers`, `test-app`
* [#13](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/13) Install TypeScript, add template registry ([@charlesfries](https://github.com/charlesfries))

#### :memo: Documentation
* [#15](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/15) Add notes about impact to consumer's bundle size ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#14](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/14) Fix start scripts ([@charlesfries](https://github.com/charlesfries))

#### Committers: 2
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-05-15)

@nullvoxpopuli/ember-composable-helpers 5.1.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion ember-composable-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullvoxpopuli/ember-composable-helpers",
"version": "5.1.1",
"version": "5.2.0",
"description": "Composable helpers for Ember",
"scripts": {
"build": "concurrently 'pnpm:build:*'",
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 34a5d4b

Please sign in to comment.