From 27bd3e71c29402ad0c7ba50861ff9e65ad1e872b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 04:34:13 +0000 Subject: [PATCH] chore(release): 11.1.2 [skip ci] ### [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",