Skip to content

Commit 00005e0

Browse files
authored
Merge pull request #7 from pichfl/release-preview
Prepare Release
2 parents 297db56 + be8e04c commit 00005e0

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
"solution": {
33
"auto-reveal": {
44
"impact": "minor",
5-
"oldVersion": "0.0.0",
6-
"newVersion": "0.1.0",
5+
"oldVersion": "0.1.0",
6+
"newVersion": "0.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
1612
{
1713
"impact": "patch",
1814
"reason": "Appears in changelog section :house: Internal"
@@ -21,5 +17,5 @@
2117
"pkgJSONPath": "./package.json"
2218
}
2319
},
24-
"description": "## Release (2024-02-02)\n\nauto-reveal 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#3](https://github.com/pichfl/auto-reveal/pull/3) implement build ([@mansona](https://github.com/mansona))\n * [#1](https://github.com/pichfl/auto-reveal/pull/1) add the slides folder to the server watchers ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#2](https://github.com/pichfl/auto-reveal/pull/2) fix serving from the theme folder ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal`\n * [#4](https://github.com/pichfl/auto-reveal/pull/4) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
20+
"description": "## Release (2024-07-17)\n\nauto-reveal 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#9](https://github.com/pichfl/auto-reveal/pull/9) allow themes to be able to provide config for initialize ([@mansona](https://github.com/mansona))\n * [#8](https://github.com/pichfl/auto-reveal/pull/8) import theme after default reveal css ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal`\n * [#6](https://github.com/pichfl/auto-reveal/pull/6) Add README, Run Formatter ([@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"
2521
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## Release (2024-07-17)
3+
4+
auto-reveal 0.2.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `auto-reveal`
8+
* [#9](https://github.com/pichfl/auto-reveal/pull/9) allow themes to be able to provide config for initialize ([@mansona](https://github.com/mansona))
9+
* [#8](https://github.com/pichfl/auto-reveal/pull/8) import theme after default reveal css ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `auto-reveal`
13+
* [#6](https://github.com/pichfl/auto-reveal/pull/6) Add README, Run Formatter ([@pichfl](https://github.com/pichfl))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
218
## Release (2024-02-02)
319

420
auto-reveal 0.1.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.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)