Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @finch-graphql/[email protected]
 - @finch-graphql/[email protected]
 - @finch-graphql/[email protected]
 - [email protected]
 - [email protected]
 - @finch-graphql/[email protected]
  • Loading branch information
jcblw committed Dec 5, 2021
1 parent 4314926 commit 76e19e2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finch-graphql/api",
"version": "2.0.3",
"version": "2.1.0",
"description": "Graphql api for your background script of a web extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"graphql-tag": "^2.11.0"
},
"dependencies": {
"@finch-graphql/browser-polyfill": "^2.0.3",
"@finch-graphql/browser-polyfill": "^2.1.0",
"@graphql-tools/schema": "^7.1.2",
"graphql-middleware": "^6.0.4",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finch-graphql/browser-polyfill",
"version": "2.0.3",
"version": "2.1.0",
"description": "Graphql api for your background script of a web extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finch-graphql/client",
"version": "2.0.3",
"version": "2.1.0",
"description": "Graphql api for your background script of a web extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"graphql": "^15.5.0"
},
"dependencies": {
"@finch-graphql/browser-polyfill": "^2.0.3",
"@finch-graphql/browser-polyfill": "^2.1.0",
"@finch-graphql/types": "^2.0.3",
"graphql-tag": "^2.11.0",
"uuid": "^8.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@chakra-ui/theme-tools": "^1.2.1",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@finch-graphql/api": "^2.0.3",
"@finch-graphql/react": "^2.0.3",
"@finch-graphql/api": "^2.1.0",
"@finch-graphql/react": "^2.1.0",
"@finch-graphql/types": "^2.0.3",
"@graphql-tools/schema": "^7.1.3",
"@types/react-virtualized": "^9.21.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finch-docs",
"version": "2.0.3",
"version": "2.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finch-graphql/react",
"version": "2.0.3",
"version": "2.1.0",
"description": "Graphql api for your background script of a web extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -52,8 +52,8 @@
"react": "<=16.x"
},
"dependencies": {
"@finch-graphql/browser-polyfill": "^2.0.3",
"@finch-graphql/client": "^2.0.3",
"@finch-graphql/browser-polyfill": "^2.1.0",
"@finch-graphql/client": "^2.1.0",
"@finch-graphql/types": "^2.0.3",
"graphql-tag": "^2.11.0",
"use-deep-compare-effect": "^1.6.1",
Expand Down

0 comments on commit 76e19e2

Please sign in to comment.