Skip to content

Commit 1470ecb

Browse files
Merge pull request #3 from universal-ember/release-preview
Prepare Release v0.1.0
2 parents d821ccc + 18960e5 commit 1470ecb

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"@universal-ember/react": {
4+
"impact": "minor",
5+
"oldVersion": "0.0.1",
6+
"newVersion": "0.1.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2025-07-22)\n\n* @universal-ember/react 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/react`\n * [#4](https://github.com/universal-ember/react/pull/4) Add more testing and usage information ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@universal-ember/react`\n * [#2](https://github.com/universal-ember/react/pull/2) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
22+
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## Release (2025-07-22)
4+
5+
* @universal-ember/react 0.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@universal-ember/react`
9+
* [#4](https://github.com/universal-ember/react/pull/4) Add more testing and usage information ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `@universal-ember/react`
13+
* [#2](https://github.com/universal-ember/react/pull/2) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@universal-ember/react",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Flawless React integration with Ember",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)