Skip to content

Commit 65931e3

Browse files
authored
Merge pull request #26 from qonto/release-preview
Prepare Release
2 parents 4e07d77 + c47865a commit 65931e3

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"@qonto/react-migration-toolkit": {
44
"impact": "patch",
5-
"oldVersion": "1.3.0",
6-
"newVersion": "1.3.1",
5+
"oldVersion": "1.3.1",
6+
"newVersion": "1.3.2",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
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.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"
16+
"description": "## Release (2025-01-17)\n\n@qonto/react-migration-toolkit 1.3.2 (patch)\n\n#### :bug: Bug Fix\n* `@qonto/react-migration-toolkit`\n * [#25](https://github.com/qonto/react-migration-toolkit/pull/25) restrict ember-intl range to <7.0.8 as they removed eventEmitter ([@poulet42](https://github.com/poulet42))\n\n#### Committers: 1\n- Corentin ([@poulet42](https://github.com/poulet42))\n"
1717
}

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-01-17)
4+
5+
@qonto/react-migration-toolkit 1.3.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@qonto/react-migration-toolkit`
9+
* [#25](https://github.com/qonto/react-migration-toolkit/pull/25) restrict ember-intl range to <7.0.8 as they removed eventEmitter ([@poulet42](https://github.com/poulet42))
10+
11+
#### Committers: 1
12+
- Corentin ([@poulet42](https://github.com/poulet42))
13+
314
## Release (2025-01-16)
415

516
@qonto/react-migration-toolkit 1.3.1 (patch)

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

0 commit comments

Comments
 (0)