Skip to content

Commit f6e83d7

Browse files
authored
Merge pull request #8 from poulet42/release-preview
Prepare Release
2 parents aaad06c + 32955a2 commit f6e83d7

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-x-react": {
44
"impact": "patch",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.1.1",
5+
"oldVersion": "1.1.1",
6+
"newVersion": "1.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-x-react/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-01-26)\n\nember-x-react 1.1.1 (patch)\n\n#### :house: Internal\n* `ember-x-react`\n * [#5](https://github.com/poulet42/ember-x-react/pull/5) set publishConfig.access=public in package ([@poulet42](https://github.com/poulet42))\n\n#### Committers: 1\n- Corentin ([@poulet42](https://github.com/poulet42))\n"
16+
"description": "## Release (2025-01-26)\n\nember-x-react 1.1.2 (patch)\n\n#### :house: Internal\n* `ember-x-react`\n * [#7](https://github.com/poulet42/ember-x-react/pull/7) set repository url in package to unblock publish ([@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
@@ -2,6 +2,17 @@
22

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

5+
ember-x-react 1.1.2 (patch)
6+
7+
#### :house: Internal
8+
* `ember-x-react`
9+
* [#7](https://github.com/poulet42/ember-x-react/pull/7) set repository url in package to unblock publish ([@poulet42](https://github.com/poulet42))
10+
11+
#### Committers: 1
12+
- Corentin ([@poulet42](https://github.com/poulet42))
13+
14+
## Release (2025-01-26)
15+
516
ember-x-react 1.1.1 (patch)
617

718
#### :house: Internal

ember-x-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-x-react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)