Skip to content

Commit

Permalink
6.3.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 11, 2022
1 parent 76e8ef0 commit 5cd7552
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Change Log

# [6.3.17](https://github.com/framework7io/framework7/compare/v6.3.16...v6.3.17) (2022-04-11)

### Bug Fixes

- **core:** fix component types ([249f54c](https://github.com/framework7io/framework7/commit/249f54c8f790a699b51c18c674821e52161f47d4)), closes [#3997](https://github.com/framework7io/framework7/issues/3997)
- **preloaded:** set initial position to 0 for iOS preloader ([#4002](https://github.com/framework7io/framework7/issues/4002)) ([76e8ef0](https://github.com/framework7io/framework7/commit/76e8ef0b9ae69aa5623bff18fac1d6045b89b34a))
- **react:** fix Actions and Range types ([5c3087c](https://github.com/framework7io/framework7/commit/5c3087c366acaaa3cf5775df8946c79c3b414392)), closes [#3997](https://github.com/framework7io/framework7/issues/3997)

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

### 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.16",
"version": "6.3.17",
"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.16",
"version": "6.3.17",
"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.16",
"version": "6.3.17",
"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.16",
"version": "6.3.17",
"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.16",
"version": "6.3.17",
"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 5cd7552

Please sign in to comment.