Skip to content

Commit beaf373

Browse files
authored
Merge pull request #76 from qonto/release-preview
Prepare Release
2 parents bc4578f + 1e79260 commit beaf373

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
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
"@qonto/react-migration-toolkit": {
4-
"impact": "major",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "4.0.0",
4+
"impact": "patch",
5+
"oldVersion": "4.0.1",
6+
"newVersion": "4.0.2",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./react-migration-toolkit/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-07-31)\n\n@qonto/react-migration-toolkit 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#67](https://github.com/qonto/react-migration-toolkit/pull/67) 3.0.1 - chore(routing): remove routing hooks and related context and providers ([@LeonardoRick](https://github.com/LeonardoRick))\n\n#### :bug: Bug Fix\n* [#70](https://github.com/qonto/react-migration-toolkit/pull/70) Revert \"Prepare Release\" ([@m-jovan](https://github.com/m-jovan))\n\n#### :house: Internal\n* [#69](https://github.com/qonto/react-migration-toolkit/pull/69) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#68](https://github.com/qonto/react-migration-toolkit/pull/68) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- Jovan Milosevic ([@m-jovan](https://github.com/m-jovan))\n- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
16+
"description": "## Release (2025-11-05)\n\n@qonto/react-migration-toolkit 4.0.2 (patch)\n\n#### :house: Internal\n* Other\n * [#75](https://github.com/qonto/react-migration-toolkit/pull/75) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#74](https://github.com/qonto/react-migration-toolkit/pull/74) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#73](https://github.com/qonto/react-migration-toolkit/pull/73) chore(deps-peer): bump react-intl from 6.6.8 to 7.1.14 ([@LeonardoRick](https://github.com/LeonardoRick))\n\n#### Committers: 2\n- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
1717
}

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-11-05)
4+
5+
@qonto/react-migration-toolkit 4.0.2 (patch)
6+
7+
#### :house: Internal
8+
* Other
9+
* [#75](https://github.com/qonto/react-migration-toolkit/pull/75) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
10+
* [#74](https://github.com/qonto/react-migration-toolkit/pull/74) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
11+
* `@qonto/react-migration-toolkit`, `test-app`
12+
* [#73](https://github.com/qonto/react-migration-toolkit/pull/73) chore(deps-peer): bump react-intl from 6.6.8 to 7.1.14 ([@LeonardoRick](https://github.com/LeonardoRick))
13+
14+
#### Committers: 2
15+
- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))
16+
- [@github-actions[bot]](https://github.com/apps/github-actions)
17+
318
## Release (2025-07-31)
419

520
@qonto/react-migration-toolkit 4.0.0 (major)

react-migration-toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qonto/react-migration-toolkit",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A toolkit to help migrate Ember components to React",
55
"keywords": [
66
"ember-addon"
@@ -149,4 +149,4 @@
149149
"optional": true
150150
}
151151
}
152-
}
152+
}

release-plan-stderr.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)