Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent 4454b03 commit 81a20c5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"auto-reveal": {
"impact": "minor",
"oldVersion": "0.1.0",
"newVersion": "0.2.0",
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## Release (2024-07-24)

auto-reveal 0.2.1 (patch)

#### :bug: Bug Fix
* `auto-reveal`
* [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl))

#### Committers: 1
- Florian Pichler ([@pichfl](https://github.com/pichfl))
## Release (2024-07-17)

auto-reveal 0.2.0 (minor)
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": "auto-reveal",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 81a20c5

Please sign in to comment.