Skip to content

Commit

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

# Change Log

# [8.3.4](https://github.com/framework7io/framework7/compare/v8.3.3...v8.3.4) (2024-09-18)

### Bug Fixes

- **link:** don't render href attribute in ListItem if href is false ([11c27e0](https://github.com/framework7io/framework7/commit/11c27e078c3b16d8a67a2fb10f6980c6547464e1)), closes [#4288](https://github.com/framework7io/framework7/issues/4288)

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

### 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.3",
"version": "8.3.4",
"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": "March 25, 2024"
"releaseDate": "September 18, 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.3",
"version": "8.3.4",
"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": "March 25, 2024"
"releaseDate": "September 18, 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.3",
"version": "8.3.4",
"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": "March 25, 2024"
"releaseDate": "September 18, 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.3",
"version": "8.3.4",
"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.3",
"version": "8.3.4",
"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": "March 25, 2024"
"releaseDate": "September 18, 2024"
}

0 comments on commit d07e733

Please sign in to comment.