Skip to content

Commit

Permalink
chore: release v1.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: MLA Release Bot <[email protected]>
  • Loading branch information
Whiteflight committed Nov 11, 2024
1 parent 096b891 commit f59b21e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"packageManager": "[email protected]",
"version": "1.1.4",
"version": "1.1.5",
"pnpm": {
"overrides": {
"micromatch": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mla",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webcomponent-mla/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f59b21e

Please sign in to comment.