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
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@qonto/react-migration-toolkit": {
"impact": "major",
"oldVersion": "3.0.0",
"newVersion": "4.0.0",
"impact": "patch",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./react-migration-toolkit/package.json"
}
},
"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"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2025-11-05)

@qonto/react-migration-toolkit 4.0.2 (patch)

#### :house: Internal
* Other
* [#75](https://github.com/qonto/react-migration-toolkit/pull/75) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#74](https://github.com/qonto/react-migration-toolkit/pull/74) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* `@qonto/react-migration-toolkit`, `test-app`
* [#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))

#### Committers: 2
- Leonardo Rick ([@LeonardoRick](https://github.com/LeonardoRick))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2025-07-31)

@qonto/react-migration-toolkit 4.0.0 (major)
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.1",
"version": "4.0.2",
"description": "A toolkit to help migrate Ember components to React",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -149,4 +149,4 @@
"optional": true
}
}
}
}
14 changes: 0 additions & 14 deletions release-plan-stderr.txt

This file was deleted.