Skip to content

Commit 0ceae89

Browse files
Merge pull request #364 from ember-tooling/release-preview
Prepare Release
2 parents 28f8ea4 + 1c79d3c commit 0ceae89

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
4-
"impact": "patch",
5-
"oldVersion": "2.0.5",
6-
"newVersion": "2.0.6",
4+
"impact": "minor",
5+
"oldVersion": "2.0.6",
6+
"newVersion": "2.1.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
1212
{
1313
"impact": "patch",
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./package.json"
1818
}
1919
},
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"
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"
2121
}

CHANGELOG.md

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

3+
## Release (2025-07-23)
4+
5+
prettier-plugin-ember-template-tag 2.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `prettier-plugin-ember-template-tag`
9+
* [#382](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/382) build: publish cjs + esm ([@geneukum](https://github.com/geneukum))
10+
11+
#### :house: Internal
12+
* `prettier-plugin-ember-template-tag`
13+
* [#362](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/362) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
14+
* [#366](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/366) Refactor code (Part 2) ([@ijlee2](https://github.com/ijlee2))
15+
* [#365](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/365) Update the non-linting dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#363](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/363) Refactored code ([@ijlee2](https://github.com/ijlee2))
17+
18+
#### Committers: 3
19+
- Geordan Neukum ([@geneukum](https://github.com/geneukum))
20+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
323
## Release (2025-06-05)
424

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

0 commit comments

Comments
 (0)