Skip to content

Commit

Permalink
Merge pull request #433 from tracked-tools/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 17, 2025
2 parents 5a0d346 + 98a4ae5 commit bc66880
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
20 changes: 8 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"solution": {
"tracked-built-ins": {
"impact": "minor",
"oldVersion": "3.3.0",
"newVersion": "3.4.0",
"impact": "major",
"oldVersion": "3.4.0",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-12-02)\n\ntracked-built-ins 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `tracked-built-ins`, `test-app`\n * [#424](https://github.com/tracked-tools/tracked-built-ins/pull/424) Upgrades: TypeScript, Sync with Blueprint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `tracked-built-ins`\n * [#430](https://github.com/tracked-tools/tracked-built-ins/pull/430) Fix memory leak: clean up `storages` when elements removed ([@davidtaylorhq](https://github.com/davidtaylorhq))\n* `test-app`\n * [#426](https://github.com/tracked-tools/tracked-built-ins/pull/426) Re-add support for 3.24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#431](https://github.com/tracked-tools/tracked-built-ins/pull/431) Add push-dist workflow so folks can point at unreleased GH code if they wish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#428](https://github.com/tracked-tools/tracked-built-ins/pull/428) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#411](https://github.com/tracked-tools/tracked-built-ins/pull/411) Update Node.js to 18 in CI ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#412](https://github.com/tracked-tools/tracked-built-ins/pull/412) add .npmrc ([@SergeAstapov](https://github.com/SergeAstapov))\n* `tracked-built-ins`, `test-app`\n * [#427](https://github.com/tracked-tools/tracked-built-ins/pull/427) Remove DT Types (@types/*) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2025-01-17)\n\ntracked-built-ins 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `tracked-built-ins`, `test-app`\n * [#434](https://github.com/tracked-tools/tracked-built-ins/pull/434) Drop support for TypeScript < 5.5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `tracked-built-ins`, `test-app`\n * [#421](https://github.com/tracked-tools/tracked-built-ins/pull/421) feat: fix set issues for TypeScript 5.5+ ([@chrisvdp](https://github.com/chrisvdp))\n\n#### :memo: Documentation\n* [#432](https://github.com/tracked-tools/tracked-built-ins/pull/432) Update CI status badge ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Chris van der Ploeg ([@chrisvdp](https://github.com/chrisvdp))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2025-01-17)

tracked-built-ins 4.0.0 (major)

#### :boom: Breaking Change
* `tracked-built-ins`, `test-app`
* [#434](https://github.com/tracked-tools/tracked-built-ins/pull/434) Drop support for TypeScript < 5.5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* `tracked-built-ins`, `test-app`
* [#421](https://github.com/tracked-tools/tracked-built-ins/pull/421) feat: fix set issues for TypeScript 5.5+ ([@chrisvdp](https://github.com/chrisvdp))

#### :memo: Documentation
* [#432](https://github.com/tracked-tools/tracked-built-ins/pull/432) Update CI status badge ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 3
- Chris van der Ploeg ([@chrisvdp](https://github.com/chrisvdp))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-12-02)

tracked-built-ins 3.4.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracked-built-ins",
"version": "3.4.0",
"version": "4.0.0",
"description": "Tracked versions of JavaScript's built-in classes!",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit bc66880

Please sign in to comment.