@operato/i18n
Advanced tools
Comparing version 1.4.33 to 1.4.34
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.4.34](https://github.com/hatiolab/operato/compare/v1.4.33...v1.4.34) (2023-08-19) | ||
### :bug: Bug Fix | ||
* localizable ox-i18n-selector ([42775bb](https://github.com/hatiolab/operato/commit/42775bb34076b0b1842f076e400c9de4b31553fe)) | ||
### [1.4.33](https://github.com/hatiolab/operato/compare/v1.4.32...v1.4.33) (2023-08-19) | ||
@@ -8,0 +17,0 @@ |
@@ -64,3 +64,3 @@ import { __decorate } from "tslib"; | ||
__decorate([ | ||
property({ type: String }) | ||
property({ type: String, attribute: true }) | ||
], I18nSelector.prototype, "value", void 0); | ||
@@ -67,0 +67,0 @@ I18nSelector = __decorate([ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.4.33", | ||
"version": "1.4.34", | ||
"main": "dist/src/index.js", | ||
@@ -91,3 +91,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "d42bedcaa8008213dd0bd8747ccf291d8e8afdf9" | ||
"gitHead": "32dc0f269e61e6f2984fa8b0b8263247061c1ff6" | ||
} |
@@ -37,3 +37,3 @@ import { css, html, LitElement } from 'lit' | ||
@property({ type: String }) value: string = '' | ||
@property({ type: String, attribute: true }) value: string = '' | ||
@@ -40,0 +40,0 @@ render() { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
119886