Skip to content

Commit 9b136f9

Browse files
authored
Merge pull request #44 from mainmatter/release-preview
Prepare Release
2 parents e5db7c9 + 0ca08c0 commit 9b136f9

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

.release-plan.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
"solution": {
33
"auto-reveal": {
44
"impact": "minor",
5-
"oldVersion": "0.3.0",
6-
"newVersion": "0.4.0",
5+
"oldVersion": "0.4.0",
6+
"newVersion": "0.5.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "minor",
1011
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :bug: Bug Fix"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
1120
}
1221
],
1322
"pkgJSONPath": "./package.json"
1423
}
1524
},
16-
"description": "## Release (2024-10-07)\n\nauto-reveal 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#43](https://github.com/mainmatter/auto-reveal/pull/43) find themes in dev dependencies too ([@mansona](https://github.com/mansona))\n * [#38](https://github.com/mainmatter/auto-reveal/pull/38) Use localeCompare instead of custom regex ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
25+
"description": "## Release (2025-03-25)\n\n* auto-reveal 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#65](https://github.com/mainmatter/auto-reveal/pull/65) Allow auto-reveal to launch without relying on installing a theme ([@pichfl](https://github.com/pichfl))\n * [#64](https://github.com/mainmatter/auto-reveal/pull/64) Make port configurable ([@pichfl](https://github.com/pichfl))\n * [#59](https://github.com/mainmatter/auto-reveal/pull/59) Update dependencies ([@pichfl](https://github.com/pichfl))\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#68](https://github.com/mainmatter/auto-reveal/pull/68) Make start the default command for auto-reveal ([@pichfl](https://github.com/pichfl))\n * [#56](https://github.com/mainmatter/auto-reveal/pull/56) Bugfix: Don't crash when devDependencies are not defined ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#66](https://github.com/mainmatter/auto-reveal/pull/66) add a basic default theme test ([@mansona](https://github.com/mansona))\n * [#63](https://github.com/mainmatter/auto-reveal/pull/63) Re-organize commander code ([@pichfl](https://github.com/pichfl))\n * [#60](https://github.com/mainmatter/auto-reveal/pull/60) Add vitest ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
1726
}

CHANGELOG.md

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

3+
## Release (2025-03-25)
4+
5+
* auto-reveal 0.5.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `auto-reveal`
9+
* [#65](https://github.com/mainmatter/auto-reveal/pull/65) Allow auto-reveal to launch without relying on installing a theme ([@pichfl](https://github.com/pichfl))
10+
* [#64](https://github.com/mainmatter/auto-reveal/pull/64) Make port configurable ([@pichfl](https://github.com/pichfl))
11+
* [#59](https://github.com/mainmatter/auto-reveal/pull/59) Update dependencies ([@pichfl](https://github.com/pichfl))
12+
13+
#### :bug: Bug Fix
14+
* `auto-reveal`
15+
* [#68](https://github.com/mainmatter/auto-reveal/pull/68) Make start the default command for auto-reveal ([@pichfl](https://github.com/pichfl))
16+
* [#56](https://github.com/mainmatter/auto-reveal/pull/56) Bugfix: Don't crash when devDependencies are not defined ([@pichfl](https://github.com/pichfl))
17+
18+
#### :house: Internal
19+
* `auto-reveal`
20+
* [#66](https://github.com/mainmatter/auto-reveal/pull/66) add a basic default theme test ([@mansona](https://github.com/mansona))
21+
* [#63](https://github.com/mainmatter/auto-reveal/pull/63) Re-organize commander code ([@pichfl](https://github.com/pichfl))
22+
* [#60](https://github.com/mainmatter/auto-reveal/pull/60) Add vitest ([@pichfl](https://github.com/pichfl))
23+
24+
#### Committers: 2
25+
- Chris Manson ([@mansona](https://github.com/mansona))
26+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
27+
328
## Release (2024-10-07)
429

530
auto-reveal 0.4.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": "auto-reveal",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The command-line interface for reveal.js presentations.",
55
"keywords": [
66
"reveal.js",

0 commit comments

Comments
 (0)