@adobe/lit-mobx
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,15 @@ | ||
## [2.2.2](https://github.com/adobe/lit-mobx/compare/v2.2.1...v2.2.2) (2024-01-02) | ||
### Bug Fixes | ||
- correctly sets package as esm type, fixes [#171](https://github.com/adobe/lit-mobx/issues/171) ([#172](https://github.com/adobe/lit-mobx/issues/172)) ([e18db3e](https://github.com/adobe/lit-mobx/commit/e18db3eb6bd5bb0b5e00dca374e6515fb8a32c03)) | ||
- fixes commitlint config under esm ([#173](https://github.com/adobe/lit-mobx/issues/173)) ([b305dae](https://github.com/adobe/lit-mobx/commit/b305dae1890a5455801054149487608ac85f3431)) | ||
## [2.2.1](https://github.com/adobe/lit-mobx/compare/v2.2.0...v2.2.1) (2023-11-29) | ||
### Bug Fixes | ||
- adds lit v3 to peer dependencies list ([#169](https://github.com/adobe/lit-mobx/issues/169)) ([8759604](https://github.com/adobe/lit-mobx/commit/87596040e542fbe8522bd8a7d6866b2f5f723eeb)) | ||
- **ci:** reverts to earlier playwright version for test image ([#170](https://github.com/adobe/lit-mobx/issues/170)) ([b307c09](https://github.com/adobe/lit-mobx/commit/b307c09cbbabf59afc2fc8383d9aa8a63edf740e)) | ||
# [2.2.0](https://github.com/adobe/lit-mobx/compare/v2.0.0-rc.4...v2.2.0) (2023-04-21) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@adobe/lit-mobx", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Integrating mobx with lit-element!", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/adobe/lit-mobx", | ||
"type": "module", | ||
"main": "lit-mobx.js", | ||
@@ -8,0 +9,0 @@ "module": "lit-mobx.js", |
92636
Yes