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 21, 2021
1 parent f3f6ed9 commit 60606c6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-bulldogs-notice.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.2

### Patch Changes

- f3f6ed9: Bump esbuild dependency

## 1.2.1

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

## 1.0.8

### Patch Changes

- Updated dependencies [f3f6ed9]
- [email protected]

## 1.0.7

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

0 comments on commit 60606c6

Please sign in to comment.