Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1785a4e

Browse files
committedFeb 2, 2023
7.1.5
1 parent cf8ba92 commit 1785a4e

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed
 

‎package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"Samsung >= 12"
6767
],
6868
"dependencies": {
69-
"dom7": "^4.0.5",
69+
"dom7": "^4.0.6",
7070
"htm": "^3.1.1",
7171
"path-to-regexp": "^6.2.1",
7272
"skeleton-elements": "^4.0.1",

‎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": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -457,7 +457,7 @@
457457
"url": "https://www.patreon.com/framework7"
458458
},
459459
"dependencies": {
460-
"dom7": "^4.0.5",
460+
"dom7": "^4.0.6",
461461
"htm": "^3.1.1",
462462
"path-to-regexp": "^6.2.1",
463463
"skeleton-elements": "^4.0.1",

‎packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {

‎packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",

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

Lines changed: 1 addition & 1 deletion
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": "7.1.4",
5+
"version": "7.1.5",
66
"contributions": {
77
"html": {
88
"types-syntax": "typescript",

‎packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)