Skip to content

Commit 3028081

Browse files
Prepare Release using 'release-plan' (#130)
Co-authored-by: BobrImperator <[email protected]>
1 parent 20dbe54 commit 3028081

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"svelte-promise-modals": {
44
"impact": "patch",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.0.1",
5+
"oldVersion": "1.0.1",
6+
"newVersion": "1.0.2",
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"
1115
}
1216
],
1317
"pkgJSONPath": "./svelte-promise-modals/package.json"
1418
}
1519
},
16-
"description": "## Release (2025-07-19)\n\nsvelte-promise-modals 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `svelte-promise-modals`, `test-app`\n * [#129](https://github.com/mainmatter/svelte-promise-modals/pull/129) Fix typescript openmodal ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
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"
1721
}

CHANGELOG.md

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

3+
## Release (2025-07-20)
4+
5+
svelte-promise-modals 1.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `svelte-promise-modals`
9+
* [#132](https://github.com/mainmatter/svelte-promise-modals/pull/132) fix(release): missing readme and license ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### :house: Internal
12+
* `svelte-promise-modals`
13+
* [#132](https://github.com/mainmatter/svelte-promise-modals/pull/132) fix(release): missing readme and license ([@BobrImperator](https://github.com/BobrImperator))
14+
15+
#### Committers: 1
16+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
17+
318
## Release (2025-07-19)
419

520
svelte-promise-modals 1.0.1 (patch)

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.1",
3+
"version": "1.0.2",
44
"repository": "https://github.com/mainmatter/svelte-promise-modals",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)