diff --git a/.changeset/dependencies-GH-2421.md b/.changeset/dependencies-GH-2421.md deleted file mode 100644 index eff8dfb73..000000000 --- a/.changeset/dependencies-GH-2421.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sanity/pkg-utils": patch ---- - -fix(deps): Update dependency rollup to ^4.53.5 diff --git a/.changeset/dependencies-GH-2422.md b/.changeset/dependencies-GH-2422.md deleted file mode 100644 index 4d23363cf..000000000 --- a/.changeset/dependencies-GH-2422.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@sanity/parse-package-json": patch -"@sanity/pkg-utils": patch ---- - -fix(deps): Update dependency zod to ^4.2.1 diff --git a/packages/@sanity/parse-package-json/CHANGELOG.md b/packages/@sanity/parse-package-json/CHANGELOG.md index 020a16c29..05da9ca6a 100644 --- a/packages/@sanity/parse-package-json/CHANGELOG.md +++ b/packages/@sanity/parse-package-json/CHANGELOG.md @@ -1,5 +1,11 @@ # @sanity/parse-package-json +## 2.0.2 + +### Patch Changes + +- [#2422](https://github.com/sanity-io/pkg-utils/pull/2422) [`0963ad2`](https://github.com/sanity-io/pkg-utils/commit/0963ad27a3ac388fc7fc3981a7f77319325edb67) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency zod to ^4.2.1 + ## 2.0.1 ### Patch Changes diff --git a/packages/@sanity/parse-package-json/package.json b/packages/@sanity/parse-package-json/package.json index 5bbe80cac..bd11060bd 100644 --- a/packages/@sanity/parse-package-json/package.json +++ b/packages/@sanity/parse-package-json/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/parse-package-json", - "version": "2.0.1", + "version": "2.0.2", "description": "Internal library used by other sanity.io packages", "homepage": "https://github.com/sanity-io/pkg-utils/tree/main/packages/%40sanity/parse-package-json#readme", "bugs": { diff --git a/packages/@sanity/pkg-utils/CHANGELOG.md b/packages/@sanity/pkg-utils/CHANGELOG.md index 5a42dbaf0..cb8bec7d8 100644 --- a/packages/@sanity/pkg-utils/CHANGELOG.md +++ b/packages/@sanity/pkg-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @sanity/pkg-utils +## 10.2.3 + +### Patch Changes + +- [#2421](https://github.com/sanity-io/pkg-utils/pull/2421) [`e595321`](https://github.com/sanity-io/pkg-utils/commit/e595321f5af30e4ab03b4da7bc0dbdf850096a96) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency rollup to ^4.53.5 + +- [#2422](https://github.com/sanity-io/pkg-utils/pull/2422) [`0963ad2`](https://github.com/sanity-io/pkg-utils/commit/0963ad27a3ac388fc7fc3981a7f77319325edb67) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency zod to ^4.2.1 + +- Updated dependencies [[`0963ad2`](https://github.com/sanity-io/pkg-utils/commit/0963ad27a3ac388fc7fc3981a7f77319325edb67)]: + - @sanity/parse-package-json@2.0.2 + ## 10.2.2 ### Patch Changes diff --git a/packages/@sanity/pkg-utils/package.json b/packages/@sanity/pkg-utils/package.json index cc9a0eaf8..5c8cd8e0a 100644 --- a/packages/@sanity/pkg-utils/package.json +++ b/packages/@sanity/pkg-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/pkg-utils", - "version": "10.2.2", + "version": "10.2.3", "description": "Simple utilities for modern npm packages.", "keywords": [ "sanity-io", diff --git a/packages/@sanity/tsdown-config/CHANGELOG.md b/packages/@sanity/tsdown-config/CHANGELOG.md index 1d47580e8..5b8c20caf 100644 --- a/packages/@sanity/tsdown-config/CHANGELOG.md +++ b/packages/@sanity/tsdown-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @sanity/tsdown-config +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`0963ad2`](https://github.com/sanity-io/pkg-utils/commit/0963ad27a3ac388fc7fc3981a7f77319325edb67)]: + - @sanity/parse-package-json@2.0.2 + ## 0.5.0 ### Minor Changes diff --git a/packages/@sanity/tsdown-config/package.json b/packages/@sanity/tsdown-config/package.json index 59f9bbe8d..9aa0264c8 100644 --- a/packages/@sanity/tsdown-config/package.json +++ b/packages/@sanity/tsdown-config/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/tsdown-config", - "version": "0.5.0", + "version": "0.5.1", "description": "Shared configuration for tsdown", "keywords": [ "sanity-io",