diff --git a/.release-plan.json b/.release-plan.json index 3b3fc62..1326a84 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e144e..f892e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/react-migration-toolkit/package.json b/react-migration-toolkit/package.json index 5fe5148..b8bba4e 100644 --- a/react-migration-toolkit/package.json +++ b/react-migration-toolkit/package.json @@ -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" diff --git a/release-plan-stderr.txt b/release-plan-stderr.txt deleted file mode 100644 index bf9f178..0000000 --- a/release-plan-stderr.txt +++ /dev/null @@ -1,7 +0,0 @@ -Warning: unknown package "test-app" -# Unlabeled Changes - -* [#70](https://github.com/qonto/react-migration-toolkit/pull/70) Revert "Prepare Release" ([@m-jovan](https://github.com/m-jovan)) - - -*Cannot plan release until the above changes are labeled*.