Skip to content

Commit c895bee

Browse files
authored
28.0.0 (#1672)
1 parent f731ab2 commit c895bee

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

deno.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-morph/bootstrap",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"description": "API for getting quickly set up with the TypeScript Compiler API.",
55
"keywords": [
66
"typescript",
@@ -24,7 +24,7 @@
2424
"rollup": "rollup -c"
2525
},
2626
"dependencies": {
27-
"@ts-morph/common": "~0.28.1"
27+
"@ts-morph/common": "~0.29.0"
2828
},
2929
"devDependencies": {
3030
"@rollup/plugin-typescript": "^12.1.2",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-morph/common",
3-
"version": "0.28.1",
3+
"version": "0.29.0",
44
"description": "Common functionality for ts-morph packages.",
55
"main": "dist/ts-morph-common.js",
66
"author": "David Sherret",

packages/ts-morph/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [28.0.0](https://github.com/dsherret/ts-morph/compare/27.0.2...28.0.0) (2026-04-12)
6+
7+
- feat(BREAKING): TypeScript 6.0 (#1669)
8+
- feat: standalone printStructure function (#1670)
9+
- fix: `InvalidOperationError` in `addTypeArgument` (#1663)
10+
11+
## [27.0.2](https://github.com/dsherret/ts-morph/compare/27.0.0...27.0.2) (2025-10-12)
12+
13+
- fix: browser support no longer working since #1628 in 26.0.0 due to missing browser fields by @BossSloth in #1654
14+
515
## [27.0.0](https://github.com/dsherret/ts-morph/compare/26.0.0...27.0.0) (2025-09-07)
616

717
* perf: switch to tinyglobby in https://github.com/dsherret/ts-morph/pull/1635

packages/ts-morph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-morph",
3-
"version": "27.0.2",
3+
"version": "28.0.0",
44
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
55
"main": "dist/ts-morph.js",
66
"types": "lib/ts-morph.d.ts",
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/dsherret/ts-morph#readme",
4646
"dependencies": {
47-
"@ts-morph/common": "~0.28.1",
47+
"@ts-morph/common": "~0.29.0",
4848
"code-block-writer": "^13.0.3"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)