-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
326c884
commit 77dcb17
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"solution": { | ||
"tree-sitter-glimmer": { | ||
"impact": "minor", | ||
"oldVersion": "1.3.0", | ||
"newVersion": "1.4.0", | ||
"constraints": [ | ||
{ | ||
"impact": "minor", | ||
"reason": "Appears in changelog section :rocket: Enhancement" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :memo: Documentation" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-08-20)\n\ntree-sitter-glimmer 1.4.0 (minor)\n\n#### :rocket: Enhancement\n* `tree-sitter-glimmer`\n * [#149](https://github.com/ember-tooling/tree-sitter-glimmer/pull/149) Update tree-sitter-cli, injections, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#134](https://github.com/ember-tooling/tree-sitter-glimmer/pull/134) Support indents and folding ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `tree-sitter-glimmer`\n * [#132](https://github.com/ember-tooling/tree-sitter-glimmer/pull/132) Update links to point at ember-tooling ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `tree-sitter-glimmer`\n * [#154](https://github.com/ember-tooling/tree-sitter-glimmer/pull/154) Remove docs workflow - it only published one of the test files and nothing else ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#152](https://github.com/ember-tooling/tree-sitter-glimmer/pull/152) Remove husky and lint-staged ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#151](https://github.com/ember-tooling/tree-sitter-glimmer/pull/151) Delete yarnrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#150](https://github.com/ember-tooling/tree-sitter-glimmer/pull/150) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#133](https://github.com/ember-tooling/tree-sitter-glimmer/pull/133) Remove the auto-merge workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# Changelog | ||
|
||
## Release (2024-08-20) | ||
|
||
tree-sitter-glimmer 1.4.0 (minor) | ||
|
||
#### :rocket: Enhancement | ||
* `tree-sitter-glimmer` | ||
* [#149](https://github.com/ember-tooling/tree-sitter-glimmer/pull/149) Update tree-sitter-cli, injections, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
* [#134](https://github.com/ember-tooling/tree-sitter-glimmer/pull/134) Support indents and folding ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
|
||
#### :memo: Documentation | ||
* `tree-sitter-glimmer` | ||
* [#132](https://github.com/ember-tooling/tree-sitter-glimmer/pull/132) Update links to point at ember-tooling ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
|
||
#### :house: Internal | ||
* `tree-sitter-glimmer` | ||
* [#154](https://github.com/ember-tooling/tree-sitter-glimmer/pull/154) Remove docs workflow - it only published one of the test files and nothing else ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
* [#152](https://github.com/ember-tooling/tree-sitter-glimmer/pull/152) Remove husky and lint-staged ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
* [#151](https://github.com/ember-tooling/tree-sitter-glimmer/pull/151) Delete yarnrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
* [#150](https://github.com/ember-tooling/tree-sitter-glimmer/pull/150) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
* [#133](https://github.com/ember-tooling/tree-sitter-glimmer/pull/133) Remove the auto-merge workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) | ||
|
||
#### Committers: 1 | ||
- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tree-sitter-glimmer", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:ember-tooling/tree-sitter-glimmer.git" | ||
|