Skip to content

Commit

Permalink
Merge pull request #417 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 15, 2024
2 parents 6e2c4e4 + d234118 commit 24dce45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"ember-primitives": {
"impact": "patch",
"oldVersion": "0.27.0",
"newVersion": "0.27.1",
"oldVersion": "0.27.1",
"newVersion": "0.27.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./ember-primitives/package.json"
}
},
"description": "## Release (2024-11-22)\n\nember-primitives 0.27.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#415](https://github.com/universal-ember/ember-primitives/pull/415) Remove included app styles ([@evoactivity](https://github.com/evoactivity))\n\n#### :memo: Documentation\n* `docs-app`\n * [#411](https://github.com/universal-ember/ember-primitives/pull/411) Make tabster loading parallel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#410](https://github.com/universal-ember/ember-primitives/pull/410) Try to make font loading faster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#412](https://github.com/universal-ember/ember-primitives/pull/412) Use published version of docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/dev`, `docs-app`, `ember-primitives`, `test-app`\n * [#401](https://github.com/universal-ember/ember-primitives/pull/401) Use components from docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-12-15)\n\nember-primitives 0.27.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#420](https://github.com/universal-ember/ember-primitives/pull/420) Widen @glint/template range to include unstable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-12-15)

ember-primitives 0.27.2 (patch)

#### :bug: Bug Fix
* `ember-primitives`
* [#420](https://github.com/universal-ember/ember-primitives/pull/420) Widen @glint/template range to include unstable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-11-22)

ember-primitives 0.27.1 (patch)
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.27.1",
"version": "0.27.2",
"description": "Making apps easier to build",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit 24dce45

Please sign in to comment.