Skip to content

Commit

Permalink
Merge pull request #133 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 7, 2024
2 parents fe390b8 + 4fb272b commit 111d3e8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "1.2.3",
"newVersion": "1.2.4",
"impact": "major",
"oldVersion": "1.2.4",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./package.json"
},
"@universal-ember/kolay-ui": {
"oldVersion": "0.0.13"
}
},
"description": "## Release (2024-10-29)\n\nkolay 1.2.4 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#131](https://github.com/universal-ember/kolay/pull/131) Bump min-version of ui ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-07)\n\nkolay 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `kolay`\n * [#134](https://github.com/universal-ember/kolay/pull/134) A proper single library -- a v2.1 addon. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#132](https://github.com/universal-ember/kolay/pull/132) Vite ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-11-07)

kolay 2.0.0 (major)

#### :boom: Breaking Change
* `kolay`
* [#134](https://github.com/universal-ember/kolay/pull/134) A proper single library -- a v2.1 addon. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#132](https://github.com/universal-ember/kolay/pull/132) Vite ([@patricklx](https://github.com/patricklx))

#### Committers: 2
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-10-29)

kolay 1.2.4 (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.2.4",
"version": "2.0.0",
"description": "The runtime compiled documentation tool. Scale to any size with flat build cost.",
"keywords": [
"documentation",
Expand Down

0 comments on commit 111d3e8

Please sign in to comment.