Skip to content

Commit

Permalink
8.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 23, 2023
1 parent 7977b04 commit 870c769
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 88 deletions.
162 changes: 85 additions & 77 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
"vite": "^3.1.7",
"vue": "^3.2.40"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.0.0-beta.4",
"version": "8.0.0-beta.5",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down Expand Up @@ -434,7 +434,7 @@
"path-to-regexp": "^6.2.0",
"skeleton-elements": "^4.0.1",
"ssr-window": "^4.0.2",
"swiper": "^9.0.3"
"swiper": "^9.1.1"
},
"releaseDate": "March 14, 2023"
"releaseDate": "March 23, 2023"
}
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.0.0-beta.4",
"version": "8.0.0-beta.5",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "March 14, 2023"
"releaseDate": "March 23, 2023"
}
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.0.0-beta.4",
"version": "8.0.0-beta.5",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"type": "module",
"svelte": "./framework7-svelte.js",
Expand Down Expand Up @@ -46,5 +46,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "March 14, 2023"
"releaseDate": "March 23, 2023"
}
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.0.0-beta.4",
"version": "8.0.0-beta.5",
"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.0.0-beta.4",
"version": "8.0.0-beta.5",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"type": "module",
"exports": {
Expand Down Expand Up @@ -55,5 +55,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "March 14, 2023"
"releaseDate": "March 23, 2023"
}

0 comments on commit 870c769

Please sign in to comment.