Skip to content

Commit 7b5bc87

Browse files
Merge pull request #346 from ember-tooling/release-preview
Prepare Release
2 parents 5cfbaec + e1aa658 commit 7b5bc87

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
44
"impact": "patch",
5-
"oldVersion": "2.0.4",
6-
"newVersion": "2.0.5",
5+
"oldVersion": "2.0.5",
6+
"newVersion": "2.0.6",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"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"
20+
"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"
1721
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2025-06-05)
4+
5+
prettier-plugin-ember-template-tag 2.0.6 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `prettier-plugin-ember-template-tag`
9+
* [#361](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/361) Only publish the dist directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `prettier-plugin-ember-template-tag`
13+
* [#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))
14+
15+
#### Committers: 2
16+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-03-31)
420

521
prettier-plugin-ember-template-tag 2.0.5 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-ember-template-tag",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)