Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sanity-io/pkg-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.7
Choose a base ref
...
head repository: sanity-io/pkg-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 25, 2023

  1. fix: add provenance

    stipsan committed Jul 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    stipsan Cody Olsen
    Copy the full SHA
    e1aa15e View commit details
  2. Copy the full SHA
    e7ec0ca View commit details
Showing with 9 additions and 2 deletions.
  1. +6 −0 CHANGELOG.md
  2. +3 −2 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.8](https://github.com/sanity-io/pkg-utils/compare/v2.3.7...v2.3.8) (2023-07-25)

### Bug Fixes

- add provenance ([e1aa15e](https://github.com/sanity-io/pkg-utils/commit/e1aa15e8b28286cd220f4f833caa1dc9a8e48f1d))

## [2.3.7](https://github.com/sanity-io/pkg-utils/compare/v2.3.6...v2.3.7) (2023-07-25)

### Bug Fixes
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "2.3.7",
"version": "2.3.8",
"description": "Simple utilities for modern npm packages.",
"keywords": [
"sanity-io",
@@ -203,7 +203,8 @@
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"pnpm": {
"overrides": {