From 4d4d8cfd6b413fb878384f4a64c02acb6a30a25b Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Tue, 6 Aug 2024 12:29:46 +0200 Subject: [PATCH 1/3] docs: Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e71f8..95813f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### 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 From b77786a54c89b3ec46bd612787f74be49cd83cd6 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Wed, 7 Aug 2024 13:39:57 +0200 Subject: [PATCH 2/3] fix: Support Lit 3 as a peer dependency --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f97e94..148302b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "tehanu-teru": "^1.0.1" }, "peerDependencies": { - "lit": "^2", + "lit": "^2 || ^3", "rollup": "^2 || ^3 || ^4" }, "keywords": [ 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 From adf8851a0ace19b78cc5d12963e4a97ad3502ecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:40:54 +0000 Subject: [PATCH 3/3] 2.0.1 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95813f1..25f47fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 diff --git a/package.json b/package.json index 148302b..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", @@ -75,4 +75,4 @@ "fast-element", "css" ] -} +} \ No newline at end of file