Skip to content

Commit

Permalink
Version Packages (#220)
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 20, 2021
1 parent 5526c66 commit 2ab7980
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-bags-tickle.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 @@ -37,7 +37,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.8",
"bob-tsm": "workspace:^0.3.9",
"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.8",
"bob-tsm": "workspace:^0.3.9",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
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.3.9

### Patch Changes

- 5526c66: Fix: require shouldn't mutate global options

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.3.9",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down
6 changes: 3 additions & 3 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 2ab7980

Please sign in to comment.