Skip to content

Commit

Permalink
Merge pull request #36 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 8, 2025
2 parents 9a65ddc + 47a3f9d commit 34865d8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
"solution": {
"@nullvoxpopuli/ember-composable-helpers": {
"impact": "patch",
"oldVersion": "5.2.5",
"newVersion": "5.2.6",
"oldVersion": "5.2.6",
"newVersion": "5.2.7",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-composable-helpers/package.json"
}
},
"description": "## Release (2024-10-30)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.6 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#32](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/32) fix: make filterBy and mapBy generic, allow any function for pick ([@charlesfries](https://github.com/charlesfries))\n\n#### Committers: 1\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n"
"description": "## Release (2025-01-08)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.7 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#34](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/34) Fix compute types and add type tests ([@wagenet](https://github.com/wagenet))\n * [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))\n\n#### :memo: Documentation\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 2\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
### Changelog

## Release (2025-01-08)

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

#### :bug: Bug Fix
* `@nullvoxpopuli/ember-composable-helpers`
* [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `@nullvoxpopuli/ember-composable-helpers`, `test-app`
* [#34](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/34) Fix compute types and add type tests ([@wagenet](https://github.com/wagenet))
* [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))

#### :memo: Documentation
* `@nullvoxpopuli/ember-composable-helpers`
* [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@nullvoxpopuli/ember-composable-helpers`, `test-app`
* [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))

#### Committers: 2
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-10-30)

@nullvoxpopuli/ember-composable-helpers 5.2.6 (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.6",
"version": "5.2.7",
"description": "Composable helpers for Ember",
"scripts": {
"build": "concurrently 'pnpm:build:*'",
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 34865d8

Please sign in to comment.