Skip to content

Commit

Permalink
Merge pull request #6 from bertdeblock/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
bertdeblock authored Mar 8, 2024
2 parents b5846d9 + 04cfd62 commit 7cc2f48
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@bertdeblock/gember": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-08)\n\n@bertdeblock/gember 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#4](https://github.com/bertdeblock/gember/pull/4) Support a `--path` option for all generators ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
"description": "## Release (2024-03-08)\n\n@bertdeblock/gember 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#5](https://github.com/bertdeblock/gember/pull/5) Make sure the `.scaffdog` directory is published ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-03-08)

@bertdeblock/gember 0.1.1 (patch)

#### :bug: Bug Fix
* `@bertdeblock/gember`
* [#5](https://github.com/bertdeblock/gember/pull/5) Make sure the `.scaffdog` directory is published ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2024-03-08)

@bertdeblock/gember 0.1.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bertdeblock/gember",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate components, helpers, modifiers and services in v2 addons.",
"repository": "https://github.com/bertdeblock/gember",
"license": "MIT",
Expand Down

0 comments on commit 7cc2f48

Please sign in to comment.