Skip to content

Commit a3e6b57

Browse files
Prepare Release using 'release-plan' (#127)
Co-authored-by: BobrImperator <[email protected]>
1 parent f5be3e8 commit a3e6b57

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"svelte-promise-modals": {
4+
"impact": "major",
5+
"oldVersion": "0.1.5",
6+
"newVersion": "1.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
}
12+
],
13+
"pkgJSONPath": "./svelte-promise-modals/package.json"
14+
}
15+
},
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"
17+
}

CHANGELOG.md

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

3+
## Release (2025-07-19)
4+
5+
svelte-promise-modals 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `svelte-promise-modals`, `test-app`
9+
* [#124](https://github.com/mainmatter/svelte-promise-modals/pull/124) Breaking: Monorepo. Svelte 5 migration. Visual testing ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### :house: Internal
12+
* [#126](https://github.com/mainmatter/svelte-promise-modals/pull/126) chore(release): add release-plan ([@BobrImperator](https://github.com/BobrImperator))
13+
14+
#### Committers: 1
15+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
16+
317

418

519
## v0.1.5 (2025-01-31)

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

0 commit comments

Comments
 (0)