---
title: Release Notes
desc: The changelog for Quasar core packages.
---
Release notes (with changelog) for Quasar core packages are available on [GitHub Releases](https://github.com/quasarframework/quasar/releases).

For all other packages, visit the [Quasar Organization](https://github.com/quasarframework) GitHub page and look for the repository that you are interested in then click on its "Releases".

> Visit the [live documentation](https://v2.quasar.dev/start/release-notes) for the interactive release notes reference.

**PNPM:**

```bash
# project packages:
pnpm add quasar@latest
pnpm add -D @quasar/app-vite@latest
pnpm add @quasar/extras@latest
pnpm add -D @quasar/vite-plugin@latest

# global packages:
pnpm add -g @quasar/cli@latest
pnpm add -g @quasar/icongenie@latest
```

**Bun:**

```bash
# project packages:
bun add quasar@latest
bun add -D @quasar/app-vite@latest
bun add @quasar/extras@latest
bun add -D @quasar/vite-plugin@latest

# global packages:
bun add -g @quasar/cli@latest
bun add -g @quasar/icongenie@latest

```
