Skip to content

Commit dde2d5b

Browse files
authored
Merge pull request #102 from ember-cli/release-preview
Prepare Release
2 parents 15456be + 9c9f96f commit dde2d5b

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
"solution": {
33
"babel-plugin-debug-macros": {
44
"impact": "patch",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.0.1",
5+
"oldVersion": "1.0.1",
6+
"newVersion": "1.0.2",
77
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :memo: Documentation"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-07-11)\n\nbabel-plugin-debug-macros 1.0.1 (patch)\n\n#### :memo: Documentation\n* `babel-plugin-debug-macros`\n * [#97](https://github.com/ember-cli/babel-plugin-debug-macros/pull/97) docs(README.md)/ Fix a typo in the name of the plugin ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :house: Internal\n* `babel-plugin-debug-macros`\n * [#100](https://github.com/ember-cli/babel-plugin-debug-macros/pull/100) remove security warnings from github ([@mansona](https://github.com/mansona))\n * [#98](https://github.com/ember-cli/babel-plugin-debug-macros/pull/98) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
16+
"description": "## Release (2024-07-11)\n\nbabel-plugin-debug-macros 1.0.2 (patch)\n\n#### :house: Internal\n* `babel-plugin-debug-macros`\n * [#101](https://github.com/ember-cli/babel-plugin-debug-macros/pull/101) fix repo link ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2117
}

CHANGELOG.md

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

33
## Release (2024-07-11)
44

5+
babel-plugin-debug-macros 1.0.2 (patch)
6+
7+
#### :house: Internal
8+
* `babel-plugin-debug-macros`
9+
* [#101](https://github.com/ember-cli/babel-plugin-debug-macros/pull/101) fix repo link ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2024-07-11)
15+
516
babel-plugin-debug-macros 1.0.1 (patch)
617

718
#### :memo: Documentation

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-debug-macros",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Debug macros and feature flag stripping",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)