diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e8694..a3e4790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.5](https://github.com/Coaktion/aktie-mui/compare/v1.1.4...v1.1.5) (2024-04-11) + + +### Bug Fixes + +* turning allSelectOption an optional prop ([ada765c](https://github.com/Coaktion/aktie-mui/commit/ada765c1aba4709c0760b6e5cd0a71a707814543)) + ### [1.1.4](https://github.com/Coaktion/aktie-mui/compare/v1.1.3...v1.1.4) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index 4eadf69..e716c1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coaktion/aktie-mui", - "version": "1.1.4", + "version": "1.1.5", "license": "ISC", "dependencies": { "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index 75a8549..3bab1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.4", + "version": "1.1.5", "description": "AktieNow patterns for Material UI usage", "main": "dist/index.js", "types": "dist/index.d.ts",