Skip to content

Commit

Permalink
Merge pull request #387 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 4, 2024
2 parents 5dbc2e1 + 3007786 commit c7dd3d6
Show file tree
Hide file tree
Showing 3 changed files with 20 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": {
"ember-primitives": {
"impact": "minor",
"oldVersion": "0.24.0",
"newVersion": "0.25.0",
"oldVersion": "0.25.0",
"newVersion": "0.26.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./ember-primitives/package.json"
}
},
"description": "## Release (2024-10-16)\n\nember-primitives 0.25.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`, `test-app`\n * [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n"
"description": "## Release (2024-11-04)\n\nember-primitives 0.26.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity))\n\n#### :memo: Documentation\n* `docs-app`\n * [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-11-04)

ember-primitives 0.26.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `ember-primitives`, `test-app`
* [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity))

#### :memo: Documentation
* `docs-app`
* [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-10-16)

ember-primitives 0.25.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion ember-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-primitives",
"version": "0.25.0",
"version": "0.26.0",
"description": "Making apps easier to build",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit c7dd3d6

Please sign in to comment.