Skip to content

Commit 5a82b65

Browse files
committed
9.0.1
1 parent ff552c5 commit 5a82b65

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
# [9.0.1](https://github.com/framework7io/framework7/compare/v9.0.0...v9.0.1) (2025-11-26)
4+
5+
### Bug Fixes
6+
7+
- **fab:** fix missing colors on FAB ([ff552c5](https://github.com/framework7io/framework7/commit/ff552c5629b9cb45b9315fdfe03a4a76039c89ad)), closes [#4343](https://github.com/framework7io/framework7/issues/4343)
8+
39
# [9.0.0](https://github.com/framework7io/framework7/compare/v8.3.4...v9.0.0) (2025-11-25)
410

511
### Core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -454,5 +454,5 @@
454454
"ssr-window": "^5.0.1",
455455
"swiper": "^12.0.3"
456456
},
457-
"releaseDate": "November 25, 2025"
457+
"releaseDate": "November 26, 2025"
458458
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {
@@ -50,5 +50,5 @@
5050
"type": "patreon",
5151
"url": "https://www.patreon.com/framework7"
5252
},
53-
"releaseDate": "November 25, 2025"
53+
"releaseDate": "November 26, 2025"
5454
}

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",
@@ -50,5 +50,5 @@
5050
"type": "patreon",
5151
"url": "https://www.patreon.com/framework7"
5252
},
53-
"releaseDate": "November 25, 2025"
53+
"releaseDate": "November 26, 2025"
5454
}

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {
@@ -61,5 +61,5 @@
6161
"type": "patreon",
6262
"url": "https://www.patreon.com/framework7"
6363
},
64-
"releaseDate": "November 25, 2025"
64+
"releaseDate": "November 26, 2025"
6565
}

0 commit comments

Comments
 (0)