From 24702749751f9115b9fcf12ed1f5cf2abeafd038 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Mon, 8 May 2023 16:39:42 +0300 Subject: [PATCH] 8.0.5 --- CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/svelte/package.json | 4 ++-- packages/vue/framework7-vue-web-types.json | 2 +- packages/vue/package.json | 4 ++-- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f8946811..e2607f4552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Change Log +# [8.0.5](https://github.com/framework7io/framework7/compare/v8.0.4...v8.0.5) (2023-05-08) + +### Bug Fixes + +- **virtual-list:** fix auto height calcs in filtered items ([1336770](https://github.com/framework7io/framework7/commit/1336770412a0e910b504e18cc929fc66ab9ae996)), closes [#4168](https://github.com/framework7io/framework7/issues/4168) + # [8.0.4](https://github.com/framework7io/framework7/compare/v8.0.3...v8.0.4) (2023-05-03) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 4e80fb56f3..3e5c5cfd8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "framework7", - "version": "8.0.4", + "version": "8.0.5", "description": "Full featured mobile HTML framework for building iOS & Android apps", "type": "module", "exports": { @@ -436,5 +436,5 @@ "ssr-window": "^4.0.2", "swiper": "^9.2.0" }, - "releaseDate": "May 3, 2023" + "releaseDate": "May 8, 2023" } diff --git a/packages/react/package.json b/packages/react/package.json index e688d4a996..c77977e499 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "framework7-react", - "version": "8.0.4", + "version": "8.0.5", "description": "Build full featured iOS & Android apps using Framework7 & React", "type": "module", "exports": { @@ -47,5 +47,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "May 3, 2023" + "releaseDate": "May 8, 2023" } \ No newline at end of file diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 3c90689eb1..43b488e5da 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "framework7-svelte", - "version": "8.0.4", + "version": "8.0.5", "description": "Build full featured iOS & Android apps using Framework7 & Svelte", "type": "module", "svelte": "./framework7-svelte.js", @@ -46,5 +46,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "May 3, 2023" + "releaseDate": "May 8, 2023" } \ No newline at end of file diff --git a/packages/vue/framework7-vue-web-types.json b/packages/vue/framework7-vue-web-types.json index 0592f92506..6fe176212b 100644 --- a/packages/vue/framework7-vue-web-types.json +++ b/packages/vue/framework7-vue-web-types.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-04/schema#", "framework": "vue", "name": "framework7-vue", - "version": "8.0.4", + "version": "8.0.5", "contributions": { "html": { "types-syntax": "typescript", diff --git a/packages/vue/package.json b/packages/vue/package.json index 626f3d9d54..76da243fa6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "framework7-vue", - "version": "8.0.4", + "version": "8.0.5", "description": "Build full featured iOS & Android apps using Framework7 & Vue", "type": "module", "exports": { @@ -55,5 +55,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "May 3, 2023" + "releaseDate": "May 8, 2023" } \ No newline at end of file