Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"@qonto/react-migration-toolkit": {
"impact": "major",
"oldVersion": "2.1.1",
"newVersion": "3.0.0",
"oldVersion": "3.0.0",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./react-migration-toolkit/package.json"
}
},
"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"
"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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2025-07-31)

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

#### :boom: Breaking Change
* `@qonto/react-migration-toolkit`, `test-app`
* [#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))

#### :bug: Bug Fix
* [#70](https://github.com/qonto/react-migration-toolkit/pull/70) Revert "Prepare Release" ([@m-jovan](https://github.com/m-jovan))

#### :house: Internal
* [#69](https://github.com/qonto/react-migration-toolkit/pull/69) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#68](https://github.com/qonto/react-migration-toolkit/pull/68) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 3
- Jovan Milosevic ([@m-jovan](https://github.com/m-jovan))
- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2025-07-02)

@qonto/react-migration-toolkit 3.0.0 (major)
Expand Down
2 changes: 1 addition & 1 deletion react-migration-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qonto/react-migration-toolkit",
"version": "3.0.0",
"version": "4.0.0",
"description": "A toolkit to help migrate Ember components to React",
"keywords": [
"ember-addon"
Expand Down
7 changes: 0 additions & 7 deletions release-plan-stderr.txt

This file was deleted.