Skip to content

Commit 55ded52

Browse files
committed
7.0.2 release
1 parent 197b163 commit 55ded52

File tree

8 files changed

+22
-14
lines changed

8 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Change Log
44

5+
# [7.0.2](https://github.com/framework7io/framework7/compare/v7.0.1...v7.0.2) (2022-04-24)
6+
7+
### Bug Fixes
8+
9+
- **data-table:** fix missing Aurora theme styles ([d81eddb](https://github.com/framework7io/framework7/commit/d81eddbf2e4f4f147a954525dabbd9c92732e7b4))
10+
- **router:** fix not resetting root url to '/' ([1dee4e8](https://github.com/framework7io/framework7/commit/1dee4e8f04575dc3836664ab6388be0327b25b23)), closes [#4004](https://github.com/framework7io/framework7/issues/4004)
11+
- **types:** remove reference to `types` folder ([197b163](https://github.com/framework7io/framework7/commit/197b163790a06c3ae915d6b5b546b0c91118cc8d))
12+
513
# [7.0.1](https://github.com/framework7io/framework7/compare/v7.0.0...v7.0.1) (2022-04-15)
614

715
### Bug Fixes

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
@@ -72,7 +72,7 @@
7272
"path-to-regexp": "^6.2.0",
7373
"skeleton-elements": "^4.0.0",
7474
"ssr-window": "^4.0.2",
75-
"swiper": "^8.1.1"
75+
"swiper": "^8.1.4"
7676
},
7777
"devDependencies": {
7878
"@babel/cli": "^7.17.6",

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.0.1",
3+
"version": "7.0.2",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -302,6 +302,6 @@
302302
"path-to-regexp": "^6.2.0",
303303
"skeleton-elements": "^4.0.0",
304304
"ssr-window": "^4.0.2",
305-
"swiper": "^8.1.1"
305+
"swiper": "^8.1.4"
306306
}
307307
}

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.0.1",
3+
"version": "7.0.2",
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.0.1",
3+
"version": "7.0.2",
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.0.1",
5+
"version": "7.0.2",
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.0.1",
3+
"version": "7.0.2",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)