Skip to content

Commit d039d4d

Browse files
committed
chore: Bump version (1.0.0) for cli, app and quasar
1 parent 0f53c99 commit d039d4d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@quasar/app",
3-
"version": "1.0.0-rc.7",
4-
"description": "Quasar Framework App CLI",
3+
"version": "1.0.0",
4+
"description": "Quasar Framework local CLI",
55
"bin": {
66
"quasar": "./bin/quasar"
77
},

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@quasar/cli",
3-
"version": "1.0.0-rc.2",
4-
"description": "Quasar Framework CLI",
3+
"version": "1.0.0",
4+
"description": "Quasar Framework global CLI",
55
"bin": {
66
"quasar": "./bin/quasar"
77
},

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quasar",
3-
"version": "1.0.0-rc.5",
4-
"description": "High performance, Material Design 2, full front end stack with Vue.js -- build SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase",
3+
"version": "1.0.0",
4+
"description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time",
55
"module": "src/index.esm.js",
66
"typings": "dist/types/index.d.ts",
77
"main": "dist/quasar.common.js",

0 commit comments

Comments
 (0)