Skip to content

Commit

Permalink
20.0.0 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 21, 2023
1 parent 381870d commit a90dc91
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 19 deletions.
37 changes: 30 additions & 7 deletions deno/ts_morph.js

Large diffs are not rendered by default.

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
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/bootstrap",
"version": "0.20.0",
"version": "0.21.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.20.0"
"@ts-morph/common": "~0.21.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/common",
"version": "0.20.0",
"version": "0.21.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
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.

<a name="20.0.0"></a>
# [20.0.0](https://github.com/dsherret/ts-morph/compare/19.0.0...20.0.0) (2023-09-11)


### Bug Fixes

* support dynamic type imports in getReferencedSourceFiles() ([#1436](https://github.com/dsherret/ts-morph/issues/1436)) ([7207de1](https://github.com/dsherret/ts-morph/commit/7207de1))


### Features

* upgrade to TypeScript 5.2 ([#1450](https://github.com/dsherret/ts-morph/issues/1450)) ([9bb94b0](https://github.com/dsherret/ts-morph/commit/9bb94b0))

### BREAKING CHANGES

- Upgraded to TS 5.2

<a name="19.0.0"></a>
# [19.0.0](https://github.com/dsherret/ts-morph/compare/18.0.0...19.0.0) (2023-06-14)

Expand Down
4 changes: 4 additions & 0 deletions packages/ts-morph/breaking-changes.md
Expand Up @@ -2,6 +2,10 @@

View [CHANGELOG.md](CHANGELOG.md) for more detail on releases. This file is only a high level overview of breaking changes.

## Version 20

- Upgraded to TS 5.2

## Version 16

- Upgraded to TS 4.8
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-morph/package.json
@@ -1,6 +1,6 @@
{
"name": "ts-morph",
"version": "19.0.0",
"version": "20.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.20.0",
"@ts-morph/common": "~0.21.0",
"code-block-writer": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a90dc91

Please sign in to comment.