diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8c000..436267a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.7.0](https://github.com/lecoueyl/mijin/compare/v1.6.0...v1.7.0) (2021-09-26) + + +### Bug Fixes + +* **modal:** remove modal content overflow-hidden ([4492d3d](https://github.com/lecoueyl/mijin/commit/4492d3dd701ad245032bed8ac4bfdeb124734410)) + + +### Features + +* **input:** add suffix and prefix slots ([948efac](https://github.com/lecoueyl/mijin/commit/948efac764e0693ad22e5fbd044ecf0da2ce75ad)) + # [1.6.0](https://github.com/lecoueyl/mijin/compare/v1.5.2...v1.6.0) (2021-09-02) diff --git a/package-lock.json b/package-lock.json index fdec969..e7ee854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "mijin", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.6.0", + "version": "1.7.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 83e697b..812076d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mijin", "homepage": "https://lecoueyl.github.io/mijin.web", "description": "Tailwind CSS UI components for Vue.js and Nuxt.js", - "version": "1.6.0", + "version": "1.7.0", "author": "Leonard Lecouey ", "main": "dist/mijin.common.js", "module": "dist/mijin.umd.js",