Skip to content

Commit

Permalink
7.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 15, 2022
1 parent 21fce09 commit 6344c1c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

# Change Log

# [7.0.0] WIP
# [7.0.0] (2022-04-15)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "7.0.0-beta.20",
"version": "7.0.0",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "7.0.0-beta.20",
"version": "7.0.0",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "7.0.0-beta.20",
"version": "7.0.0",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"type": "module",
"svelte": "./framework7-svelte.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue-web-types.json
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"framework": "vue",
"name": "framework7-vue",
"version": "7.0.0-beta.20",
"version": "7.0.0",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "7.0.0-beta.20",
"version": "7.0.0",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"type": "module",
"exports": {
Expand Down

0 comments on commit 6344c1c

Please sign in to comment.