Skip to content

Commit d6672f4

Browse files
chore(main): release 6.10.1 (#983)
1 parent 22cfc35 commit d6672f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [6.10.1](https://github.com/sanity-io/pkg-utils/compare/v6.10.0...v6.10.1) (2024-07-03)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency esbuild to ^0.23.0 ([#978](https://github.com/sanity-io/pkg-utils/issues/978)) ([542fd40](https://github.com/sanity-io/pkg-utils/commit/542fd40e2de47aef15c456b83509cc96c559005a))
14+
* **deps:** Update dependency jsonc-parser to ^3.3.1 ([#979](https://github.com/sanity-io/pkg-utils/issues/979)) ([22cfc35](https://github.com/sanity-io/pkg-utils/commit/22cfc35a35dbfdc334efccdbd442097edda8da1a))
15+
* **deps:** update dependency typescript to v5.5.3 ([#980](https://github.com/sanity-io/pkg-utils/issues/980)) ([83c2838](https://github.com/sanity-io/pkg-utils/commit/83c283814e5492130c51a755755b674a75556202))
16+
* **deps:** Update dependency uuid to v10 ([#982](https://github.com/sanity-io/pkg-utils/issues/982)) ([cd9f181](https://github.com/sanity-io/pkg-utils/commit/cd9f181bea91aea25c5b29fa2f24e1068c5c2d75))
17+
818
## [6.10.0](https://github.com/sanity-io/pkg-utils/compare/v6.9.3...v6.10.0) (2024-06-18)
919

1020

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/pkg-utils",
3-
"version": "6.10.0",
3+
"version": "6.10.1",
44
"description": "Simple utilities for modern npm packages.",
55
"keywords": [
66
"sanity-io",

0 commit comments

Comments
 (0)