Skip to content

Commit

Permalink
Merge pull request #78 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli committed Jun 18, 2024
2 parents c4edfed + d4e2973 commit a96822a
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": {
"kolay": {
"impact": "patch",
"oldVersion": "1.0.3",
"newVersion": "1.0.4",
"oldVersion": "1.0.4",
"newVersion": "1.0.5",
"constraints": [
{
"impact": "patch",
Expand All @@ -16,5 +16,5 @@
"oldVersion": "0.0.5"
}
},
"description": "## Release (2024-06-18)\n\nkolay 1.0.4 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#75](https://github.com/universal-ember/kolay/pull/75) Add rehypePlugins to setup.d.ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-06-18)\n\nkolay 1.0.5 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#77](https://github.com/universal-ember/kolay/pull/77) Widen peer range on ember-primitives ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-06-18)

kolay 1.0.5 (patch)

#### :bug: Bug Fix
* `kolay`
* [#77](https://github.com/universal-ember/kolay/pull/77) Widen peer range on ember-primitives ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-06-18)

kolay 1.0.4 (patch)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kolay",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit a96822a

Please sign in to comment.