From e81268d1c3d59e9c78d76443969359b5da1123cb Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Thu, 28 Oct 2021 11:13:49 +0300 Subject: [PATCH] 6.3.7 release --- CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/react/package.json | 2 +- packages/svelte/package.json | 2 +- packages/vue/package.json | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cca33bc561..b2879658f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ # Change Log +# [6.3.7](https://github.com/framework7io/framework7/compare/v6.3.6...v6.3.7) (2021-10-28) + +### Bug Fixes + +- **gauge:** fix update method types ([f1b75d5](https://github.com/framework7io/framework7/commit/f1b75d594d98e197f2060a2c9b5d14df517321b7)), closes [#3950](https://github.com/framework7io/framework7/issues/3950) +- **searchbar:** searchByItem to use current `vl.items` ([68e4a09](https://github.com/framework7io/framework7/commit/68e4a0943494d379f4a8c0dfa0a5a535426df8f0)), closes [#3948](https://github.com/framework7io/framework7/issues/3948) + +### Features + +- **vue:** reactive `closeByBackdropClick`, `closeByOutsideClick` and `closeOnEscape` props in Sheet component ([db21896](https://github.com/framework7io/framework7/commit/db2189663951353d404d1c5f75c29fd6b408c860)), closes [#3949](https://github.com/framework7io/framework7/issues/3949) + # [6.3.6](https://github.com/framework7io/framework7/compare/v6.3.5...v6.3.6) (2021-10-25) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index a00f4e34e3..1a0fb517fb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "framework7", - "version": "6.3.6", + "version": "6.3.7", "description": "Full featured mobile HTML framework for building iOS & Android apps", "main": "cjs/framework7.js", "module": "esm/framework7.js", diff --git a/packages/react/package.json b/packages/react/package.json index d3c37fa25b..115649d1a2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "framework7-react", - "version": "6.3.6", + "version": "6.3.7", "description": "Build full featured iOS & Android apps using Framework7 & React", "main": "cjs/framework7-react.js", "module": "esm/framework7-react.js", diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 08efbf10e3..17e2b1b3ac 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "framework7-svelte", - "version": "6.3.6", + "version": "6.3.7", "description": "Build full featured iOS & Android apps using Framework7 & Svelte", "main": "cjs/framework7-svelte.js", "module": "esm/framework7-svelte.js", diff --git a/packages/vue/package.json b/packages/vue/package.json index e454372fef..d8c393373c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "framework7-vue", - "version": "6.3.6", + "version": "6.3.7", "description": "Build full featured iOS & Android apps using Framework7 & Vue", "main": "cjs/framework7-vue.js", "module": "esm/framework7-vue.js",