Version Packages

This commit is contained in:
github-actions[bot]
2021-01-04 16:05:15 +00:00
committed by Thomas Allmer
parent 9490d595a3
commit 6eec50878c
3 changed files with 14 additions and 112 deletions

View File

@@ -1,5 +0,0 @@
---
'@open-wc/lit-helpers': patch
---
updated peer dependency version of lit-element to 2.x

View File

@@ -1,213 +1,120 @@
# Change Log
## 0.3.12
### Patch Changes
- f6159010: updated peer dependency version of lit-element to 2.x
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.11](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.10...@open-wc/lit-helpers@0.3.11) (2020-07-28)
### Bug Fixes
* **lit-helpers:** correct spread parameter type ([c0b5b14](https://github.com/open-wc/open-wc/commit/c0b5b145090460215d6540b025df57f361b36a05))
- **lit-helpers:** correct spread parameter type ([c0b5b14](https://github.com/open-wc/open-wc/commit/c0b5b145090460215d6540b025df57f361b36a05))
## [0.3.10](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.9...@open-wc/lit-helpers@0.3.10) (2020-05-25)
### Bug Fixes
* **lit-helpers:** spreadProps typings ([bd25344](https://github.com/open-wc/open-wc/commit/bd253440b687b2bebf4861b0e8a0fcb9f84ed83c))
- **lit-helpers:** spreadProps typings ([bd25344](https://github.com/open-wc/open-wc/commit/bd253440b687b2bebf4861b0e8a0fcb9f84ed83c))
## [0.3.9](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.8...@open-wc/lit-helpers@0.3.9) (2020-04-20)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.8](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.7...@open-wc/lit-helpers@0.3.8) (2020-04-12)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.6...@open-wc/lit-helpers@0.3.7) (2020-04-06)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.6](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.5...@open-wc/lit-helpers@0.3.6) (2020-04-05)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.5](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.4...@open-wc/lit-helpers@0.3.5) (2020-03-19)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.4](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.3...@open-wc/lit-helpers@0.3.4) (2020-03-19)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.3](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.2...@open-wc/lit-helpers@0.3.3) (2020-03-10)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.2](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.1...@open-wc/lit-helpers@0.3.2) (2020-03-10)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.1](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.0...@open-wc/lit-helpers@0.3.1) (2020-02-22)
### Bug Fixes
* **lit-helpers:** add type declarations for exports ([#1363](https://github.com/open-wc/open-wc/issues/1363)) ([703f57d](https://github.com/open-wc/open-wc/commit/703f57d655f6c8016f891731ec2c22abff73d455))
- **lit-helpers:** add type declarations for exports ([#1363](https://github.com/open-wc/open-wc/issues/1363)) ([703f57d](https://github.com/open-wc/open-wc/commit/703f57d655f6c8016f891731ec2c22abff73d455))
# [0.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.10...@open-wc/lit-helpers@0.3.0) (2020-02-22)
### Features
* **lit-helpers:** add ReadOnlyPropertiesMixin ([#1265](https://github.com/open-wc/open-wc/issues/1265)) ([18690c5](https://github.com/open-wc/open-wc/commit/18690c59acb86885da0546e80d12b4f8b1b3422e))
- **lit-helpers:** add ReadOnlyPropertiesMixin ([#1265](https://github.com/open-wc/open-wc/issues/1265)) ([18690c5](https://github.com/open-wc/open-wc/commit/18690c59acb86885da0546e80d12b4f8b1b3422e))
## [0.2.10](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.9...@open-wc/lit-helpers@0.2.10) (2020-02-12)
### Bug Fixes
* add setting so webpack can apply tree shaking on it ([#1337](https://github.com/open-wc/open-wc/issues/1337)) ([b5fdf5c](https://github.com/open-wc/open-wc/commit/b5fdf5c2f124913ffd07b97dbbb666661e4ef480))
- add setting so webpack can apply tree shaking on it ([#1337](https://github.com/open-wc/open-wc/issues/1337)) ([b5fdf5c](https://github.com/open-wc/open-wc/commit/b5fdf5c2f124913ffd07b97dbbb666661e4ef480))
## [0.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.8...@open-wc/lit-helpers@0.2.9) (2020-02-09)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.7...@open-wc/lit-helpers@0.2.8) (2020-02-06)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.7](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.6...@open-wc/lit-helpers@0.2.7) (2020-01-31)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.6](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.5...@open-wc/lit-helpers@0.2.6) (2020-01-19)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.5](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.4...@open-wc/lit-helpers@0.2.5) (2020-01-07)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.4](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.3...@open-wc/lit-helpers@0.2.4) (2020-01-07)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.2...@open-wc/lit-helpers@0.2.3) (2020-01-07)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.1...@open-wc/lit-helpers@0.2.2) (2019-12-08)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.0...@open-wc/lit-helpers@0.2.1) (2019-12-05)
**Note:** Version bump only for package @open-wc/lit-helpers
# [0.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.1.0...@open-wc/lit-helpers@0.2.0) (2019-12-01)
### Features
* **lit-helpers:** add live directive ([1079b0f](https://github.com/open-wc/open-wc/commit/1079b0f3c30a9ca20d9e166e54c2b4a273867db1))
- **lit-helpers:** add live directive ([1079b0f](https://github.com/open-wc/open-wc/commit/1079b0f3c30a9ca20d9e166e54c2b4a273867db1))
# 0.1.0 (2019-11-30)
### Features
* **lit-helpers:** add spread directives ([#1023](https://github.com/open-wc/open-wc/issues/1023)) ([68d61ee](https://github.com/open-wc/open-wc/commit/68d61eeb5b187430f3c94369272b42cebd0f3df1))
- **lit-helpers:** add spread directives ([#1023](https://github.com/open-wc/open-wc/issues/1023)) ([68d61ee](https://github.com/open-wc/open-wc/commit/68d61eeb5b187430f3c94369272b42cebd0f3df1))

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.3.11",
"version": "0.3.12",
"publishConfig": {
"access": "public"
},