Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: evoactivity <[email protected]>
  • Loading branch information
github-actions[bot] and evoactivity authored Oct 1, 2024
1 parent 579035c commit 8607177
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"ember-svg-jar": {
"impact": "minor",
"oldVersion": "2.4.9",
"newVersion": "2.5.0",
"oldVersion": "2.5.0",
"newVersion": "2.6.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -16,5 +16,5 @@
"pkgJSONPath": "./packages/ember-svg-jar/package.json"
}
},
"description": "## Release (2024-08-16)\n\nember-svg-jar 2.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-svg-jar`\n * [#269](https://github.com/evoactivity/ember-svg-jar/pull/269) upgrade cheerio to 1.0 (fixes build) ([@sly7-7](https://github.com/sly7-7))\n\n#### Committers: 1\n- Sylvain Mina ([@sly7-7](https://github.com/sly7-7))\n"
"description": "## Release (2024-10-01)\n\nember-svg-jar 2.6.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-svg-jar`\n * [#271](https://github.com/evoactivity/ember-svg-jar/pull/271) Allow arbitrary attributes to be passed ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-10-01)

ember-svg-jar 2.6.0 (minor)

#### :rocket: Enhancement
* `ember-svg-jar`
* [#271](https://github.com/evoactivity/ember-svg-jar/pull/271) Allow arbitrary attributes to be passed ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2024-08-16)

ember-svg-jar 2.5.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-svg-jar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-svg-jar",
"version": "2.5.0",
"version": "2.6.0",
"description": "Best way to use SVG images in Ember applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8607177

Please sign in to comment.