Skip to content

Commit abda230

Browse files
Merge pull request #285 from ember-tooling/release-preview
Prepare Release
2 parents 5054832 + db1ae10 commit abda230

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
44
"impact": "patch",
5-
"oldVersion": "2.0.2",
6-
"newVersion": "2.0.3",
5+
"oldVersion": "2.0.3",
6+
"newVersion": "2.0.4",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"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"
16+
"description": "## Release (2024-11-06)\n\nprettier-plugin-ember-template-tag 2.0.4 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#284](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/284) Add prepack so that this library builds before publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-11-06)
44

5+
prettier-plugin-ember-template-tag 2.0.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `prettier-plugin-ember-template-tag`
9+
* [#284](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/284) Add prepack so that this library builds before publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-11-06)
15+
516
prettier-plugin-ember-template-tag 2.0.3 (patch)
617

718
#### :house: Internal

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.3",
3+
"version": "2.0.4",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)