Skip to content

Commit

Permalink
8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 25, 2024
1 parent 60f4641 commit ab379a7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Change Log

# [8.3.3](https://github.com/framework7io/framework7/compare/v8.3.2...v8.3.3) (2024-03-25)

### Bug Fixes

- back navigation when no f7Page found ([41f65cd](https://github.com/framework7io/framework7/commit/41f65cdc2789c0e1525757d9e4200f5005afd92c))
- disable cache for device-info on server ([800b586](https://github.com/framework7io/framework7/commit/800b5864ad8a6c28eb5b11e90ca728b70fbd9506)), closes [#4252](https://github.com/framework7io/framework7/issues/4252)
- **svelte:** fix issue with React.CSSProperties in types ([74b1565](https://github.com/framework7io/framework7/commit/74b156507199ae0d22846cbb0be22ac71f32d312)), closes [#4255](https://github.com/framework7io/framework7/issues/4255)
- **svelte:** fix svelte field in package ([60f4641](https://github.com/framework7io/framework7/commit/60f4641b1ccecbe03e81c97261d5b9ba059b4240)), closes [#4259](https://github.com/framework7io/framework7/issues/4259)

# [8.3.2](https://github.com/framework7io/framework7/compare/v8.3.1...v8.3.2) (2024-02-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.3.2",
"version": "8.3.3",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down Expand Up @@ -454,5 +454,5 @@
"ssr-window": "^4.0.2",
"swiper": "^10.2.0"
},
"releaseDate": "February 27, 2024"
"releaseDate": "March 25, 2024"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "8.3.2",
"version": "8.3.3",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"type": "module",
"exports": {
Expand Down Expand Up @@ -50,5 +50,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "February 27, 2024"
"releaseDate": "March 25, 2024"
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "8.3.2",
"version": "8.3.3",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"type": "module",
"svelte": "./framework7-svelte.js",
Expand Down Expand Up @@ -50,5 +50,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "February 27, 2024"
"releaseDate": "March 25, 2024"
}
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue-web-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"framework": "vue",
"name": "framework7-vue",
"version": "8.3.2",
"version": "8.3.3",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "8.3.2",
"version": "8.3.3",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"type": "module",
"exports": {
Expand Down Expand Up @@ -61,5 +61,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "February 27, 2024"
"releaseDate": "March 25, 2024"
}

0 comments on commit ab379a7

Please sign in to comment.