Skip to content

Commit

Permalink
Merge pull request #157 from smolinari/dev
Browse files Browse the repository at this point in the history
Bump versions to non-beta
  • Loading branch information
smolinari authored Jan 16, 2024
2 parents ac6ad52 + 465c2b9 commit 5ee1cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-apollo",
"version": "2.2.0-beta.3",
"version": "2.2.0",
"description": "A Quasar app extension to add GraphQL support using Apollo Client.",
"keywords": [
"quasar",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@quasar/app-vite": "^1.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vue/apollo-composable": "^4.0.0-beta.11",
"@vue/apollo-composable": "^4.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-lodash-template": "^0.21.0",
Expand All @@ -51,7 +51,7 @@
},
"peerDependencies": {
"@apollo/client": "^3.0.0",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"@vue/apollo-composable": "^4.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"graphql-sse": "^2.3.0",
"graphql-ws": "^5.14.0",
Expand Down

0 comments on commit 5ee1cc6

Please sign in to comment.