Skip to content

Commit

Permalink
Version Packages (#182)
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 Nov 11, 2021
1 parent 451d9f8 commit 9ee1548
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-panthers-hide.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 @@ -35,7 +35,7 @@
},
"dependencies": {
"bob-esbuild-cli": "workspace:^3.0.0",
"bob-tsm": "workspace:^0.3.4",
"bob-tsm": "workspace:^0.3.5",
"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.4",
"bob-tsm": "workspace:^0.3.5",
"next": "^12.0.3",
"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.5

### Patch Changes

- 451d9f8: Prevent ".d.ts" imports

## 0.3.4

### 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.4",
"version": "0.3.5",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 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 9ee1548

Please sign in to comment.