diff --git a/CHANGELOG.md b/CHANGELOG.md index 3809168..e992b8d 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.1](https://github.com/silinternational/ui-components/compare/v11.1.0...v11.1.1) (2024-04-04) + + +### Fixed + +* **types:** missing Select.label type ([687a403](https://github.com/silinternational/ui-components/commit/687a403579f35b2592b23519644764995dc3cff5)) + ## [11.1.0](https://github.com/silinternational/ui-components/compare/v11.0.0...v11.1.0) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index 1c64979..ff15454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "11.1.0", + "version": "11.1.1", "license": "MIT", "dependencies": { "material-components-web": "^14.0.0", diff --git a/package.json b/package.json index 808ef00..0c0af1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "11.1.0", + "version": "11.1.1", "description": "Reusable Svelte components for some internal applications", "main": "index.mjs", "module": "index.mjs",