Skip to content

Commit

Permalink
Merge pull request #25 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Sep 16, 2024
2 parents 8c7915c + f60510e commit a20e530
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1",
"newVersion": "5.2.2",
"oldVersion": "5.2.2",
"newVersion": "5.2.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./ember-composable-helpers/package.json"
}
},
"description": "## Release (2024-09-15)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.2 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#21](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/21) fix: export `declarations` ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
"description": "## Release (2024-09-16)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.3 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#24](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/24) Make second arg of `inc` and `dec` helpers optional ([@charlesfries](https://github.com/charlesfries))\n * [#23](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/23) Add `includes` and `pick` to template registry ([@charlesfries](https://github.com/charlesfries))\n\n#### Committers: 1\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Changelog

## Release (2024-09-16)

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

#### :bug: Bug Fix
* `@nullvoxpopuli/ember-composable-helpers`
* [#24](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/24) Make second arg of `inc` and `dec` helpers optional ([@charlesfries](https://github.com/charlesfries))
* [#23](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/23) Add `includes` and `pick` to template registry ([@charlesfries](https://github.com/charlesfries))

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

## Release (2024-09-15)

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

0 comments on commit a20e530

Please sign in to comment.