Skip to content

Commit

Permalink
Upgrade deps and packages to v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Jun 13, 2024
1 parent 5fdb835 commit 8bba037
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weaverse/core

## 3.1.13

### Patch Changes

- Update schema config & docs

## 3.1.12

### Patch Changes
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": "3.1.12",
"version": "3.1.13",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weaverse/hydrogen

## 3.1.13

### Patch Changes

- Update schema config & docs
- Updated dependencies
- @weaverse/react@3.1.13

## 3.1.12

### Patch Changes
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": "3.1.12",
"version": "3.1.13",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/react": "3.1.12",
"@weaverse/react": "3.1.13",
"react-error-boundary": "^4.0.13"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weaverse/react

## 3.1.13

### Patch Changes

- Update schema config & docs
- Updated dependencies
- @weaverse/core@3.1.13

## 3.1.12

### Patch Changes
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": "3.1.12",
"version": "3.1.13",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/core": "3.1.12",
"@weaverse/core": "3.1.13",
"clsx": "^2.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weaverse/shopify

## 3.1.13

### Patch Changes

- Update schema config & docs
- Updated dependencies
- @weaverse/react@3.1.13

## 3.1.12

### Patch Changes
Expand Down
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": "3.1.12",
"version": "3.1.13",
"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": "3.1.12",
"@weaverse/react": "3.1.13",
"clsx": "^2.1.1",
"keen-slider": "^6.8.6"
}
Expand Down

0 comments on commit 8bba037

Please sign in to comment.