diff --git a/CHANGELOG.md b/CHANGELOG.md index 863b44e1..7dcad446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.1.1](https://github.com/silinternational/ui-components/compare/v5.1.0...v5.1.1) (2022-04-04) + + +### Bug Fixes + +* **imports:** fix circular dependency warnings ([81ca49f](https://github.com/silinternational/ui-components/commit/81ca49f171988be3882c78404d6a2b77f6c3c2d4)) +* **MoneyInput:** fix valueNotDivisibleByStep for most values ([d38c333](https://github.com/silinternational/ui-components/commit/d38c3335a42d04e764404718029ace1647212a21)) + # [5.1.0](https://github.com/silinternational/ui-components/compare/v5.0.1...v5.1.0) (2022-03-12) diff --git a/package-lock.json b/package-lock.json index f62c0f92..9fd43f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index b0eed4a1..b68d3628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "5.1.0", + "version": "5.1.1", "description": "Reusable Svelte components for some internal applications", "main": "index.mjs", "module": "index.mjs",