Skip to content

Commit 3b39004

Browse files
authored
Merge pull request #47 from qonto/release-preview
Prepare Release
2 parents 9bbc924 + a2915d6 commit 3b39004

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"@qonto/react-migration-toolkit": {
4-
"impact": "major",
5-
"oldVersion": "1.3.2",
6-
"newVersion": "2.0.0",
4+
"impact": "minor",
5+
"oldVersion": "2.0.0",
6+
"newVersion": "2.1.0",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "minor",
1410
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :bug: Bug Fix"
1911
}
2012
],
2113
"pkgJSONPath": "./react-migration-toolkit/package.json"
2214
}
2315
},
24-
"description": "## Release (2025-02-20)\n\n@qonto/react-migration-toolkit 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#44](https://github.com/qonto/react-migration-toolkit/pull/44) refactor(Link): rename href by to ([@AntoineMoues](https://github.com/AntoineMoues))\n\n#### :rocket: Enhancement\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#45](https://github.com/qonto/react-migration-toolkit/pull/45) feat(NavLink): create component ([@AntoineMoues](https://github.com/AntoineMoues))\n * [#42](https://github.com/qonto/react-migration-toolkit/pull/42) feat(Link): create onClick handler to transition ([@AntoineMoues](https://github.com/AntoineMoues))\n\n#### :bug: Bug Fix\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#31](https://github.com/qonto/react-migration-toolkit/pull/31) Fix hierarchy request error with empty yield ([@jembezmamy](https://github.com/jembezmamy))\n\n#### Committers: 2\n- Antoine Mouës ([@AntoineMoues](https://github.com/AntoineMoues))\n- Paweł Bator ([@jembezmamy](https://github.com/jembezmamy))\n"
16+
"description": "## Release (2025-02-24)\n\n@qonto/react-migration-toolkit 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#46](https://github.com/qonto/react-migration-toolkit/pull/46) feat(useNavigate): add hook and its provider ([@AntoineMoues](https://github.com/AntoineMoues))\n\n#### Committers: 1\n- Antoine Mouës ([@AntoineMoues](https://github.com/AntoineMoues))\n"
2517
}

CHANGELOG.md

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

3+
## Release (2025-02-24)
4+
5+
@qonto/react-migration-toolkit 2.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@qonto/react-migration-toolkit`, `test-app`
9+
* [#46](https://github.com/qonto/react-migration-toolkit/pull/46) feat(useNavigate): add hook and its provider ([@AntoineMoues](https://github.com/AntoineMoues))
10+
11+
#### Committers: 1
12+
- Antoine Mouës ([@AntoineMoues](https://github.com/AntoineMoues))
13+
314
## Release (2025-02-20)
415

516
@qonto/react-migration-toolkit 2.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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A toolkit to help migrate Ember components to React",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)