Skip to content

Commit aa90d5c

Browse files
committed
chore: bump beta for compiled ae runtime
1 parent 520ab56 commit aa90d5c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar-ui-qwindow-workspace",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"private": true,
55
"description": "QWindow workspace",
66
"type": "module",

packages/app-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-app-extension-qwindow",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "A Quasar App Extension for @quasar/quasar-ui-qwindow",
55
"keywords": [
66
"app",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"private": true,
55
"description": "QWindow Docs",
66
"author": "Jeff Galbraith <jeff@quasar.dev>",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-ui-qwindow",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Floating, movable, resizable windows for your Quasar app",
55
"keywords": [
66
"floating",

packages/ui/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "3.0.0-beta.0";
1+
export const version = "3.0.0-beta.1";

0 commit comments

Comments
 (0)