Skip to content

Commit e716ad0

Browse files
authored
Merge pull request #71 from qonto/release-preview
Prepare Release
2 parents 83b0d5a + 4db2915 commit e716ad0

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
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
"@qonto/react-migration-toolkit": {
44
"impact": "major",
5-
"oldVersion": "2.1.1",
6-
"newVersion": "3.0.0",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "4.0.0",
77
"constraints": [
88
{
99
"impact": "major",
1010
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "minor",
14-
"reason": "Appears in changelog section :rocket: Enhancement"
1511
}
1612
],
1713
"pkgJSONPath": "./react-migration-toolkit/package.json"
1814
}
1915
},
20-
"description": "## Release (2025-07-02)\n\n@qonto/react-migration-toolkit 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#64](https://github.com/qonto/react-migration-toolkit/pull/64) refactor: remove useFlags hook and ldprovider context from react-migration-toolkit ([@CMaiso](https://github.com/CMaiso))\n\n#### :rocket: Enhancement\n* `@qonto/react-migration-toolkit`\n * [#65](https://github.com/qonto/react-migration-toolkit/pull/65) chore(PolymorphicNavigateContext): export Path type ([@AntoineMoues](https://github.com/AntoineMoues))\n\n#### :memo: Documentation\n* [#32](https://github.com/qonto/react-migration-toolkit/pull/32) Open source readme ([@SkoebaSteve](https://github.com/SkoebaSteve))\n\n#### Committers: 3\n- Antoine Mouës ([@AntoineMoues](https://github.com/AntoineMoues))\n- Camille Maisonobe ([@CMaiso](https://github.com/CMaiso))\n- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))\n"
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"
2117
}

CHANGELOG.md

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

3+
## Release (2025-07-31)
4+
5+
@qonto/react-migration-toolkit 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `@qonto/react-migration-toolkit`, `test-app`
9+
* [#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))
10+
11+
#### :bug: Bug Fix
12+
* [#70](https://github.com/qonto/react-migration-toolkit/pull/70) Revert "Prepare Release" ([@m-jovan](https://github.com/m-jovan))
13+
14+
#### :house: Internal
15+
* [#69](https://github.com/qonto/react-migration-toolkit/pull/69) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
16+
* [#68](https://github.com/qonto/react-migration-toolkit/pull/68) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
17+
18+
#### Committers: 3
19+
- Jovan Milosevic ([@m-jovan](https://github.com/m-jovan))
20+
- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))
21+
- [@github-actions[bot]](https://github.com/apps/github-actions)
22+
323
## Release (2025-07-02)
424

525
@qonto/react-migration-toolkit 3.0.0 (major)

react-migration-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qonto/react-migration-toolkit",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A toolkit to help migrate Ember components to React",
55
"keywords": [
66
"ember-addon"

release-plan-stderr.txt

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

0 commit comments

Comments
 (0)