Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Fix studio not initialized on some navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Mar 29, 2024
1 parent c871c6d commit ff2705b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weaverse/pilot

## 2.5.2

### Patch Changes

- Updated dependencies
- @weaverse/hydrogen@3.1.0

## 2.5.1

### Patch Changes
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"author": "Weaverse",
"version": "2.5.1",
"version": "2.5.2",
"scripts": {
"dev": "shopify hydrogen dev --codegen --port 3456",
"build": "shopify hydrogen build",
Expand All @@ -30,7 +30,7 @@
"@shopify/cli-hydrogen": "^7.0.1",
"@shopify/hydrogen": "~2024.1.2",
"@shopify/remix-oxygen": "^2.0.3",
"@weaverse/hydrogen": "3.0.1",
"@weaverse/hydrogen": "3.1.0",
"clsx": "2.1.0",
"cross-env": "7.0.3",
"graphql": "16.8.1",
Expand Down

0 comments on commit ff2705b

Please sign in to comment.