Skip to content

Commit 3a563b4

Browse files
Prepare Release using 'release-plan' (#134)
Co-authored-by: BobrImperator <[email protected]>
1 parent d3b3179 commit 3a563b4

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"svelte-promise-modals": {
44
"impact": "patch",
5-
"oldVersion": "1.0.1",
6-
"newVersion": "1.0.2",
5+
"oldVersion": "1.0.2",
6+
"newVersion": "1.0.3",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./svelte-promise-modals/package.json"
1814
}
1915
},
20-
"description": "## Release (2025-07-20)\n\nsvelte-promise-modals 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `svelte-promise-modals`\n * [#132](https://github.com/mainmatter/svelte-promise-modals/pull/132) fix(release): missing readme and license ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `svelte-promise-modals`\n * [#132](https://github.com/mainmatter/svelte-promise-modals/pull/132) fix(release): missing readme and license ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
16+
"description": "## Release (2025-07-20)\n\nsvelte-promise-modals 1.0.3 (patch)\n\n#### :bug: Bug Fix\n* `svelte-promise-modals`\n * [#133](https://github.com/mainmatter/svelte-promise-modals/pull/133) fix(release): misplaced readme ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-07-20)
44

5+
svelte-promise-modals 1.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `svelte-promise-modals`
9+
* [#133](https://github.com/mainmatter/svelte-promise-modals/pull/133) fix(release): misplaced readme ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### Committers: 1
12+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
13+
14+
## Release (2025-07-20)
15+
516
svelte-promise-modals 1.0.2 (patch)
617

718
#### :bug: Bug Fix

svelte-promise-modals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-promise-modals",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": "https://github.com/mainmatter/svelte-promise-modals",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)