Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"prettier-plugin-ember-template-tag": {
"impact": "patch",
"oldVersion": "2.0.5",
"newVersion": "2.0.6",
"impact": "minor",
"oldVersion": "2.0.6",
"newVersion": "2.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2025-07-23)

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

#### :rocket: Enhancement
* `prettier-plugin-ember-template-tag`
* [#382](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/382) build: publish cjs + esm ([@geneukum](https://github.com/geneukum))

#### :house: Internal
* `prettier-plugin-ember-template-tag`
* [#362](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/362) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
* [#366](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/366) Refactor code (Part 2) ([@ijlee2](https://github.com/ijlee2))
* [#365](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/365) Update the non-linting dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#363](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/363) Refactored code ([@ijlee2](https://github.com/ijlee2))

#### Committers: 3
- Geordan Neukum ([@geneukum](https://github.com/geneukum))
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-06-05)

prettier-plugin-ember-template-tag 2.0.6 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-ember-template-tag",
"version": "2.0.6",
"version": "2.1.0",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down