Skip to content

Commit ed779eb

Browse files
authored
Merge pull request #19 from mainmatter/release-preview
Prepare Release
2 parents 38db217 + d25c6c9 commit ed779eb

File tree

3 files changed

+36
-7
lines changed

3 files changed

+36
-7
lines changed

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"auto-reveal": {
4-
"impact": "patch",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.2.1",
4+
"impact": "minor",
5+
"oldVersion": "0.2.1",
6+
"newVersion": "0.3.0",
77
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
812
{
913
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-07-24)\n\nauto-reveal 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 1\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
20+
"description": "## Release (2024-08-10)\n\nauto-reveal 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#33](https://github.com/mainmatter/auto-reveal/pull/33) Use relative base root for Vite ([@pichfl](https://github.com/pichfl))\n * [#32](https://github.com/mainmatter/auto-reveal/pull/32) Add argument for output directory ([@pichfl](https://github.com/pichfl))\n * [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))\n * [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))\n * [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))\n * [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
1721
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
3+
## Release (2024-08-10)
4+
5+
auto-reveal 0.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `auto-reveal`
9+
* [#33](https://github.com/mainmatter/auto-reveal/pull/33) Use relative base root for Vite ([@pichfl](https://github.com/pichfl))
10+
* [#32](https://github.com/mainmatter/auto-reveal/pull/32) Add argument for output directory ([@pichfl](https://github.com/pichfl))
11+
* [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))
12+
13+
#### :house: Internal
14+
* `auto-reveal`
15+
* [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))
16+
* [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))
17+
* [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))
18+
* [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@mansona](https://github.com/mansona))
19+
20+
#### Committers: 2
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
223
## Release (2024-07-24)
324

425
auto-reveal 0.2.1 (patch)

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "auto-reveal",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "The command-line interface for reveal.js presentations.",
5-
"keywords": ["reveal.js", "cli", "markdown"],
5+
"keywords": [
6+
"reveal.js",
7+
"cli",
8+
"markdown"
9+
],
610
"repository": {
711
"type": "git",
812
"url": "git@github.com:mainmatter/auto-reveal.git"

0 commit comments

Comments
 (0)