Skip to content

Commit

Permalink
Version Packages (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 24, 2021
1 parent ec841fc commit 9c84c24
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-snails-flow.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bob-esbuild": "workspace:^3.2.1",
"bob-esbuild-cli": "workspace:^3.0.1",
"bob-ts": "workspace:^2.0.1",
"bob-tsm": "workspace:^0.3.9",
"bob-tsm": "workspace:^0.4.0",
"shared": "workspace:^1.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "cross-env NODE_ENV=production bob-tsm src/server.ts"
},
"dependencies": {
"bob-tsm": "workspace:^0.3.9",
"bob-tsm": "workspace:^0.4.0",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bob-esbuild-cli": "workspace:^3.0.1",
"changesets-github-release": "^0.0.4",
"commander": "^8.3.0",
"esbuild": "^0.14.7",
"esbuild": "^0.14.8",
"execa": "^6.0.0",
"globby": "^12.0.2",
"rollup-plugin-delete": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/bob-tsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bob-tsm

## 0.4.0

### Minor Changes

- ec841fc: New "--paths" CLI option to enable [tsconfig paths](https://www.typescriptlang.org/tsconfig#paths) mapping resolution. The `tsconfig.json` location by default is where `bob-tsm` is called, but it can be customized using the `TS_NODE_PROJECT` environment variable. This mapping is used as a fallback over the default Node.js + Default TypeScript path resolution.

## 0.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-tsm",
"version": "0.3.9",
"version": "0.4.0",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"c8": "^7.10.0",
"chokidar": "^3.5.2",
"commander": "^8.3.0",
"esbuild": "^0.14.7",
"esbuild": "^0.14.8",
"execa": "^6.0.0",
"semver": "^7.3.5",
"tree-kill": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"bob-esbuild": "workspace:^3.2.1",
"bob-esbuild-cli": "workspace:^3.0.1",
"bob-tsm": "workspace:^0.3.9",
"bob-tsm": "workspace:^0.4.0",
"chokidar": "^3.5.2",
"commander": "^8.3.0",
"execa": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"changesets-github-release": "^0.0.4",
"cosmiconfig": "^7.0.1",
"date-fns": "^2.27.0",
"esbuild": "^0.14.7",
"esbuild": "^0.14.8",
"execa": "^6.0.0",
"fast-glob": "^3.2.7",
"folder-hash": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c84c24

Please sign in to comment.