Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Aug 15, 2024
1 parent 9a4b72e commit 10ac4ff
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.4.2

### Patch Changes

- Add swatch config types, fix weaverse cached data

## 3.4.1

## 3.4.0
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.4.1",
"version": "3.4.2",
"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.4.2

### Patch Changes

- Add swatch config types, fix weaverse cached data
- Updated dependencies
- @weaverse/react@3.4.2

## 3.4.1

### 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.4.1",
"version": "3.4.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@weaverse/react": "3.4.1",
"@weaverse/react": "3.4.2",
"react-error-boundary": "^4.0.13"
},
"peerDependencies": {
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.4.2

### Patch Changes

- Add swatch config types, fix weaverse cached data
- Updated dependencies
- @weaverse/core@3.4.2

## 3.4.1

### 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.4.1",
"version": "3.4.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": ">=18"
},
"dependencies": {
"@weaverse/core": "3.4.1",
"@weaverse/core": "3.4.2",
"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.4.2

### Patch Changes

- Add swatch config types, fix weaverse cached data
- Updated dependencies
- @weaverse/react@3.4.2

## 3.4.1

### 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.4.1",
"version": "3.4.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@stitches/react": "^1.2.8",
"@weaverse/react": "3.4.1",
"@weaverse/react": "3.4.2",
"keen-slider": "^6.8.6"
}
}

0 comments on commit 10ac4ff

Please sign in to comment.