Skip to content

Commit

Permalink
Version Packages (#236)
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 29, 2021
1 parent ebf0d1c commit c685225
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-ducks-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cups-share.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spotty-rivers-join.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"test": "bob-tsm --cjs --paths src/index.ts && bob-tsm --paths src/index.ts"
},
"dependencies": {
"bob-esbuild": "workspace:^3.2.1",
"bob-esbuild": "workspace:^3.2.2",
"bob-esbuild-cli": "workspace:^3.0.1",
"bob-ts": "workspace:^2.0.1",
"bob-tsm": "workspace:^0.4.1",
"bob-ts": "workspace:^3.0.0",
"bob-tsm": "workspace:^0.4.2",
"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.4.1",
"bob-tsm": "workspace:^0.4.2",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
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:^3.2.1",
"bob-esbuild": "workspace:^3.2.2",
"bob-esbuild-cli": "workspace:^3.0.1"
},
"dependenciesMeta": {
Expand Down
12 changes: 12 additions & 0 deletions packages/bob-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# bob-ts

## 3.0.0

### Major Changes

- a958cf1: Set "typescript" as peer dependency

### Patch Changes

- ebf0d1c: Bump recommended esbuild version
- Updated dependencies [ebf0d1c]
- bob-esbuild-plugin@3.1.3

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-ts",
"version": "2.0.1",
"version": "3.0.0",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"postpublish": "gh-release"
},
"dependencies": {
"bob-esbuild-plugin": "workspace:^3.1.2",
"bob-esbuild-plugin": "workspace:^3.1.3",
"rollup": "^2.62.0"
},
"devDependencies": {
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.2

### Patch Changes

- ebf0d1c: Bump recommended esbuild version

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/semver": "^7.3.9",
"bob-esbuild-plugin": "workspace:^3.1.2",
"bob-esbuild-plugin": "workspace:^3.1.3",
"c8": "^7.10.0",
"chokidar": "^3.5.2",
"commander": "^8.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/bob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# bob-esbuild

## 3.2.2

### Patch Changes

- bd58512: Use typescript peer dependency
- ebf0d1c: Bump recommended esbuild version
- Updated dependencies [ebf0d1c]
- bob-esbuild-plugin@3.1.3

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild",
"version": "3.2.1",
"version": "3.2.2",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/bob-esbuild",
Expand Down Expand Up @@ -31,7 +31,7 @@
"postpublish": "gh-release"
},
"dependencies": {
"bob-esbuild-plugin": "workspace:3.1.2",
"bob-esbuild-plugin": "workspace:3.1.3",
"rollup": "^2.62.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bob-esbuild-plugin

## 3.1.3

### Patch Changes

- ebf0d1c: Bump recommended esbuild version

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild-plugin",
"version": "3.1.2",
"version": "3.1.3",
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild",
"repository": {
"type": "git",
Expand Down
28 changes: 14 additions & 14 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 c685225

Please sign in to comment.