Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"prettier-plugin-ember-template-tag": {
"impact": "patch",
"oldVersion": "2.0.4",
"newVersion": "2.0.5",
"oldVersion": "2.0.5",
"newVersion": "2.0.6",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-03-31)\n\nprettier-plugin-ember-template-tag 2.0.5 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#341](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/341) Fix implied export default with satisfies ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2025-06-05)\n\nprettier-plugin-ember-template-tag 2.0.6 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#361](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/361) Only publish the dist directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#345](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/345) Add .npmignore so we publish only the built library ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2025-06-05)

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

#### :bug: Bug Fix
* `prettier-plugin-ember-template-tag`
* [#361](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/361) Only publish the dist directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `prettier-plugin-ember-template-tag`
* [#345](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/345) Add .npmignore so we publish only the built library ([@SergeAstapov](https://github.com/SergeAstapov))

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

## Release (2025-03-31)

prettier-plugin-ember-template-tag 2.0.5 (patch)
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.5",
"version": "2.0.6",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down