Skip to content

Commit 85bab30

Browse files
Merge pull request #2 from NullVoxPopuli/release-preview
Prepare Release
2 parents 74c3578 + 3305acc commit 85bab30

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-classic-import-meta-glob": {
4+
"impact": "minor",
5+
"oldVersion": "0.0.0",
6+
"newVersion": "0.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./ember-classic-import-meta-glob/package.json"
18+
}
19+
},
20+
"description": "## Release (2024-06-02)\n\nember-classic-import-meta-glob 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-classic-import-meta-glob`, `test-app`\n * [#3](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/3) Implement the RFC (phase 1: alpha quality) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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"
21+
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## Release (2024-06-02)
4+
5+
ember-classic-import-meta-glob 0.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-classic-import-meta-glob`, `test-app`
9+
* [#3](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/3) Implement the RFC (phase 1: alpha quality) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-classic-import-meta-glob`, `test-app`
13+
* [#1](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/1) Setup all the GH Workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@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.1.0",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)