Skip to content

Commit 67c16db

Browse files
Prepare Release using 'release-plan'
1 parent 4d2bf8e commit 67c16db

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"@qonto/react-migration-toolkit": {
4+
"impact": "minor",
5+
"oldVersion": "1.2.3",
6+
"newVersion": "1.3.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./react-migration-toolkit/package.json"
14+
}
15+
},
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"
17+
}

CHANGELOG.md

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

3+
## Release (2025-01-16)
4+
5+
@qonto/react-migration-toolkit 1.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@qonto/react-migration-toolkit`, `test-app`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* Other
13+
* [#21](https://github.com/qonto/react-migration-toolkit/pull/21) ci: force signing of commits when preparing release ([@SkoebaSteve](https://github.com/SkoebaSteve))
14+
* [#18](https://github.com/qonto/react-migration-toolkit/pull/18) feat: run npx create-release-plan-setup@latest ([@SkoebaSteve](https://github.com/SkoebaSteve))
15+
* [#4](https://github.com/qonto/react-migration-toolkit/pull/4) ci: use dependabot over renovatebot ([@SkoebaSteve](https://github.com/SkoebaSteve))
16+
* [#2](https://github.com/qonto/react-migration-toolkit/pull/2) Configure GitHub actions ([@SkoebaSteve](https://github.com/SkoebaSteve))
17+
* `test-app`
18+
* [#3](https://github.com/qonto/react-migration-toolkit/pull/3) ci: setup test github action ([@SkoebaSteve](https://github.com/SkoebaSteve))
19+
20+
#### Committers: 2
21+
- Corentin ([@poulet42](https://github.com/poulet42))
22+
- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))
23+
324
## [1.2.3](https://gitlab.qonto.co/npm-packages/react-migration-toolkit/compare/v1.2.2...v1.2.3) (2024-11-26)
425

526
### Bug Fixes

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

0 commit comments

Comments
 (0)