Skip to content

Commit af77c81

Browse files
Merge pull request #409 from ember-tooling/release-preview
Prepare Release
2 parents f1a5193 + 4612e12 commit af77c81

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
4-
"impact": "minor",
5-
"oldVersion": "2.0.6",
6-
"newVersion": "2.1.0",
4+
"impact": "patch",
5+
"oldVersion": "2.1.0",
6+
"newVersion": "2.1.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-07-23)\n\nprettier-plugin-ember-template-tag 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `prettier-plugin-ember-template-tag`\n * [#382](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/382) build: publish cjs + esm ([@geneukum](https://github.com/geneukum))\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#362](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/362) Updated dependencies ([@ijlee2](https://github.com/ijlee2))\n * [#366](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/366) Refactor code (Part 2) ([@ijlee2](https://github.com/ijlee2))\n * [#365](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/365) Update the non-linting dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#363](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/363) Refactored code ([@ijlee2](https://github.com/ijlee2))\n\n#### Committers: 3\n- Geordan Neukum ([@geneukum](https://github.com/geneukum))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-11-29)\n\nprettier-plugin-ember-template-tag 2.1.1 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#408](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/408) Fix problems with prettier v3.6.0+ ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
2117
}

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-11-29)
4+
5+
prettier-plugin-ember-template-tag 2.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `prettier-plugin-ember-template-tag`
9+
* [#408](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/408) Fix problems with prettier v3.6.0+ ([@evoactivity](https://github.com/evoactivity))
10+
11+
#### Committers: 1
12+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
13+
314
## Release (2025-07-23)
415

516
prettier-plugin-ember-template-tag 2.1.0 (minor)

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

0 commit comments

Comments
 (0)