Skip to content

Commit aa66f49

Browse files
committed
8.0.4
1 parent 088a2f2 commit aa66f49

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Change Log
44

5+
# [8.0.4](https://github.com/framework7io/framework7/compare/v8.0.3...v8.0.4) (2023-05-03)
6+
7+
### Bug Fixes
8+
9+
- **area-chart:** fix tooltip label color in MD theme ([5d87626](https://github.com/framework7io/framework7/commit/5d87626a99ee950eb0cc6c2a386485e9e042ab1d))
10+
- **button:** fix iOS outline button color ([59674be](https://github.com/framework7io/framework7/commit/59674be6c64565091afdacb4adda1969eb12fa92)), closes [#4169](https://github.com/framework7io/framework7/issues/4169)
11+
- **chip:** fix chip media margin in iOS theme ([34f4c28](https://github.com/framework7io/framework7/commit/34f4c28a824ca6a55429d6c1edd864a8bce3b38a))
12+
513
# [8.0.3](https://github.com/framework7io/framework7/compare/v8.0.2...v8.0.3) (2023-04-17)
614

715
### Bug Fixes

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -436,5 +436,5 @@
436436
"ssr-window": "^4.0.2",
437437
"swiper": "^9.2.0"
438438
},
439-
"releaseDate": "April 17, 2023"
439+
"releaseDate": "May 3, 2023"
440440
}

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {
@@ -47,5 +47,5 @@
4747
"type": "patreon",
4848
"url": "https://www.patreon.com/framework7"
4949
},
50-
"releaseDate": "April 17, 2023"
50+
"releaseDate": "May 3, 2023"
5151
}

packages/svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",
@@ -46,5 +46,5 @@
4646
"type": "patreon",
4747
"url": "https://www.patreon.com/framework7"
4848
},
49-
"releaseDate": "April 17, 2023"
49+
"releaseDate": "May 3, 2023"
5050
}

packages/vue/framework7-vue-web-types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-04/schema#",
33
"framework": "vue",
44
"name": "framework7-vue",
5-
"version": "8.0.3",
5+
"version": "8.0.4",
66
"contributions": {
77
"html": {
88
"types-syntax": "typescript",

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {
@@ -55,5 +55,5 @@
5555
"type": "patreon",
5656
"url": "https://www.patreon.com/framework7"
5757
},
58-
"releaseDate": "April 17, 2023"
58+
"releaseDate": "May 3, 2023"
5959
}

0 commit comments

Comments
 (0)