Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Feb 13, 2023
2 parents 636bad2 + 074dac3 commit 77e8d30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.7](https://github.com/gbicou/nuxt-urql/compare/v1.1.6...v1.1.7) (2023-02-13)


### Bug Fixes

* add staleWhileRevalidate and includeExtensions options to SSR ([01619ad](https://github.com/gbicou/nuxt-urql/commit/01619ad2447d06b67c295f02bbc2991bbb982c3d))
* **options:** remove suspense option (urql react only) ([6bbf99e](https://github.com/gbicou/nuxt-urql/commit/6bbf99ef16dee5bd1d8059d5d09acb9ed8b6b0d1))

## [1.1.6](https://github.com/gbicou/nuxt-urql/compare/v1.1.5...v1.1.6) (2023-02-08)


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": "@bicou/nuxt-urql",
"version": "1.1.6",
"version": "1.1.7",
"description": "Nuxt URQL module",
"license": "MIT",
"author": "Benjamin VIELLARD <[email protected]>",
Expand Down

2 comments on commit 77e8d30

@vercel
Copy link

@vercel vercel bot commented on 77e8d30 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-docs – ./docs

nuxt-urql-docs.vercel.app
nuxt-urql-docs-bicou.vercel.app
nuxt-urql-docs-git-main-bicou.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 77e8d30 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-playground – ./playground

nuxt-urql-playground.vercel.app
nuxt-urql-playground-git-main-bicou.vercel.app
nuxt-urql-playground-bicou.vercel.app

Please sign in to comment.