Skip to content

Commit

Permalink
Release new api-client-core and react packages
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jun 30, 2023
1 parent cf3358c commit 6594a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/api-client-core",
"version": "0.13.14",
"version": "0.13.15",
"source": "src/index.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/react",
"version": "0.12.6",
"version": "0.12.7",
"source": "src/index.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"prerelease": "gitpkg publish"
},
"dependencies": {
"@gadgetinc/api-client-core": "^0.13.14",
"@gadgetinc/api-client-core": "^0.13.15",
"deep-equal": "^2.2.0",
"urql": "^4.0.4"
},
Expand Down

0 comments on commit 6594a4a

Please sign in to comment.