Skip to content

Commit

Permalink
Version Packages (#129)
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 Jul 11, 2024
1 parent 0a7dceb commit 70a3518
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/curly-numbers-dream.md

This file was deleted.

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

## 3.3.8

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range
- Updated dependencies [60ec0df]
- @jgoz/esbuild-plugin-livereload@2.1.1
- @jgoz/esbuild-plugin-typecheck@4.0.1

## 3.3.7

### 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.7",
"version": "3.3.8",
"author": "John Gozde <[email protected]>",
"description": "CLI wrapper for esbuild in dev and prod",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jgoz/esbuild-overlay

## 1.0.7

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgoz/esbuild-overlay",
"version": "1.0.6",
"version": "1.0.7",
"author": "John Gozde <[email protected]>",
"description": "Browser overlay for esbuild errors and warnings",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jgoz/esbuild-plugin-html

## 1.0.9

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range

## 1.0.8

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

## 2.1.1

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range

## 2.1.0

### Minor 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.1.0",
"version": "2.1.1",
"author": "John Gozde <[email protected]>",
"description": "Livereload plugin for esbuild",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jgoz/esbuild-plugin-sass

## 2.0.7

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range

## 2.0.6

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

## 4.0.1

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range
- Updated dependencies [60ec0df]
- @jgoz/esbuild-plugin-livereload@2.1.1

## 4.0.0

### 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": "4.0.0",
"version": "4.0.1",
"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.1.0",
"@jgoz/esbuild-plugin-livereload": ">=2.1.1",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x || 0.22.x || 0.23.x",
"typescript": ">= 3.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jgoz/jest-esbuild

## 1.0.7

### Patch Changes

- 60ec0df: Expand esbuild peer dependency range

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgoz/jest-esbuild",
"version": "1.0.6",
"version": "1.0.7",
"author": "John Gozde <[email protected]>",
"description": "Esbuild transformer for Jest",
"license": "MIT",
Expand Down

0 comments on commit 70a3518

Please sign in to comment.