File tree 6 files changed +15
-9
lines changed
web-dev-server-plugin-lit-css
6 files changed +15
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# rollup-plugin-lit-css
2
2
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 75b4881: Corrected types for include and exclude. No runtime changes
8
+
3
9
## 5.0.0
4
10
5
11
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup-plugin-lit-css" ,
3
3
"description" : " Import CSS files as tagged template literals" ,
4
- "version" : " 5.0.0 " ,
4
+ "version" : " 5.0.1 " ,
5
5
"type" : " module" ,
6
6
"main" : " rollup-plugin-lit-css.js" ,
7
7
"types" : " rollup-plugin-lit-css.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# web-dev-server-plugin-lit-css
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 75b4881: Corrected types for include and exclude. No runtime changes
8
+
3
9
## 3.0.0
4
10
5
11
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web-dev-server-plugin-lit-css" ,
3
3
"description" : " Import CSS files as tagged template literals" ,
4
- "version" : " 3.0.0 " ,
4
+ "version" : " 3.0.1 " ,
5
5
"type" : " module" ,
6
6
"main" : " web-dev-server-plugin-lit-css.js" ,
7
7
"types" : " web-dev-server-plugin-lit-css.d.ts" ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"esbuild-plugin-lit-css" : " 3.0.1" ,
12
12
"lit-css-loader" : " 3.0.0" ,
13
- "rollup-plugin-lit-css" : " 5.0.0 "
13
+ "rollup-plugin-lit-css" : " 5.0.1 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments