Skip to content

Commit

Permalink
Merge pull request #9 from ember-native/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
patricklx authored Oct 28, 2024
2 parents 8bc11af + dedbc35 commit e9e85aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"ember-native-devtools": {
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"oldVersion": "1.0.2",
"newVersion": "1.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-28)\n\nember-native-devtools 1.0.2 (patch)\n\n#### :house: Internal\n* `ember-native-devtools`\n * [#6](https://github.com/ember-native/ember-devtools/pull/6) fix deps ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-10-28)\n\nember-native-devtools 1.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-native-devtools`\n * [#8](https://github.com/ember-native/ember-devtools/pull/8) must have #!/usr/bin/env node ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-10-28)

ember-native-devtools 1.0.3 (patch)

#### :bug: Bug Fix
* `ember-native-devtools`
* [#8](https://github.com/ember-native/ember-devtools/pull/8) must have #!/usr/bin/env node ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-10-28)

ember-native-devtools 1.0.2 (patch)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-native-devtools",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git@github.com:ember-native/ember-devtools.git"
Expand Down

0 comments on commit e9e85aa

Please sign in to comment.