diff --git a/.changeset/eleven-jeans-jog.md b/.changeset/eleven-jeans-jog.md deleted file mode 100644 index 961b21a2..00000000 --- a/.changeset/eleven-jeans-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bob-ts': patch ---- - -Return rollup input, output and result on `buildCode` diff --git a/examples/basic/package.json b/examples/basic/package.json index a6439f4b..f2747625 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -37,7 +37,7 @@ "dependencies": { "bob-esbuild": "workspace:^4.0.3", "bob-esbuild-cli": "workspace:^4.0.0", - "bob-ts": "workspace:^4.1.0", + "bob-ts": "workspace:^4.1.1", "bob-tsm": "workspace:^1.1.2", "shared": "workspace:^1.0.0" }, diff --git a/packages/bob-ts/CHANGELOG.md b/packages/bob-ts/CHANGELOG.md index 7b4c0fd9..d3f1c200 100644 --- a/packages/bob-ts/CHANGELOG.md +++ b/packages/bob-ts/CHANGELOG.md @@ -1,5 +1,11 @@ # bob-ts +## 4.1.1 + +### Patch Changes + +- 89af531: Return rollup input, output and result on `buildCode` + ## 4.1.0 ### Minor Changes diff --git a/packages/bob-ts/package.json b/packages/bob-ts/package.json index 31412ddc..c427864d 100644 --- a/packages/bob-ts/package.json +++ b/packages/bob-ts/package.json @@ -1,6 +1,6 @@ { "name": "bob-ts", - "version": "4.1.0", + "version": "4.1.1", "homepage": "https://github.com/PabloSzx/bob-esbuild", "bugs": "https://github.com/PabloSzx/bob-esbuild/issues", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e29e428c..d74dfa6f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: '@types/node': ^18.7.9 bob-esbuild: workspace:^4.0.3 bob-esbuild-cli: workspace:^4.0.0 - bob-ts: workspace:^4.1.0 + bob-ts: workspace:^4.1.1 bob-tsm: workspace:^1.1.2 esbuild: ^0.15.5 shared: workspace:^1.0.0 @@ -3893,7 +3893,7 @@ packages: resolution: {directory: packages/bob-ts, type: directory} id: file:packages/bob-ts name: bob-ts - version: 4.1.0 + version: 4.1.1 engines: {node: '>=14.13.1'} hasBin: true peerDependencies: