Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgentile authored Jan 1, 2025
2 parents f2e1c2b + fad77ab commit 8e5db13
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 504 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"turbo": "^2.2.3",
"vitest": "^2.1.4"
"turbo": "^2.3.0",
"vitest": "^2.1.5"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.3",
"pnpm": {
"overrides": {
"hydrogen-sanity": "workspace:*"
Expand Down
12 changes: 12 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.2](https://github.com/sanity-io/hydrogen-sanity/compare/v4.3.1...v4.3.2) (2024-11-15)

### Bug Fixes

- **deps:** Update non-major ([#110](https://github.com/sanity-io/hydrogen-sanity/issues/110)) ([34ec369](https://github.com/sanity-io/hydrogen-sanity/commit/34ec36916f8e4412086a3170b1e9f4bbc364a547))

## [4.3.1](https://github.com/sanity-io/hydrogen-sanity/compare/v4.3.0...v4.3.1) (2024-11-05)

### Bug Fixes

- **deps:** Update non-major ([bd9bee3](https://github.com/sanity-io/hydrogen-sanity/commit/bd9bee3cb703c5395727547940394cc13a97f3b2))

## [4.3.0](https://github.com/sanity-io/hydrogen-sanity/compare/v4.2.1...v4.3.0) (2024-11-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pnpm install hydrogen-sanity
Update the server file to include the Sanity Loader, and optionally, configure the preview mode if you plan to setup Visual Editing

> [!NOTE]
> The examples below are up-to-date as of `npm create @shopify/hydrogen@2024.7.10`
> The examples below are up-to-date as of `npm create @shopify/hydrogen@2024.7.9`
```ts
// ./lib/context.ts
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrogen-sanity",
"version": "4.3.0",
"version": "4.3.2",
"description": "Sanity.io toolkit for Hydrogen",
"keywords": [
"sanity",
Expand Down Expand Up @@ -89,7 +89,7 @@
"groq": "^3.62.3"
},
"devDependencies": {
"@sanity/pkg-utils": "^6.11.8",
"@sanity/pkg-utils": "^6.11.11",
"@sanity/plugin-kit": "^4.0.18",
"@sanity/semantic-release-preset": "^4.1.8",
"@shopify/hydrogen": "~2024.10.0",
Expand All @@ -108,7 +108,7 @@
"react-dom": "^18.3.1",
"semantic-release": "^23.1.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8e5db13

Please sign in to comment.