Skip to content

Commit ddd01df

Browse files
Version Packages (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 75b4881 commit ddd01df

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.changeset/witty-mangos-fetch.md

-6
This file was deleted.

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.1
4+
5+
### Patch Changes
6+
7+
- 75b4881: Corrected types for include and exclude. No runtime changes
8+
39
## 5.0.0
410

511
### Major 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.0",
4+
"version": "5.0.1",
55
"type": "module",
66
"main": "rollup-plugin-lit-css.js",
77
"types": "rollup-plugin-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.1
4+
5+
### Patch Changes
6+
7+
- 75b4881: Corrected types for include and exclude. No runtime changes
8+
39
## 3.0.0
410

511
### Major 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.0",
4+
"version": "3.0.1",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"esbuild-plugin-lit-css": "3.0.1",
1212
"lit-css-loader": "3.0.0",
13-
"rollup-plugin-lit-css": "5.0.0"
13+
"rollup-plugin-lit-css": "5.0.1"
1414
}
1515
}

0 commit comments

Comments
 (0)