Skip to content

Commit 4464cec

Browse files
authored
Merge pull request #23 from qonto/release-preview
Prepare Release
2 parents 14e75f2 + ff21bcb commit 4464cec

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"@qonto/react-migration-toolkit": {
4-
"impact": "minor",
5-
"oldVersion": "1.2.3",
6-
"newVersion": "1.3.0",
4+
"impact": "patch",
5+
"oldVersion": "1.3.0",
6+
"newVersion": "1.3.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./react-migration-toolkit/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-01-16)\n\n@qonto/react-migration-toolkit 1.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@qonto/react-migration-toolkit`, `test-app`\n * [#17](https://github.com/qonto/react-migration-toolkit/pull/17) fix(types): allow data-test-* and aria-* props to be passed to the bridge ([@poulet42](https://github.com/poulet42))\n\n#### :house: Internal\n* Other\n * [#21](https://github.com/qonto/react-migration-toolkit/pull/21) ci: force signing of commits when preparing release ([@SkoebaSteve](https://github.com/SkoebaSteve))\n * [#18](https://github.com/qonto/react-migration-toolkit/pull/18) feat: run npx create-release-plan-setup@latest ([@SkoebaSteve](https://github.com/SkoebaSteve))\n * [#4](https://github.com/qonto/react-migration-toolkit/pull/4) ci: use dependabot over renovatebot ([@SkoebaSteve](https://github.com/SkoebaSteve))\n * [#2](https://github.com/qonto/react-migration-toolkit/pull/2) Configure GitHub actions ([@SkoebaSteve](https://github.com/SkoebaSteve))\n* `test-app`\n * [#3](https://github.com/qonto/react-migration-toolkit/pull/3) ci: setup test github action ([@SkoebaSteve](https://github.com/SkoebaSteve))\n\n#### Committers: 2\n- Corentin ([@poulet42](https://github.com/poulet42))\n- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))\n"
16+
"description": "## Release (2025-01-16)\n\n@qonto/react-migration-toolkit 1.3.1 (patch)\n\n#### :house: Internal\n* Other\n * [#24](https://github.com/qonto/react-migration-toolkit/pull/24) fix: add back repo url to the root package ([@SkoebaSteve](https://github.com/SkoebaSteve))\n* `@qonto/react-migration-toolkit`\n * [#22](https://github.com/qonto/react-migration-toolkit/pull/22) ci: add repository url to the package workspace ([@SkoebaSteve](https://github.com/SkoebaSteve))\n\n#### Committers: 1\n- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))\n"
1717
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## Release (2025-01-16)
44

5+
@qonto/react-migration-toolkit 1.3.1 (patch)
6+
7+
#### :house: Internal
8+
* Other
9+
* [#24](https://github.com/qonto/react-migration-toolkit/pull/24) fix: add back repo url to the root package ([@SkoebaSteve](https://github.com/SkoebaSteve))
10+
* `@qonto/react-migration-toolkit`
11+
* [#22](https://github.com/qonto/react-migration-toolkit/pull/22) ci: add repository url to the package workspace ([@SkoebaSteve](https://github.com/SkoebaSteve))
12+
13+
#### Committers: 1
14+
- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))
15+
16+
## Release (2025-01-16)
17+
518
@qonto/react-migration-toolkit 1.3.0 (minor)
619

720
#### :rocket: Enhancement

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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A toolkit to help migrate Ember components to React",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)