Skip to content

Commit adf8851

Browse files
2.0.1 [skip ci]
1 parent b77786a commit adf8851

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [2.0.1](https://github.com/prantlf/rollup-plugin-css-lit/compare/v2.0.0...v2.0.1) (2024-08-07)
4+
5+
### Bug Fixes
6+
7+
* Support Lit 3 as a peer dependency ([b77786a](https://github.com/prantlf/rollup-plugin-css-lit/commit/b77786a54c89b3ec46bd612787f74be49cd83cd6))
8+
39
## [2.0.0](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.6...v2.0.0) (2024-08-06)
410

511
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-lit",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Rollup plugin for importing CSS sources as constructable stylesheets to projects using lit (lit-html and lit-element) or fast-element.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"license": "MIT",
@@ -75,4 +75,4 @@
7575
"fast-element",
7676
"css"
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)