Skip to content

Commit 247529d

Browse files
Version Packages (#65)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 92f38fe commit 247529d

File tree

12 files changed

+38
-17
lines changed

12 files changed

+38
-17
lines changed

.changeset/forty-plants-smell.md

-9
This file was deleted.

packages/esbuild-plugin-lit-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-lit-css
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- 92f38fe: chore: bump lit-css to 3.0.1
8+
39
## 3.0.1
410

511
### Patch Changes

packages/esbuild-plugin-lit-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-lit-css",
33
"description": "import CSS files as tagged template literals",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"main": "esbuild-plugin-lit-css.js",
77
"types": "esbuild-plugin-lit-css.d.ts",

packages/lit-css-loader/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 92f38fe: chore: bump lit-css to 3.0.1
8+
39
## 3.0.0
410

511
### Major Changes

packages/lit-css-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lit-css-loader",
33
"description": "Import CSS files as tagged template literals",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"type": "module",
66
"main": "lit-css-loader.js",
77
"types": "lit-css-loader.d.ts",

packages/rollup-plugin-lit-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rollup-plugin-lit-css
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- 92f38fe: chore: bump lit-css to 3.0.1
8+
39
## 5.0.1
410

511
### Patch Changes

packages/rollup-plugin-lit-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rollup-plugin-lit-css",
33
"description": "Import CSS files as tagged template literals",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"type": "module",
66
"main": "rollup-plugin-lit-css.js",
77
"types": "rollup-plugin-lit-css.d.ts",

packages/typescript-transform-lit-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# typescript-transform-lit-css
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 92f38fe: chore: bump lit-css to 3.0.1
8+
39
## 2.0.0
410

511
### Major Changes

packages/typescript-transform-lit-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-transform-lit-css",
33
"description": "import CSS files as tagged template literals",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"type": "module",
66
"main": "typescript-transform-lit-css.js",
77
"types": "typescript-transform-lit-css.d.ts",

packages/web-dev-server-plugin-lit-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# web-dev-server-plugin-lit-css
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- 92f38fe: chore: bump lit-css to 3.0.1
8+
39
## 3.0.1
410

511
### Patch Changes

packages/web-dev-server-plugin-lit-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-dev-server-plugin-lit-css",
33
"description": "Import CSS files as tagged template literals",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"main": "web-dev-server-plugin-lit-css.js",
77
"types": "web-dev-server-plugin-lit-css.d.ts",

test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"version": "1.0.10",
99
"license": "MIT",
1010
"dependencies": {
11-
"esbuild-plugin-lit-css": "3.0.1",
12-
"lit-css-loader": "3.0.0",
13-
"rollup-plugin-lit-css": "5.0.1"
11+
"esbuild-plugin-lit-css": "3.0.2",
12+
"lit-css-loader": "3.0.1",
13+
"rollup-plugin-lit-css": "5.0.2"
1414
}
1515
}

0 commit comments

Comments
 (0)