Skip to content

Commit

Permalink
Merge pull request #143 from smolinari/dev
Browse files Browse the repository at this point in the history
readme.md and bump version
  • Loading branch information
smolinari authored Sep 20, 2023
2 parents d903ce2 + 320806e commit c864e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
This is the official Quasar app extension for adding GraphQL to your Quasar
project.

It uses [Apollo Client](https://www.apollographql.com) and [Vue Apollo](https://v4.apollo.vuejs.org).
This AE uses [Apollo Client](https://www.apollographql.com) and [Vue Apollo](https://v4.apollo.vuejs.org).

## Installation

```sh
quasar ext add @quasar/apollo@next
quasar ext add @quasar/apollo
```

**Note:** You need to use the `@next` tag until the final version of v2 of Quasar is released. At that point, we'll be moving v2 of the Apollo AE to the "latest" version and you will be able to install it without the `@next` tag. At that point, in order to install the older versions of the Apollo AE, you will need to add the version tag. This version will also stay in beta until Vue-Apollo is final (out of alpha or beta).
**NOTE:** As of 2.1.0-beta.1, version 2 is now in the dev and default branch of the repository. It is also the version you'll get with the "normal" `@quasar/apollo` package. No need to use `@next` anymore.

Version 1 has been deprecated and is no longer supported. If you wish to use it, you can install it with `@quasar/[email protected]`.

Quasar CLI will retrieve the extension from NPM
([@quasar/quasar-app-extension-apollo](https://www.npmjs.com/package/@quasar/quasar-app-extension-apollo))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-apollo",
"version": "2.0.0-beta.5",
"version": "2.1.0-beta.1",
"description": "A Quasar app extension to add GraphQL support using Apollo Client.",
"keywords": [
"quasar",
Expand Down

0 comments on commit c864e09

Please sign in to comment.