Skip to content

Commit a7072fc

Browse files
committed
chore(release): Bump @ts-morph/common version.
1 parent 7d67796 commit a7072fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rollup": "rollup -c"
2121
},
2222
"dependencies": {
23-
"@ts-morph/common": "~0.9.0"
23+
"@ts-morph/common": "~0.9.1"
2424
},
2525
"devDependencies": {
2626
"@types/chai": "^4.2.17",

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-morph/common",
3-
"version": "0.9.0",
3+
"version": "0.9.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"all": true
6565
},
6666
"dependencies": {
67-
"@ts-morph/common": "~0.9.0",
67+
"@ts-morph/common": "~0.9.1",
6868
"code-block-writer": "^10.1.1"
6969
},
7070
"devDependencies": {

0 commit comments

Comments
 (0)