diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e71f8..25f47fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changes +## [2.0.1](https://github.com/prantlf/rollup-plugin-css-lit/compare/v2.0.0...v2.0.1) (2024-08-07) + +### Bug Fixes + +* Support Lit 3 as a peer dependency ([b77786a](https://github.com/prantlf/rollup-plugin-css-lit/commit/b77786a54c89b3ec46bd612787f74be49cd83cd6)) + ## [2.0.0](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.6...v2.0.0) (2024-08-06) ### Bug Fixes -* Re-release 1.1.6 as 2.0.0 because of a breaking change ([47c3f55](https://github.com/prantlf/rollup-plugin-css-lit/commit/47c3f55d8ed6976e0618359121a916eb41ddc691)) +* Re-release 1.1.6 as 2.0.0 because of a breaking change ([8919b70](https://github.com/prantlf/rollup-plugin-css-lit/commit/8919b7068efe20f737ba8d54557b476e5cc5aa27)) ### BREAKING CHANGES diff --git a/package.json b/package.json index 6f97e94..0bbc033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-css-lit", - "version": "2.0.0", + "version": "2.0.1", "description": "Rollup plugin for importing CSS sources as constructable stylesheets to projects using lit (lit-html and lit-element) or fast-element.", "author": "Ferdinand Prantl (http://prantl.tk)", "license": "MIT", @@ -61,7 +61,7 @@ "tehanu-teru": "^1.0.1" }, "peerDependencies": { - "lit": "^2", + "lit": "^2 || ^3", "rollup": "^2 || ^3 || ^4" }, "keywords": [ @@ -75,4 +75,4 @@ "fast-element", "css" ] -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec9fd16..fc00caf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: specifier: ^5.1.0 version: 5.1.0(rollup@4.20.0) lit: - specifier: ^2 + specifier: ^2 || ^3 version: 2.8.0 postcss: specifier: ^8.4.41