Skip to content

Commit

Permalink
7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Feb 2, 2023
1 parent cf8ba92 commit 1785a4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"Samsung >= 12"
],
"dependencies": {
"dom7": "^4.0.5",
"dom7": "^4.0.6",
"htm": "^3.1.1",
"path-to-regexp": "^6.2.1",
"skeleton-elements": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "7.1.4",
"version": "7.1.5",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down Expand Up @@ -457,7 +457,7 @@
"url": "https://www.patreon.com/framework7"
},
"dependencies": {
"dom7": "^4.0.5",
"dom7": "^4.0.6",
"htm": "^3.1.1",
"path-to-regexp": "^6.2.1",
"skeleton-elements": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "7.1.4",
"version": "7.1.5",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "7.1.4",
"version": "7.1.5",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"type": "module",
"svelte": "./framework7-svelte.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue-web-types.json
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"framework": "vue",
"name": "framework7-vue",
"version": "7.1.4",
"version": "7.1.5",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "7.1.4",
"version": "7.1.5",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"type": "module",
"exports": {
Expand Down

0 comments on commit 1785a4e

Please sign in to comment.