diff --git a/CHANGELOG.md b/CHANGELOG.md index e992b8d..482dcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). +### [11.1.2](https://github.com/silinternational/ui-components/compare/v11.1.1...v11.1.2) (2024-04-08) + + +### Fixed + +* **TextArea:** fix TextArea maxlength hardcoded in textarea ([ea955bc](https://github.com/silinternational/ui-components/commit/ea955bcfcb13911f95c4cdd281bd79a2a5c6431a)) + ### [11.1.1](https://github.com/silinternational/ui-components/compare/v11.1.0...v11.1.1) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index 44f1fe0..7ad6125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "11.1.1", + "version": "11.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "11.1.1", + "version": "11.1.2", "license": "MIT", "dependencies": { "material-components-web": "^14.0.0", diff --git a/package.json b/package.json index 0c0af1d..11f3bc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "11.1.1", + "version": "11.1.2", "description": "Reusable Svelte components for some internal applications", "main": "index.mjs", "module": "index.mjs",