Skip to content

Commit 0dd1adc

Browse files
authored
27.0.2 (#1659)
1 parent 44d04c9 commit 0dd1adc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.0",
3+
"version": "0.28.1",
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.0"
27+
"@ts-morph/common": "~0.28.1"
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.0",
3+
"version": "0.28.1",
44
"description": "Common functionality for ts-morph packages.",
55
"main": "dist/ts-morph-common.js",
66
"author": "David Sherret",

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.0",
3+
"version": "27.0.2",
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.0",
47+
"@ts-morph/common": "~0.28.1",
4848
"code-block-writer": "^13.0.3"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)