Skip to content

Commit

Permalink
Merge pull request #9 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 26, 2023
2 parents 7a4a120 + 9b8455d commit dde71ae
Show file tree
Hide file tree
Showing 3 changed files with 22 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": "0.0.1",
"newVersion": "0.0.2",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-26)\n\nkolay 0.0.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2023-12-26)\n\nkolay 0.0.3 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#7](https://github.com/universal-ember/kolay/pull/7) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
## Release (2023-12-26)

kolay 0.0.3 (patch)

#### :bug: Bug Fix
* `kolay`
* [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `kolay`
* [#7](https://github.com/universal-ember/kolay/pull/7) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@github-actions[bot]](https://github.com/apps/github-actions)
## Release (2023-12-26)

kolay 0.0.2 (patch)

#### :bug: Bug Fix
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": "0.0.2",
"version": "0.0.3",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit dde71ae

Please sign in to comment.