Skip to content

Commit 8b50254

Browse files
committed
chore(release): prepare qwindow v3.0.0
1 parent 812b28b commit 8b50254

10 files changed

Lines changed: 15 additions & 18 deletions

File tree

.github/RELEASE-TEMPLATE.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release drafting notes:
66
- Keep the summary short and concrete.
77
-->
88

9-
# QWindow v3.x.x
9+
# QWindow v3.0.0
1010

1111
Release date: YYYY-MM-DD
1212

@@ -35,8 +35,8 @@ Short user-facing summary of what changed for QWindow component/app-extension us
3535
## Compatibility
3636

3737
- Node.js: `>=22.13`
38-
- Quasar: `^2.20.0`
39-
- Quasar App Vite target: `@quasar/app-vite@3.0.0-rc.3`
38+
- Quasar: `^2.21.1`
39+
- Quasar App Vite target: `@quasar/app-vite@3.0.0`
4040
- npm dist-tag: `latest`
4141

4242
## Installation
@@ -53,12 +53,10 @@ npm install @quasar/quasar-ui-qwindow
5353
quasar ext add @quasar/qwindow
5454
```
5555

56-
Add the appropriate prerelease tag, such as `@beta`, only when publishing under that dist-tag.
57-
5856
## Documentation
5957

6058
- Docs: https://qwindow.netlify.app/
61-
- Installation: https://qwindow.netlify.app/getting-started/installation
59+
- Installation: https://qwindow.netlify.app/getting-started/installation-types
6260
- Upgrade Guide: https://qwindow.netlify.app/other/upgrade-guide
6361

6462
## Full Changelog

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar-ui-qwindow-workspace",
3-
"version": "3.0.0-rc.2",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "QWindow workspace",
66
"type": "module",
@@ -13,9 +13,8 @@
1313
"api:generate": "pnpm --dir packages/docs exec qpress api generate --root ../..",
1414
"api:check": "pnpm --dir packages/docs exec qpress api check --root ../..",
1515
"check:qpress": "pnpm --dir packages/docs exec qpress check --root ../.. --src-dir packages/docs/src",
16-
"ci:publish": "pnpm --filter @quasar/quasar-ui-qwindow publish --access public --publish-branch main && pnpm --filter @quasar/quasar-app-extension-qwindow publish --access public --publish-branch main",
17-
"ci:publish:latest": "pnpm --filter @quasar/quasar-ui-qwindow publish --access public --publish-branch main --tag latest && pnpm --filter @quasar/quasar-app-extension-qwindow publish --access public --publish-branch main --tag latest",
18-
"ci:publish:beta": "pnpm --filter @quasar/quasar-ui-qwindow publish --access public --publish-branch v3-beta --tag beta --no-git-checks && pnpm --filter @quasar/quasar-app-extension-qwindow publish --access public --publish-branch v3-beta --tag beta --no-git-checks",
16+
"ci:publish": "pnpm --filter @quasar/quasar-ui-qwindow publish --access public --publish-branch dev && pnpm --filter @quasar/quasar-app-extension-qwindow publish --access public --publish-branch dev",
17+
"ci:publish:latest": "pnpm --filter @quasar/quasar-ui-qwindow publish --access public --publish-branch dev --tag latest && pnpm --filter @quasar/quasar-app-extension-qwindow publish --access public --publish-branch dev --tag latest",
1918
"test": "vitest run",
2019
"coverage": "vitest run --coverage",
2120
"typecheck": "pnpm --filter @quasar/quasar-ui-qwindow typecheck && pnpm --filter docs typecheck",

packages/app-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![X](https://img.shields.io/badge/follow-@jgalbraith64-1DA1F2?style=for-the-badge&logo=x&logoColor=1DA1F2)](https://twitter.com/jgalbraith64)
1313

1414
The QWindow app extension (`@quasar/quasar-app-extension-qwindow`) installs and registers the
15-
[QWindow UI](https://github.com/quasarframework/quasar-ui-qwindow/tree/v3-beta/packages/ui)
15+
[QWindow UI](https://github.com/quasarframework/quasar-ui-qwindow/tree/dev/packages/ui)
1616
component for Quasar CLI Vite applications.
1717

1818
## Install

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-rc.2",
3+
"version": "3.0.0",
44
"description": "A Quasar App Extension for @quasar/quasar-ui-qwindow",
55
"keywords": [
66
"app",

packages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This package contains the Q-Press documentation site for QWindow. It owns the public documentation source, live demos, example-viewer content, generated API pages, and static-search output for windowing components and desktop-like interaction examples.
1010

11-
The docs app is a Quasar CLI Vite project inside the monorepo. Production docs should be built from the repository root so the UI package, app extension, generated API data, Q-Press route checks, and static output all describe the same release candidate.
11+
The docs app is a Quasar CLI Vite project inside the monorepo. Production docs should be built from the repository root so the UI package, app extension, generated API data, Q-Press route checks, and static output all describe the same release.
1212

1313
## Development
1414

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-rc.2",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "QWindow Docs",
66
"author": "Jeff Galbraith <jeff@quasar.dev>",

packages/docs/src/components/page-parts/LandingPageContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ import siteConfig from '../../siteConfig'
191191
const productName = 'QWindow'
192192
const logoSrc = '/app-logo.svg'
193193
const logoAlt = 'QWindow Logo'
194-
const githubTreeUrl = 'https://github.com/quasarframework/quasar-ui-qwindow/tree/v3-beta'
194+
const githubTreeUrl = 'https://github.com/quasarframework/quasar-ui-qwindow/tree/dev'
195195
const githubRepoUrl = 'https://github.com/quasarframework/quasar-ui-qwindow'
196196
const heroEyebrow = 'Vue 3 + Quasar 2'
197197
const heroLede =

packages/docs/src/siteConfig/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const codepenQWindowGlobal = `(() => {
4646
}),
4747
}
4848
})()`
49-
const repoBranch = 'v3-beta'
49+
const repoBranch = 'dev'
5050
const productName = 'QWindow'
5151

5252
export interface SocialLink {

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-rc.2",
3+
"version": "3.0.0",
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-rc.2'
1+
export const version = '3.0.0'

0 commit comments

Comments
 (0)