Skip to content

Commit

Permalink
Version Packages (#110)
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] committed May 11, 2024
1 parent c398e30 commit a8af99e
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-pets-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-carpets-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-plums-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-wombats-exist.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/esbd/CHANGELOG.md
@@ -1,5 +1,14 @@
# esbd

## 3.3.4

### Patch Changes

- Updated dependencies [43765db]
- Updated dependencies [9976307]
- Updated dependencies [60af049]
- @jgoz/esbuild-plugin-typecheck@3.1.2

## 3.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbd/package.json
@@ -1,6 +1,6 @@
{
"name": "esbd",
"version": "3.3.3",
"version": "3.3.4",
"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-plugin-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# @jgoz/esbuild-plugin-html

## 1.0.7

### Patch Changes

- fe1072f: Read template file in onEnd to pick up changes between builds

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
@@ -1,6 +1,6 @@
{
"name": "@jgoz/esbuild-plugin-html",
"version": "1.0.6",
"version": "1.0.7",
"author": "John Gozde <john@gozde.ca>",
"description": "HTML plugin for esbuild",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild-plugin-typecheck/CHANGELOG.md
@@ -1,5 +1,13 @@
# @jgoz/esbuild-plugin-typecheck

## 3.1.2

### Patch Changes

- 43765db: Use proper basePath for relative 'extends' config
- 9976307: Ensure non-string messageText errors are reported
- 60af049: Avoid printing empty lines to console.error

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-typecheck/package.json
@@ -1,6 +1,6 @@
{
"name": "@jgoz/esbuild-plugin-typecheck",
"version": "3.1.1",
"version": "3.1.2",
"author": "John Gozde <john@gozde.ca>",
"description": "TypeScript type-checking plugin for esbuild",
"license": "MIT",
Expand Down

0 comments on commit a8af99e

Please sign in to comment.