Skip to content

Commit

Permalink
Merge pull request #45 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 24, 2025
2 parents 6415108 + 6c60fd0 commit 8dc750e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@nullvoxpopuli/ember-composable-helpers": {
"impact": "patch",
"oldVersion": "5.2.7",
"newVersion": "5.2.8",
"oldVersion": "5.2.8",
"newVersion": "5.2.9",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./ember-composable-helpers/package.json"
}
},
"description": "## Release (2025-02-05)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.8 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#40](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/40) Make \"pick\" helper types less restrictive ([@dknutsen](https://github.com/dknutsen))\n\n#### :memo: Documentation\n* [#42](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/42) Update README.md to have a note about not needing this library in brand new projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Dan Knutsen ([@dknutsen](https://github.com/dknutsen))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2025-02-24)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.9 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#44](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/44) fix: `queue` signature ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\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 (2025-02-24)

@nullvoxpopuli/ember-composable-helpers 5.2.9 (patch)

#### :bug: Bug Fix
* `@nullvoxpopuli/ember-composable-helpers`
* [#44](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/44) fix: `queue` signature ([@aklkv](https://github.com/aklkv))

#### Committers: 1
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))

## Release (2025-02-05)

@nullvoxpopuli/ember-composable-helpers 5.2.8 (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.2.8",
"version": "5.2.9",
"description": "Composable helpers for Ember",
"scripts": {
"build": "concurrently 'pnpm:build:*'",
Expand Down

0 comments on commit 8dc750e

Please sign in to comment.