Skip to content

Commit

Permalink
25.0.0 (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Dec 30, 2024
1 parent 3d41ded commit 6c092c8
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 12 deletions.
84 changes: 77 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/bootstrap",
"version": "0.25.0",
"version": "0.26.0",
"description": "API for getting quickly set up with the TypeScript Compiler API.",
"keywords": [
"typescript",
Expand All @@ -24,7 +24,7 @@
"rollup": "rollup -c"
},
"dependencies": {
"@ts-morph/common": "~0.25.0"
"@ts-morph/common": "~0.26.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/common",
"version": "0.25.0",
"version": "0.26.0",
"description": "Common functionality for ts-morph packages.",
"main": "dist/ts-morph-common.js",
"author": "David Sherret",
Expand Down
19 changes: 19 additions & 0 deletions packages/ts-morph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [25.0.0](https://github.com/dsherret/ts-morph/compare/24.0.0...25.0.0) (2024-12-30)

### BREAKING CHANGES

* Upgraded to TypeScript 5.7
* removing last named import/export should not remove or change declaration ([#1599](https://github.com/dsherret/ts-morph/issues/1599)) ([3d41ded](https://github.com/dsherret/ts-morph/commit/3d41ded41f8b3bcf7e0277bd8554eeb9c07559e5))

### Features

* TypeScript 5.7.2 ([#1594](https://github.com/dsherret/ts-morph/issues/1594)) ([e4fffa4](https://github.com/dsherret/ts-morph/commit/e4fffa4951e50a324316735b0c2d41780d81345a))


### Bug Fixes

* properly insert async keyword in arrow function ([#1597](https://github.com/dsherret/ts-morph/issues/1597)) ([84613e5](https://github.com/dsherret/ts-morph/commit/84613e5146ca19c495153b9921dff65f5441865f))
* removing last named import/export should not remove or change declaration ([#1599](https://github.com/dsherret/ts-morph/issues/1599)) ([3d41ded](https://github.com/dsherret/ts-morph/commit/3d41ded41f8b3bcf7e0277bd8554eeb9c07559e5))
* switch back to fast-glob for stability ([#1595](https://github.com/dsherret/ts-morph/issues/1595)) ([04a1679](https://github.com/dsherret/ts-morph/commit/04a1679a13350cea26d4ef161ad682c74bd63d3f))
* throw descriptive error when inserting variable statement with no declarations ([#1598](https://github.com/dsherret/ts-morph/issues/1598)) ([f4ed887](https://github.com/dsherret/ts-morph/commit/f4ed8878a2052e4e959205ed3e56c573133ca25c))

## [24.0.0](https://github.com/dsherret/ts-morph/compare/23.0.0...24.0.0) (2024-10-05)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-morph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-morph",
"version": "24.0.0",
"version": "25.0.0",
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
"main": "dist/ts-morph.js",
"typings": "lib/ts-morph.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/dsherret/ts-morph#readme",
"dependencies": {
"@ts-morph/common": "~0.25.0",
"@ts-morph/common": "~0.26.0",
"code-block-writer": "^13.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 6c092c8

Please sign in to comment.