diff --git a/CHANGELOG.md b/CHANGELOG.md index c40b6f3c..a4525d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.1.5 - 2024-11-11 + ## 1.1.4 - 2024-10-15 - Update zustand to v5 - fix: Use property value instead of view value for rules diff --git a/package.json b/package.json index a5841acb..abb1fdcf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ } }, "packageManager": "pnpm@9.12.3", - "version": "1.1.4", + "version": "1.1.5", "pnpm": { "overrides": { "micromatch": "^4.0.8", diff --git a/packages/react-mla/package.json b/packages/react-mla/package.json index 9e10cc28..35252bd5 100644 --- a/packages/react-mla/package.json +++ b/packages/react-mla/package.json @@ -1,6 +1,6 @@ { "name": "react-mla", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/webcomponent-mla/package.json b/packages/webcomponent-mla/package.json index eb042cf3..6b1ab7ba 100644 --- a/packages/webcomponent-mla/package.json +++ b/packages/webcomponent-mla/package.json @@ -1,6 +1,6 @@ { "name": "webcomponent-mla", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "type": "module", "main": "./dist/mla-component.umd.js",