Skip to content

Commit

Permalink
23.0.0 (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 23, 2024
1 parent 1cf6a6b commit 5e208c5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
14 changes: 7 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.23.0",
"version": "0.24.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.23.0"
"@ts-morph/common": "~0.24.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.23.0",
"version": "0.24.0",
"description": "Common functionality for ts-morph packages.",
"main": "dist/ts-morph-common.js",
"author": "David Sherret",
Expand Down
17 changes: 17 additions & 0 deletions packages/ts-morph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [23.0.0](https://github.com/dsherret/ts-morph/compare/22.0.0...23.0.0) (2024-06-23)


### BREAKING CHANGES

* Upgraded to TypeScript 5.5

### Features

* Type.prototype.isBigInt and isBigIntLiteral ([#1546](https://github.com/dsherret/ts-morph/issues/1546)) ([b3d01c8](https://github.com/dsherret/ts-morph/commit/b3d01c8418dde927c8b37c1fe8819a33406a5c56))
* TypeScript 5.5 ([#1545](https://github.com/dsherret/ts-morph/issues/1545)) ([868755d](https://github.com/dsherret/ts-morph/commit/868755d25a3d695733be010e304fa3c394fbb86f))


### Bug Fixes

* handle removeDefaultImport with type only import ([#1547](https://github.com/dsherret/ts-morph/issues/1547)) ([1cf6a6b](https://github.com/dsherret/ts-morph/commit/1cf6a6b4e0db1d9c802394ac66f55166bd03b83d))

<a name="22.0.0"></a>
# [22.0.0](https://github.com/dsherret/ts-morph/compare/21.0.1...22.0.0) (2024-03-10)

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": "22.0.0",
"version": "23.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.23.0",
"@ts-morph/common": "~0.24.0",
"code-block-writer": "^13.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5e208c5

Please sign in to comment.