Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #111

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/happy-crews-collect.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.5

### Patch Changes

- 5a50176: Expand esbuild peer dep range
- Updated dependencies [5a50176]
- @jgoz/esbuild-plugin-livereload@2.0.5
- @jgoz/esbuild-plugin-typecheck@3.1.3

## 3.3.4

### 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.4",
"version": "3.3.5",
"author": "John Gozde <john@gozde.ca>",
"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.6

### Patch Changes

- 5a50176: Expand esbuild peer dep range

## 1.0.5

### 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.5",
"version": "1.0.6",
"author": "John Gozde <john@gozde.ca>",
"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.8

### Patch Changes

- 5a50176: Expand esbuild peer dep range

## 1.0.7

### 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.7",
"version": "1.0.8",
"author": "John Gozde <john@gozde.ca>",
"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.0.5

### Patch Changes

- 5a50176: Expand esbuild peer dep range

## 2.0.4

### 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.4",
"version": "2.0.5",
"author": "John Gozde <john@gozde.ca>",
"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.6

### Patch Changes

- 5a50176: Expand esbuild peer dep range

## 2.0.5

### 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.5",
"version": "2.0.6",
"author": "John Gozde <john@gozde.ca>",
"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

## 3.1.3

### Patch Changes

- 5a50176: Expand esbuild peer dep range
- Updated dependencies [5a50176]
- @jgoz/esbuild-plugin-livereload@2.0.5

## 3.1.2

### 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.2",
"version": "3.1.3",
"author": "John Gozde <john@gozde.ca>",
"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.4",
"@jgoz/esbuild-plugin-livereload": ">=2.0.5",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.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.6

### Patch Changes

- 5a50176: Expand esbuild peer dep range

## 1.0.5

### 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.5",
"version": "1.0.6",
"author": "John Gozde <john@gozde.ca>",
"description": "Esbuild transformer for Jest",
"license": "MIT",
Expand Down