Skip to content

Commit

Permalink
Version Packages (#329)
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 Jun 20, 2022
1 parent 40bae3b commit da1f81a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cougars-impress.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 @@
"test": "bob-tsm --cjs --paths src/index.ts && bob-tsm --paths src/index.ts"
},
"dependencies": {
"bob-esbuild": "workspace:^4.0.2",
"bob-esbuild": "workspace:^4.0.3",
"bob-esbuild-cli": "workspace:^4.0.0",
"bob-ts": "workspace:^4.0.0",
"bob-tsm": "workspace:^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "bob-esbuild build"
},
"dependencies": {
"bob-esbuild": "workspace:^4.0.2",
"bob-esbuild": "workspace:^4.0.3",
"bob-esbuild-cli": "workspace:^4.0.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bob-esbuild

## 4.0.3

### Patch Changes

- 40bae3b: Put exports.types first as required by typescript

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild",
"version": "4.0.2",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/bob-esbuild",
Expand Down
12 changes: 6 additions & 6 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 da1f81a

Please sign in to comment.