Skip to content

Commit

Permalink
Merge pull request #97 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli committed Jul 12, 2024
2 parents 300e34c + e80936d commit 542e707
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.1.0",
"newVersion": "1.1.1",
"oldVersion": "1.1.1",
"newVersion": "1.1.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -16,5 +16,5 @@
"oldVersion": "0.0.8"
}
},
"description": "## Release (2024-07-11)\n\nkolay 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#94](https://github.com/universal-ember/kolay/pull/94) Fix support for referencing modifiers with ember-modifier 4.2 (and ember-modifier 4.1) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-12)\n\nkolay 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#96](https://github.com/universal-ember/kolay/pull/96) Fix Hash and other URL oddities: Use URL parsing instead of bespoke regex ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\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 (2024-07-12)

kolay 1.1.2 (patch)

#### :bug: Bug Fix
* `kolay`
* [#96](https://github.com/universal-ember/kolay/pull/96) Fix Hash and other URL oddities: Use URL parsing instead of bespoke regex ([@rtablada](https://github.com/rtablada))

#### Committers: 1
- Ryan Tablada ([@rtablada](https://github.com/rtablada))

## Release (2024-07-11)

kolay 1.1.1 (patch)
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.1.1",
"version": "1.1.2",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit 542e707

Please sign in to comment.