Skip to content

Commit 03975aa

Browse files
Prepare Release using 'release-plan' (#128)
Co-authored-by: BobrImperator <[email protected]>
1 parent ca35f2b commit 03975aa

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"svelte-promise-modals": {
4-
"impact": "major",
5-
"oldVersion": "0.1.5",
6-
"newVersion": "1.0.0",
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./svelte-promise-modals/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-07-19)\n\nsvelte-promise-modals 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `svelte-promise-modals`, `test-app`\n * [#124](https://github.com/mainmatter/svelte-promise-modals/pull/124) Breaking: Monorepo. Svelte 5 migration. Visual testing ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* [#126](https://github.com/mainmatter/svelte-promise-modals/pull/126) chore(release): add release-plan ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
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"
1717
}

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-19)
44

5+
svelte-promise-modals 1.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `svelte-promise-modals`, `test-app`
9+
* [#129](https://github.com/mainmatter/svelte-promise-modals/pull/129) Fix typescript openmodal ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### Committers: 1
12+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
13+
14+
## Release (2025-07-19)
15+
516
svelte-promise-modals 1.0.0 (major)
617

718
#### :boom: Breaking Change

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.0",
3+
"version": "1.0.1",
44
"repository": "https://github.com/mainmatter/svelte-promise-modals",
55
"scripts": {
66
"prepare": "svelte-kit sync",

0 commit comments

Comments
 (0)