Skip to content

Commit 39fca61

Browse files
Merge pull request #162 from universal-ember/release-preview
Prepare Release
2 parents 84b1b2a + 4931c41 commit 39fca61

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Diff for: .release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"kolay": {
4-
"impact": "major",
5-
"oldVersion": "2.1.2",
6-
"newVersion": "3.0.0",
4+
"impact": "minor",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.1.0",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2025-02-26)\n\nkolay 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `kolay`\n * [#154](https://github.com/universal-ember/kolay/pull/154) Upgrade vite infra ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-03-10)\n\nkolay 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#161](https://github.com/universal-ember/kolay/pull/161) Add `<:pending>` block to the `<Page>` component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-03-10)
4+
5+
kolay 3.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `kolay`
9+
* [#161](https://github.com/universal-ember/kolay/pull/161) Add `<:pending>` block to the `<Page>` component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-02-26)
415

516
kolay 3.0.0 (major)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kolay",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The runtime compiled documentation tool. Scale to any size with flat build cost.",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)