Skip to content

Commit d6abac4

Browse files
Version Packages
1 parent 38c1fea commit d6abac4

File tree

10 files changed

+34
-15
lines changed

10 files changed

+34
-15
lines changed

.changeset/heavy-days-happen.md

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

.changeset/two-cobras-hang.md

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

packages/@sanity/parse-package-json/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sanity/parse-package-json
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#2385](https://github.com/sanity-io/pkg-utils/pull/2385) [`b3858a0`](https://github.com/sanity-io/pkg-utils/commit/b3858a0fe43f2a91c20ba19f95fc8d2586e87e87) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add stricter publishConfig.exports validation to ensure values match exports
8+
39
## 1.1.0
410

511
### Minor Changes

packages/@sanity/parse-package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/parse-package-json",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Internal library used by other sanity.io packages",
55
"homepage": "https://github.com/sanity-io/pkg-utils/tree/main/packages/%40sanity/parse-package-json#readme",
66
"bugs": {

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

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

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- [#2385](https://github.com/sanity-io/pkg-utils/pull/2385) [`b3858a0`](https://github.com/sanity-io/pkg-utils/commit/b3858a0fe43f2a91c20ba19f95fc8d2586e87e87) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add stricter publishConfig.exports validation to ensure values match exports
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b3858a0`](https://github.com/sanity-io/pkg-utils/commit/b3858a0fe43f2a91c20ba19f95fc8d2586e87e87)]:
12+
- @sanity/parse-package-json@2.0.0
13+
314
## 10.1.3
415

516
### 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.1.3",
3+
"version": "10.2.0",
44
"description": "Simple utilities for modern npm packages.",
55
"keywords": [
66
"sanity-io",

packages/@sanity/tsconfig/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sanity/tsconfig
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`f8d6dcc`](https://github.com/sanity-io/pkg-utils/commit/f8d6dcc592d022de46c4111d9f11d54ed73583a4) Thanks [@stipsan](https://github.com/stipsan)! - Add `noEmitOnError: false` to `recommended` preset
8+
39
## 2.0.0
410

511
### Major Changes

packages/@sanity/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/tsconfig",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Shared tsconfig.json presets following best practices at Sanity.io",
55
"keywords": [
66
"tsconfig",

packages/@sanity/tsdown-config/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b3858a0`](https://github.com/sanity-io/pkg-utils/commit/b3858a0fe43f2a91c20ba19f95fc8d2586e87e87)]:
8+
- @sanity/parse-package-json@2.0.0
9+
310
## 0.4.1
411

512
### Patch Changes

packages/@sanity/tsdown-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/tsdown-config",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Shared configuration for tsdown",
55
"keywords": [
66
"sanity-io",

0 commit comments

Comments
 (0)