Skip to content

Commit

Permalink
6.1.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 8, 2021
1 parent 1bdf2da commit c7c417f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

# Change Log

# [6.1.0-beta.2](https://github.com/framework7io/framework7/compare/v6.1.0-beta.1...v6.0.1-beta.2) (2021-07-08)

### Bug Fixes

- **types:** fixes for cases when `el` parameter also can be a CSS Selector ([1bdf2da](https://github.com/framework7io/framework7/commit/1bdf2da9e617be2ad4093a98a231d973d3242dc6))

### Features

- **svelte:** core component instance is now exposed through slot props ([6029fd1](https://github.com/framework7io/framework7/commit/6029fd197488044206f0bf062fa0068d7cbaacd0)), closes [#3899](https://github.com/framework7io/framework7/issues/3899)

# [6.1.0-beta.1](https://github.com/framework7io/framework7/compare/v6.0.22...v6.1.0-beta.1) (2021-07-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"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
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"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
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"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
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"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 c7c417f

Please sign in to comment.