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 Dec 29, 2021
1 parent 633f84f commit c8e6683
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-mayflies-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-cherries-tell.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

## 1.2.3

### Patch Changes

- 633f84f: Allow esbuild versions greater than 0.12. Tested with esbuild 0.14, but beware that future esbuild versions may break this plugin.

## 1.2.2

### 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": "1.2.2",
"version": "1.2.3",
"type": "module",
"main": "esbuild-plugin-lit-css.js",
"types": "esbuild-plugin-lit-css.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-css-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.2

### Patch Changes

- b283405: Update loader-utils dependency

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lit-css-loader",
"description": "Import CSS files as tagged template literals",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"main": "lit-css-loader.js",
"types": "lit-css-loader.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# test

## 1.0.9

### Patch Changes

- Updated dependencies [b283405]
- Updated dependencies [633f84f]
- [email protected]
- [email protected]

## 1.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "test",
"private": true,
"type": "module",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"dependencies": {
"esbuild-plugin-lit-css": "1.2.2",
"lit-css-loader": "1.2.1",
"esbuild-plugin-lit-css": "1.2.3",
"lit-css-loader": "1.2.2",
"rollup-plugin-lit-css": "3.2.1"
}
}

0 comments on commit c8e6683

Please sign in to comment.