diff --git a/CHANGELOG.md b/CHANGELOG.md index 1469715f..47e3ec17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [2.8.1](https://github.com/red-ninjas/himalaya-ui/compare/v2.8.0...v2.8.1) (2024-04-25) + + +### Bug Fixes + +* add lock file ([5f647d6](https://github.com/red-ninjas/himalaya-ui/commit/5f647d659e2c9bcd1b2e6ad7347dd0d244974bac)) +* missing framer motion ([16d58ab](https://github.com/red-ninjas/himalaya-ui/commit/16d58abfa07bb6762e2e7fdc08e2e0d8d3512dfd)) + # [2.8.0](https://github.com/red-ninjas/himalaya-ui/compare/v2.7.2...v2.8.0) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 6e634498..2bb5bfc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@himalaya-ui/core", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@himalaya-ui/core", - "version": "2.8.0", + "version": "2.8.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.1", diff --git a/package.json b/package.json index c0903fcd..734248e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@himalaya-ui/core", - "version": "2.8.0", + "version": "2.8.1", "main": "dist/bundle/index.js", "module": "dist/bundle/index.js", "types": "dist/bundle/index.d.ts",