Skip to content

Commit 00c29b9

Browse files
Merge pull request #167 from universal-ember/release-preview
Prepare Release
2 parents da5f739 + c73e985 commit 00c29b9

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"kolay": {
44
"impact": "minor",
5-
"oldVersion": "3.1.0",
6-
"newVersion": "3.2.0",
5+
"oldVersion": "3.2.0",
6+
"newVersion": "3.3.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2025-03-10)\n\nkolay 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#163](https://github.com/universal-ember/kolay/pull/163) Upgrade ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-04-26)\n\nkolay 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#172](https://github.com/universal-ember/kolay/pull/172) Support non-monorepos by allowing '.' for an entry in the 'packages' list of the build plugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `kolay`\n * [#170](https://github.com/universal-ember/kolay/pull/170) Add instructions for TS ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2025-04-26)
4+
5+
kolay 3.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `kolay`
9+
* [#172](https://github.com/universal-ember/kolay/pull/172) Support non-monorepos by allowing '.' for an entry in the 'packages' list of the build plugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `kolay`
13+
* [#170](https://github.com/universal-ember/kolay/pull/170) Add instructions for TS ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-03-10)
419

520
kolay 3.2.0 (minor)

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": "3.2.0",
3+
"version": "3.3.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)