Skip to content

Commit

Permalink
chore: update dependencies and release version 4.1.1 for core, hydrog…
Browse files Browse the repository at this point in the history
…en, react, and shopify packages

- Bump versions for @weaverse/core, @weaverse/hydrogen, @weaverse/react, and @weaverse/shopify to 4.1.1
- Update localization types in hydrogen
- Update optional dependencies in pnpm-lock.yaml
- Update changelogs for all affected packages
  • Loading branch information
paul-phan committed Dec 26, 2024
1 parent e2750c2 commit c6aa5cc
Show file tree
Hide file tree
Showing 11 changed files with 638 additions and 640 deletions.
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @weaverse/core

## 4.1.1

## 4.1.0

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

## 4.1.1

### Patch Changes

- update types for localization feature
- @weaverse/react@4.1.1

## 4.1.0

### Minor 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": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"treeshake": true
},
"dependencies": {
"@weaverse/react": "4.1.0",
"@weaverse/react": "4.1.1",
"react-error-boundary": "^4.0.13",
"@shopify/oxygen-workers-types": "4",
"@shopify/remix-oxygen": "2",
Expand Down
1 change: 1 addition & 0 deletions packages/hydrogen/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export interface HydrogenThemeSchema {
info: HydrogenThemeInfo
inspector: InspectorGroup[]
i18n?: Array<I18nBase & { label?: string }>
defaultLocale?: string
}

export type PageType = keyof typeof STORE_PAGES
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weaverse/react

## 4.1.1

### Patch Changes

- @weaverse/core@4.1.1

## 4.1.0

### Minor 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": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"outDir": "dist"
},
"dependencies": {
"@weaverse/core": "4.1.0",
"@weaverse/core": "4.1.1",
"clsx": "^2.1.1",
"react": ">=18",
"react-dom": ">=18"
Expand Down
6 changes: 6 additions & 0 deletions packages/shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weaverse/shopify

## 4.1.1

### Patch Changes

- @weaverse/react@4.1.1

## 4.1.0

### Minor 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": "4.1.0",
"version": "4.1.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.1.1",
"@stitches/react": "^1.2.8",
"@weaverse/react": "4.1.0",
"@weaverse/react": "4.1.1",
"keen-slider": "^6.8.6"
}
}
Loading

0 comments on commit c6aa5cc

Please sign in to comment.