Skip to content

Commit

Permalink
6.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 26, 2021
1 parent c6ab70b commit ce8b63b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

# [v6.0.6](https://github.com/framework7io/framework7/compare/v6.0.5...v6.0.6) - January 26, 2021

- Core
- Text Editor
- Fixed "add link" button functionality

# [v6.0.5](https://github.com/framework7io/framework7/compare/v6.0.4...v6.0.5) - January 26, 2021

- Core
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.0.5",
"version": "6.0.6",
"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.0.5",
"version": "6.0.6",
"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.0.5",
"version": "6.0.6",
"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.0.5",
"version": "6.0.6",
"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 ce8b63b

Please sign in to comment.