Skip to content

Commit

Permalink
Merge pull request #7 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 855268e + d027df0 commit 5f0bad2
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
@@ -1,9 +1,9 @@
{
"solution": {
"ember-devtools": {
"ember-native-devtools": {
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-28)\n\nember-devtools 1.0.1 (patch)\n\n#### :house: Internal\n* `ember-devtools`\n * [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx))\n * [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@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.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"
}
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.2 (patch)

#### :house: Internal
* `ember-native-devtools`
* [#6](https://github.com/ember-native/ember-devtools/pull/6) fix deps ([@patricklx](https://github.com/patricklx))

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

## Release (2024-10-28)

ember-devtools 1.0.1 (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.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git@github.com:ember-native/ember-devtools.git"
Expand Down

0 comments on commit 5f0bad2

Please sign in to comment.