Skip to content

Commit 5097712

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 7338283 commit 5097712

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.release-plan.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"ember-classic-import-meta-glob": {
4+
"impact": "patch",
5+
"oldVersion": "0.0.0",
6+
"newVersion": "0.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-classic-import-meta-glob/package.json"
14+
}
15+
},
16+
"description": "## Release (2024-06-01)\n\nember-classic-import-meta-glob 0.0.1 (patch)\n\n#### :house: Internal\n* `ember-classic-import-meta-glob`, `test-app`\n * [#1](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/1) Setup all the GH Workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Changelog
2+
3+
## Release (2024-06-01)
4+
5+
ember-classic-import-meta-glob 0.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-classic-import-meta-glob`, `test-app`
9+
* [#1](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/1) Setup all the GH Workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

ember-classic-import-meta-glob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-classic-import-meta-glob",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)