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.8
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.9
Choose a head ref
  • 2 commits
  • 3 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
    245dbf9 View commit details
  2. Copy the full SHA
    6e269d3 View commit details
Showing with 15 additions and 1 deletion.
  1. +8 −0 .github/workflows/main.yml
  2. +6 −0 CHANGELOG.md
  3. +1 −1 package.json
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read # for checkout

jobs:
build:
runs-on: ubuntu-latest
@@ -75,6 +78,11 @@ jobs:
- run: pnpm test

release:
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
name: "Semantic release"
needs: test
runs-on: ubuntu-latest
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.9](https://github.com/sanity-io/pkg-utils/compare/v2.3.8...v2.3.9) (2023-07-25)

### Bug Fixes

- add provenance ([245dbf9](https://github.com/sanity-io/pkg-utils/commit/245dbf904189d37bcfc9dface20f326c63c570ce))

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

### Bug Fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "2.3.8",
"version": "2.3.9",
"description": "Simple utilities for modern npm packages.",
"keywords": [
"sanity-io",