Skip to content

Commit

Permalink
Merge pull request #282 from ember-tooling/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 6, 2024
2 parents 962d4f8 + 8064f41 commit ef98641
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"prettier-plugin-ember-template-tag": {
"impact": "patch",
"oldVersion": "2.0.2",
"newVersion": "2.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-06)\n\nprettier-plugin-ember-template-tag 2.0.3 (patch)\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#283](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/283) Remove changelog customizations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#281](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/281) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#280](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/280) Update repo paths in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#267](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/267) Bump content-tag to v2 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-11-06)

prettier-plugin-ember-template-tag 2.0.3 (patch)

#### :house: Internal
* `prettier-plugin-ember-template-tag`
* [#283](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/283) Remove changelog customizations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#281](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/281) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#280](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/280) Update repo paths in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#267](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/267) Bump content-tag to v2 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)




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": "prettier-plugin-ember-template-tag",
"version": "2.0.2",
"version": "2.0.3",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down

0 comments on commit ef98641

Please sign in to comment.