Skip to content

Commit

Permalink
Merge pull request #32 from Windvis/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
Windvis authored Aug 9, 2024
2 parents b686ab4 + 56ec637 commit 6293a19
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"ember-breadcrumb-trail": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-08-09)\n\nember-breadcrumb-trail 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-breadcrumb-trail`, `test-app`\n * [#29](https://github.com/Windvis/ember-breadcrumb-trail/pull/29) V2 addon conversion ([@Windvis](https://github.com/Windvis))\n\n#### :rocket: Enhancement\n* `ember-breadcrumb-trail`, `test-app`\n * [#31](https://github.com/Windvis/ember-breadcrumb-trail/pull/31) TS conversion ([@Windvis](https://github.com/Windvis))\n\n#### :memo: Documentation\n* [#23](https://github.com/Windvis/ember-breadcrumb-trail/pull/23) Fix code examples in README ([@donaldsonjulia](https://github.com/donaldsonjulia))\n* [#17](https://github.com/Windvis/ember-breadcrumb-trail/pull/17) Remove the `{{is-last}}` helper from the readme ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `ember-breadcrumb-trail`, `test-app`\n * [#30](https://github.com/Windvis/ember-breadcrumb-trail/pull/30) Use the official Ember types ([@Windvis](https://github.com/Windvis))\n* Other\n * [#21](https://github.com/Windvis/ember-breadcrumb-trail/pull/21) Remove duplicate 3.24 ember try scenario ([@Windvis](https://github.com/Windvis))\n * [#20](https://github.com/Windvis/ember-breadcrumb-trail/pull/20) Update to Ember v3.28 ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 2\n- Julia Donaldson ([@donaldsonjulia](https://github.com/donaldsonjulia))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# Changelog

## Release (2024-08-09)

ember-breadcrumb-trail 1.0.0 (major)

#### :boom: Breaking Change
* `ember-breadcrumb-trail`, `test-app`
* [#29](https://github.com/Windvis/ember-breadcrumb-trail/pull/29) V2 addon conversion ([@Windvis](https://github.com/Windvis))

#### :rocket: Enhancement
* `ember-breadcrumb-trail`, `test-app`
* [#31](https://github.com/Windvis/ember-breadcrumb-trail/pull/31) TS conversion ([@Windvis](https://github.com/Windvis))

#### :memo: Documentation
* [#23](https://github.com/Windvis/ember-breadcrumb-trail/pull/23) Fix code examples in README ([@donaldsonjulia](https://github.com/donaldsonjulia))
* [#17](https://github.com/Windvis/ember-breadcrumb-trail/pull/17) Remove the `{{is-last}}` helper from the readme ([@Windvis](https://github.com/Windvis))

#### :house: Internal
* `ember-breadcrumb-trail`, `test-app`
* [#30](https://github.com/Windvis/ember-breadcrumb-trail/pull/30) Use the official Ember types ([@Windvis](https://github.com/Windvis))
* Other
* [#21](https://github.com/Windvis/ember-breadcrumb-trail/pull/21) Remove duplicate 3.24 ember try scenario ([@Windvis](https://github.com/Windvis))
* [#20](https://github.com/Windvis/ember-breadcrumb-trail/pull/20) Update to Ember v3.28 ([@Windvis](https://github.com/Windvis))

#### Committers: 2
- Julia Donaldson ([@donaldsonjulia](https://github.com/donaldsonjulia))
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-breadcrumb-trail",
"version": "0.0.0",
"version": "1.0.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6293a19

Please sign in to comment.