Skip to content

Commit

Permalink
feat(lit-helpers): Allow lit@3
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWoFinum authored and daKmoR committed Feb 20, 2024
1 parent de3412e commit 0b35003
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-zebras-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@open-wc/lit-helpers': minor
---

Support lit@2 and lit@3
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lit-helpers/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { ReadOnlyPropertiesMixin } from './src/read-only-properties-mixin';
export { spread, spreadEvents, spreadProps } from './src/spread';
export { spread, spreadEvents, spreadProps } from './src/spread.js';
2 changes: 1 addition & 1 deletion packages/lit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"helpers"
],
"peerDependencies": {
"lit": "^2.0.0"
"lit": "^2.0.0 || ^3.0.0"
},
"sideEffects": false
}

0 comments on commit 0b35003

Please sign in to comment.