Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0xsplits/splits-kit@0.4.2
 - @0xsplits/splits-sdk@4.0.2
 - @0xsplits/splits-sdk-react@2.0.2
  • Loading branch information
r0ohafza committed May 9, 2024
1 parent 092a341 commit 38c9ecc
Show file tree
Hide file tree
Showing 4 changed files with 8,088 additions and 2,768 deletions.
6 changes: 3 additions & 3 deletions packages/splits-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsplits/splits-kit",
"version": "0.4.1",
"version": "0.4.2",
"description": "UI Components for working with 0xSplits contracts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://docs.splits.org/sdk-info/overview",
"dependencies": {
"@0xsplits/splits-sdk": "^4.0.1",
"@0xsplits/splits-sdk-react": "^2.0.1",
"@0xsplits/splits-sdk": "^4.0.2",
"@0xsplits/splits-sdk-react": "^2.0.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/splits-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsplits/splits-sdk-react",
"version": "2.0.1",
"version": "2.0.2",
"description": "React wrapper for the 0xSplits SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://docs.splits.org/sdk",
"dependencies": {
"@0xsplits/splits-sdk": "^4.0.1"
"@0xsplits/splits-sdk": "^4.0.2"
},
"peerDependencies": {
"react": "17.x.x || 18.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/splits-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsplits/splits-sdk",
"version": "4.0.1",
"version": "4.0.2",
"description": "SDK for the 0xSplits protocol",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
Loading

0 comments on commit 38c9ecc

Please sign in to comment.