Skip to content

Commit a847f07

Browse files
Prepare Release using 'release-plan'
1 parent 5cac65c commit a847f07

4 files changed

Lines changed: 28 additions & 6 deletions

File tree

.release-plan.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"solution": {
33
"babel-plugin-import-meta-glob": {
4-
"oldVersion": "0.1.1"
5-
},
6-
"ember-import-meta-glob": {
74
"impact": "patch",
85
"oldVersion": "0.1.1",
96
"newVersion": "0.1.2",
@@ -14,8 +11,21 @@
1411
"reason": "Appears in changelog section :bug: Bug Fix"
1512
}
1613
],
14+
"pkgJSONPath": "./babel-plugin-import-meta-glob/package.json"
15+
},
16+
"ember-import-meta-glob": {
17+
"impact": "patch",
18+
"oldVersion": "0.1.2",
19+
"newVersion": "0.1.3",
20+
"tagName": "latest",
21+
"constraints": [
22+
{
23+
"impact": "patch",
24+
"reason": "Has dependency `workspace:*` on babel-plugin-import-meta-glob"
25+
}
26+
],
1727
"pkgJSONPath": "./ember-import-meta-glob/package.json"
1828
}
1929
},
20-
"description": "## Release (2026-06-12)\n\n* ember-import-meta-glob 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-import-meta-glob`\n * [#13](https://github.com/mainmatter/ember-import-meta-glob/pull/13) remove dependencies from ember-import-meta-glob ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
30+
"description": "## Release (2026-07-20)\n\n* babel-plugin-import-meta-glob 0.1.2 (patch)\n* ember-import-meta-glob 0.1.3 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-import-meta-glob`\n * [#15](https://github.com/mainmatter/ember-import-meta-glob/pull/15) fix: wrap generated require() calls in a promise ([@njoyard](https://github.com/njoyard))\n\n#### Committers: 1\n- Nicolas Joyard ([@njoyard](https://github.com/njoyard))\n"
2131
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2026-07-20)
4+
5+
* babel-plugin-import-meta-glob 0.1.2 (patch)
6+
* ember-import-meta-glob 0.1.3 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `babel-plugin-import-meta-glob`
10+
* [#15](https://github.com/mainmatter/ember-import-meta-glob/pull/15) fix: wrap generated require() calls in a promise ([@njoyard](https://github.com/njoyard))
11+
12+
#### Committers: 1
13+
- Nicolas Joyard ([@njoyard](https://github.com/njoyard))
14+
315
## Release (2026-06-12)
416

517
* ember-import-meta-glob 0.1.2 (patch)

babel-plugin-import-meta-glob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-import-meta-glob",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "",
55
"license": "MIT",
66
"author": "",

ember-import-meta-glob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-import-meta-glob",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)