Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bennypowers committed Oct 23, 2023
1 parent 35822d6 commit 9cb1bf9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-gifts-hammer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/esbuild-plugin-lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# esbuild-plugin-lit-css

## 2.0.5

### Patch Changes

- c4ebf3a: Update dependencies

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-plugin-lit-css",
"description": "import CSS files as tagged template literals",
"version": "2.0.4",
"version": "2.0.5",
"type": "module",
"main": "esbuild-plugin-lit-css.js",
"types": "esbuild-plugin-lit-css.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-minify-html-literals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# esbuild-plugin-minify-html-literals

## 1.0.6

### Patch Changes

- c4ebf3a: Update dependencies

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-minify-html-literals/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-plugin-minify-html-literals",
"description": "Minify HTML tagged template literals with esbuild",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"main": "esbuild-plugin-minify-html-literals.js",
"types": "esbuild-plugin-minify-html-literals.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.10",
"license": "MIT",
"dependencies": {
"esbuild-plugin-lit-css": "2.0.4",
"esbuild-plugin-lit-css": "2.0.5",
"lit-css-loader": "2.0.1",
"rollup-plugin-lit-css": "4.0.1"
}
Expand Down

0 comments on commit 9cb1bf9

Please sign in to comment.