Skip to content

Commit

Permalink
SDKs v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Nov 14, 2023
1 parent 7f18930 commit bf05c67
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 23 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.5.1",
"version": "2.6.0",
"description": "Weaverse SDKs monorepo.",
"private": true,
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaverse/cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "CLI for Weaverse projects",
"main": "index.js",
"bin": {
Expand All @@ -11,15 +11,15 @@
"start": "node index.js"
},
"repository": {
"type": "https",
"url": "https://github.com/Weaverse/sdks"
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/cli"
},
"author": "Paul",
"license": "ISC",
"author": "The Weaverse Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Weaverse/sdks/issues"
"url": "https://github.com/Weaverse/weaverse/issues"
},
"homepage": "https://github.com/Weaverse/sdks#readme",
"homepage": "https://github.com/Weaverse/weaverse#readme",
"dependencies": {
"axios": "^1.5.1",
"cross-spawn": "^7.0.3",
Expand Down
11 changes: 8 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"version": "2.5.1",
"name": "@weaverse/core",
"author": "Weaverse Team",
"description": "Weaverse Core",
"version": "2.6.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +27,6 @@
"clean": "rimraf dist",
"prepublish": "npm run build"
},
"name": "@weaverse/core",
"author": "Weaverse Team",
"dependencies": {
"@stitches/core": "^1.2.8"
},
Expand Down
13 changes: 9 additions & 4 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"version": "2.5.1",
"name": "@weaverse/hydrogen",
"author": "Weaverse Team",
"description": "Components, hooks, and utilities for building Shopify Hydrogen websites with Weaverse",
"version": "2.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/hydrogen"
},
"files": [
"dist/*"
],
Expand All @@ -31,10 +38,8 @@
"semi": false,
"singleQuote": true
},
"name": "@weaverse/hydrogen",
"author": "Weaverse Team",
"dependencies": {
"@weaverse/react": "2.5.1",
"@weaverse/react": "2.6.0",
"react-error-boundary": "^4.0.11"
},
"devDependencies": {
Expand Down
13 changes: 9 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"version": "2.5.1",
"name": "@weaverse/react",
"author": "Weaverse Team",
"description": "React bindings for Weaverse",
"version": "2.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -29,9 +36,7 @@
"semi": false,
"singleQuote": true
},
"name": "@weaverse/react",
"author": "Weaverse Team",
"dependencies": {
"@weaverse/core": "2.5.1"
"@weaverse/core": "2.6.0"
}
}
13 changes: 9 additions & 4 deletions packages/shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"version": "2.5.1",
"name": "@weaverse/shopify",
"author": "Weaverse Team",
"description": "Weaverse Components for Shopify Online Store 2.0 Section builder",
"version": "2.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/shopify"
},
"files": [
"dist/*"
],
Expand All @@ -29,12 +36,10 @@
"semi": false,
"singleQuote": true
},
"name": "@weaverse/shopify",
"author": "Weaverse Team",
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@stitches/react": "^1.2.8",
"@weaverse/react": "2.5.1",
"@weaverse/react": "2.6.0",
"clsx": "^2.0.0",
"keen-slider": "^6.8.6"
}
Expand Down

0 comments on commit bf05c67

Please sign in to comment.