Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: evoactivity <83799+evoactivity@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and evoactivity authored Aug 16, 2024
1 parent 74526f2 commit 0bcdb1a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"solution": {
"broccoli-svg-optimizer": {
"oldVersion": "2.1.0"
},
"ember-svg-jar": {
"impact": "minor",
"oldVersion": "2.4.9",
"newVersion": "2.5.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Changelog

## Release (2024-08-16)

ember-svg-jar 2.5.0 (minor)

#### :rocket: Enhancement
* `ember-svg-jar`
* [#269](https://github.com/evoactivity/ember-svg-jar/pull/269) upgrade cheerio to 1.0 (fixes build) ([@sly7-7](https://github.com/sly7-7))

#### Committers: 1
- Sylvain Mina ([@sly7-7](https://github.com/sly7-7))
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.4.9",
"version": "2.5.0",
"description": "Best way to use SVG images in Ember applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 0bcdb1a

Please sign in to comment.