Skip to content

Commit

Permalink
update Weaverse SDKs v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Dec 10, 2023
1 parent 8291bf1 commit 8d46a09
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weaverse-sdks",
"version": "2.8.0",
"version": "2.8.1",
"description": "Weaverse SDKs monorepo.",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/core",
"author": "Weaverse Team",
"description": "Weaverse Core",
"version": "2.8.0",
"version": "2.8.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/hydrogen",
"author": "Weaverse Team",
"description": "Components, hooks, and utilities for building Shopify Hydrogen websites with Weaverse",
"version": "2.8.0",
"version": "2.8.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/react": "2.8.0",
"@weaverse/react": "2.8.1",
"react-error-boundary": "^4.0.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/react",
"author": "Weaverse Team",
"description": "React bindings for Weaverse",
"version": "2.8.0",
"version": "2.8.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,6 +38,6 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/core": "2.8.0"
"@weaverse/core": "2.8.1"
}
}
4 changes: 2 additions & 2 deletions packages/shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/shopify",
"author": "Weaverse Team",
"description": "Weaverse Components for Shopify Online Store 2.0 Section builder",
"version": "2.8.0",
"version": "2.8.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@stitches/react": "^1.2.8",
"@weaverse/react": "2.8.0",
"@weaverse/react": "2.8.1",
"clsx": "^2.0.0",
"keen-slider": "^6.8.6"
}
Expand Down

0 comments on commit 8d46a09

Please sign in to comment.