Skip to content

Commit

Permalink
Version Packages (#116)
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 May 21, 2024
1 parent f17be35 commit a2d2570
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/modern-eggs-visit.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/esbd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# esbd

## 3.3.6

### Patch Changes

- Updated dependencies [b23f695]
- @jgoz/esbuild-plugin-livereload@2.1.0
- @jgoz/esbuild-plugin-typecheck@4.0.0

## 3.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbd",
"version": "3.3.5",
"version": "3.3.6",
"author": "John Gozde <[email protected]>",
"description": "CLI wrapper for esbuild in dev and prod",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild-plugin-livereload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jgoz/esbuild-plugin-livereload

## 2.1.0

### Minor Changes

- b23f695: Expose urlHostname option

Fixes #114

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-livereload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgoz/esbuild-plugin-livereload",
"version": "2.0.5",
"version": "2.1.0",
"author": "John Gozde <[email protected]>",
"description": "Livereload plugin for esbuild",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/esbuild-plugin-typecheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @jgoz/esbuild-plugin-typecheck

## 4.0.0

### Patch Changes

- Updated dependencies [b23f695]
- @jgoz/esbuild-plugin-livereload@2.1.0

## 3.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-typecheck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgoz/esbuild-plugin-typecheck",
"version": "3.1.3",
"version": "4.0.0",
"author": "John Gozde <[email protected]>",
"description": "TypeScript type-checking plugin for esbuild",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"main": "dist/plugin-typecheck.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"@jgoz/esbuild-plugin-livereload": ">=2.0.5",
"@jgoz/esbuild-plugin-livereload": ">=2.1.0",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x",
"typescript": ">= 3.5"
},
Expand Down

0 comments on commit a2d2570

Please sign in to comment.