Skip to content

Commit 8579f85

Browse files
Version Packages (#2540)
1 parent 649294a commit 8579f85

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/auto-enable-styled-components.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependencies-GH-2543.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependencies-GH-2544.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/@sanity/pkg-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sanity/pkg-utils
22

3+
## 10.4.0
4+
5+
### Minor Changes
6+
7+
- [#2538](https://github.com/sanity-io/pkg-utils/pull/2538) [`a7bd216`](https://github.com/sanity-io/pkg-utils/commit/a7bd216fdb03cfebdf12272f4248a4d46f901f5a) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Auto-enable styled-components compiler when detected as peer dependency. If `styled-components` is in peerDependencies and `babel-plugin-styled-components` is in devDependencies, the babel plugin is automatically enabled without requiring explicit configuration. Users can disable this behavior by setting `babel: { styledComponents: false }` in package.config.ts.
8+
9+
### Patch Changes
10+
11+
- [#2543](https://github.com/sanity-io/pkg-utils/pull/2543) [`02423ba`](https://github.com/sanity-io/pkg-utils/commit/02423ba7184ff3a11a3ad7e7c2c61284741e846a) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency @microsoft/api-extractor to ^7.55.5
12+
13+
- [#2544](https://github.com/sanity-io/pkg-utils/pull/2544) [`1c06f32`](https://github.com/sanity-io/pkg-utils/commit/1c06f32f3287fe9b8af2a2d57b1f9430866dfd43) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency rolldown-plugin-dts to v0.21.7
14+
315
## 10.3.5
416

517
### Patch Changes

packages/@sanity/pkg-utils/package.json

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

0 commit comments

Comments
 (0)