diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f4eca..dda8cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.7](https://github.com/Coaktion/aktie-mui/compare/v1.1.6...v1.1.7) (2024-04-19) + ### [1.1.6](https://github.com/Coaktion/aktie-mui/compare/v1.1.5...v1.1.6) (2024-04-19) diff --git a/package-lock.json b/package-lock.json index c6dc289..a92ad6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coaktion/aktie-mui", - "version": "1.1.6", + "version": "1.1.7", "license": "ISC", "dependencies": { "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index 21b477a..a256774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.6", + "version": "1.1.7", "description": "AktieNow patterns for Material UI usage", "main": "dist/index.js", "types": "dist/index.d.ts",