Skip to content

Commit

Permalink
6.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 28, 2021
1 parent f208300 commit e81268d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

# Change Log

# [6.3.7](https://github.com/framework7io/framework7/compare/v6.3.6...v6.3.7) (2021-10-28)

### Bug Fixes

- **gauge:** fix update method types ([f1b75d5](https://github.com/framework7io/framework7/commit/f1b75d594d98e197f2060a2c9b5d14df517321b7)), closes [#3950](https://github.com/framework7io/framework7/issues/3950)
- **searchbar:** searchByItem to use current `vl.items` ([68e4a09](https://github.com/framework7io/framework7/commit/68e4a0943494d379f4a8c0dfa0a5a535426df8f0)), closes [#3948](https://github.com/framework7io/framework7/issues/3948)

### Features

- **vue:** reactive `closeByBackdropClick`, `closeByOutsideClick` and `closeOnEscape` props in Sheet component ([db21896](https://github.com/framework7io/framework7/commit/db2189663951353d404d1c5f75c29fd6b408c860)), closes [#3949](https://github.com/framework7io/framework7/issues/3949)

# [6.3.6](https://github.com/framework7io/framework7/compare/v6.3.5...v6.3.6) (2021-10-25)

### 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.6",
"version": "6.3.7",
"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.6",
"version": "6.3.7",
"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.6",
"version": "6.3.7",
"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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "6.3.6",
"version": "6.3.7",
"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 e81268d

Please sign in to comment.