Skip to content

Commit c7b22d2

Browse files
authored
Merge pull request #28 from bertdeblock/release-preview
Prepare Release
2 parents 0ce95f3 + 782779f commit c7b22d2

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.release-plan.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"@bertdeblock/gember": {
4-
"impact": "minor",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.3.0",
4+
"impact": "patch",
5+
"oldVersion": "0.3.0",
6+
"newVersion": "0.3.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-03-20)\n\n@bertdeblock/gember 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#24](https://github.com/bertdeblock/gember/pull/24) Improve modifier documents ([@bertdeblock](https://github.com/bertdeblock))\n * [#23](https://github.com/bertdeblock/gember/pull/23) Improve helper documents ([@bertdeblock](https://github.com/bertdeblock))\n * [#22](https://github.com/bertdeblock/gember/pull/22) Improve consistency among CLI options ([@bertdeblock](https://github.com/bertdeblock))\n * [#20](https://github.com/bertdeblock/gember/pull/20) Support class-based modifiers ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#25](https://github.com/bertdeblock/gember/pull/25) Internal improvements ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
16+
"description": "## Release (2024-04-17)\n\n@bertdeblock/gember 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#29](https://github.com/bertdeblock/gember/pull/29) Fix generating nested documents ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
2117
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-04-17)
4+
5+
@bertdeblock/gember 0.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@bertdeblock/gember`
9+
* [#29](https://github.com/bertdeblock/gember/pull/29) Fix generating nested documents ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### Committers: 1
12+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
13+
314
## Release (2024-03-20)
415

516
@bertdeblock/gember 0.3.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bertdeblock/gember",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Generate components, helpers, modifiers and services in v2 addons.",
55
"repository": "https://github.com/bertdeblock/gember",
66
"license": "MIT",

0 commit comments

Comments
 (0)