Skip to content

Commit cfe2531

Browse files
Merge pull request #95 from universal-ember/release-preview
Prepare Release
2 parents 2f52c45 + e019a1b commit cfe2531

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"solution": {
33
"kolay": {
4-
"impact": "minor",
5-
"oldVersion": "1.0.6",
6-
"newVersion": "1.1.0",
4+
"impact": "patch",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.1.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
@@ -20,5 +16,5 @@
2016
"oldVersion": "0.0.8"
2117
}
2218
},
23-
"description": "## Release (2024-07-11)\n\nkolay 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#91](https://github.com/universal-ember/kolay/pull/91) Throw Errors When Meta Order Does Not Match Available Pages ([@rtablada](https://github.com/rtablada))\n\n#### :memo: Documentation\n* `kolay`\n * [#93](https://github.com/universal-ember/kolay/pull/93) Fix setup.md instructions to match the need to pass `this`, and updat… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
19+
"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"
2420
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-07-11)
44

5+
kolay 1.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `kolay`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-07-11)
15+
516
kolay 1.1.0 (minor)
617

718
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kolay",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)