Skip to content

Commit

Permalink
6.3.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Feb 10, 2022
1 parent 56765e5 commit 964ecf6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

# Change Log

# [6.3.16](https://github.com/framework7io/framework7/compare/v6.3.15...v6.3.16) (2022-02-10)

### Bug Fixes

- **list-index:** fix types for `indexes` param ([e94bb2b](https://github.com/framework7io/framework7/commit/e94bb2b07159d5add03577ec2b02b58c9617b81d)), closes [#3970](https://github.com/framework7io/framework7/issues/3970)
- **popup:** types for `containerEl` prop ([a06e3aa](https://github.com/framework7io/framework7/commit/a06e3aa03d7d9ea90d97ccf462b3c6d3f3517516))
- **router:** don't call enter/leave for stacked page preload ([56765e5](https://github.com/framework7io/framework7/commit/56765e55d38ba9996ec16fd0df162514bddd3747))
- **router:** don't call enter/leave for stacked page preload ([d9416ef](https://github.com/framework7io/framework7/commit/d9416eff32aca27377c39a25d87d612e8fc5d2f7)), closes [#3975](https://github.com/framework7io/framework7/issues/3975)
- **types:** add missing params to notification and toast open/close methods ([50b1504](https://github.com/framework7io/framework7/commit/50b150458d9260cfe99424f8a90d1b5203ad1784))

# [6.3.15](https://github.com/framework7io/framework7/compare/v6.3.14...v6.3.15) (2022-01-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "6.3.15",
"version": "6.3.16",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"main": "cjs/framework7.js",
"module": "esm/framework7.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "6.3.15",
"version": "6.3.16",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"main": "cjs/framework7-react.js",
"module": "esm/framework7-react.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "6.3.15",
"version": "6.3.16",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"main": "cjs/framework7-svelte.js",
"module": "esm/framework7-svelte.js",
Expand Down
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": "6.3.15",
"version": "6.3.16",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "6.3.15",
"version": "6.3.16",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"main": "cjs/framework7-vue.js",
"module": "esm/framework7-vue.js",
Expand Down

0 comments on commit 964ecf6

Please sign in to comment.