Skip to content

Commit

Permalink
Merge pull request #318 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 6, 2025
2 parents 6e4f73a + 43d6ce5 commit be350ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@embroider/addon-blueprint": {
"impact": "minor",
"oldVersion": "3.0.0",
"newVersion": "3.1.0",
"oldVersion": "3.1.0",
"newVersion": "3.2.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-12-18)\n\n@embroider/addon-blueprint 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#308](https://github.com/embroider-build/addon-blueprint/pull/308) Use native ember types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#315](https://github.com/embroider-build/addon-blueprint/pull/315) Use addon-dev declarations plugin for d.ts output ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2025-01-06)\n\n@embroider/addon-blueprint 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#313](https://github.com/embroider-build/addon-blueprint/pull/313) Bump pnpm/action-setup to v4 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @embroider/addon-blueprint Changelog

## Release (2025-01-06)

@embroider/addon-blueprint 3.2.0 (minor)

#### :rocket: Enhancement
* `@embroider/addon-blueprint`
* [#313](https://github.com/embroider-build/addon-blueprint/pull/313) Bump pnpm/action-setup to v4 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## Release (2024-12-18)

@embroider/addon-blueprint 3.1.0 (minor)
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": "@embroider/addon-blueprint",
"version": "3.1.0",
"version": "3.2.0",
"description": "Blueprint for scaffolding ember v2 addons",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit be350ed

Please sign in to comment.