Skip to content

Commit e6a9873

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

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
"solution": {
33
"tree-sitter-glimmer": {
44
"impact": "minor",
5-
"oldVersion": "1.3.0",
6-
"newVersion": "1.4.0",
5+
"oldVersion": "1.4.0",
6+
"newVersion": "1.5.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
15-
},
1612
{
1713
"impact": "patch",
1814
"reason": "Appears in changelog section :house: Internal"
@@ -21,5 +17,5 @@
2117
"pkgJSONPath": "./package.json"
2218
}
2319
},
24-
"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"
20+
"description": "## Release (2024-08-20)\n\ntree-sitter-glimmer 1.5.0 (minor)\n\n#### :rocket: Enhancement\n* `tree-sitter-glimmer`\n * [#158](https://github.com/ember-tooling/tree-sitter-glimmer/pull/158) Add comment injections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `tree-sitter-glimmer`\n * [#156](https://github.com/ember-tooling/tree-sitter-glimmer/pull/156) Update prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2521
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Release (2024-08-20)
44

5+
tree-sitter-glimmer 1.5.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `tree-sitter-glimmer`
9+
* [#158](https://github.com/ember-tooling/tree-sitter-glimmer/pull/158) Add comment injections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `tree-sitter-glimmer`
13+
* [#156](https://github.com/ember-tooling/tree-sitter-glimmer/pull/156) Update prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
18+
## Release (2024-08-20)
19+
520
tree-sitter-glimmer 1.4.0 (minor)
621

722
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-glimmer",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"repository": {
55
"type": "git",
66
"url": "[email protected]:ember-tooling/tree-sitter-glimmer.git"

0 commit comments

Comments
 (0)