Skip to content

Commit 46c1ecd

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 5d3d83a commit 46c1ecd

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
44
"impact": "patch",
5-
"oldVersion": "2.1.2",
6-
"newVersion": "2.1.3",
5+
"oldVersion": "2.1.3",
6+
"newVersion": "2.1.4",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-12-11)\n\n* prettier-plugin-ember-template-tag 2.1.3 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#418](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/418) Mark dependencies as external and revert to outputting CJS only ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#416](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/416) Add matrix to test different versions of prettier ([@evoactivity](https://github.com/evoactivity))\n * [#414](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/414) Updates dependencies ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
17+
"description": "## Release (2025-12-12)\n\n* prettier-plugin-ember-template-tag 2.1.4 (patch)\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#367](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/367) Refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))\n\n#### Committers: 1\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-12-12)
4+
5+
* prettier-plugin-ember-template-tag 2.1.4 (patch)
6+
7+
#### :house: Internal
8+
* `prettier-plugin-ember-template-tag`
9+
* [#367](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/367) Refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))
10+
11+
#### Committers: 1
12+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13+
314
## Release (2025-12-11)
415

516
* prettier-plugin-ember-template-tag 2.1.3 (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.1.3",
3+
"version": "2.1.4",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)