diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ed329e..529ec3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.1](https://github.com/silinternational/ui-components/compare/v3.10.0...v3.10.1) (2021-12-21) + + +### Bug Fixes + +* **MoneyInput:** fix MoneyInput staying red ([2adc91c](https://github.com/silinternational/ui-components/commit/2adc91c73076af2a99c324a0b3b20b5c645ac343)) + # [3.10.0](https://github.com/silinternational/ui-components/compare/v3.9.0...v3.10.0) (2021-12-21) diff --git a/package-lock.json b/package-lock.json index ff291e84..3f5b4e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "3.10.0", + "version": "3.10.1", "license": "MIT", "devDependencies": { "@roxi/routify": "^2.x", diff --git a/package.json b/package.json index 0f16e1e6..fbb6a01b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "3.10.0", + "version": "3.10.1", "description": "Reusable Svelte components for some internal applications", "main": "index.js", "scripts": {