Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent 88e91c7 commit 32adfba
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-buttons-speak.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/selfish-queens-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-falcons-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-papayas-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-cougars-burn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sigstore/mock

## 0.7.3

### Patch Changes

- 34e4efd: Bump jose from 5.2.3 to 5.2.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/mock",
"version": "0.7.2",
"version": "0.7.3",
"description": "Mocked version of the Sigstore services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/oci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sigstore/oci

## 0.3.1

### Patch Changes

- 9d300e8: Bump make-fetch-happen from 13.0.0 to 13.0.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/oci",
"version": "0.3.0",
"version": "0.3.1",
"description": "OCI artifact support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sigstore/sign

## 2.3.1

### Patch Changes

- 9d300e8: Bump make-fetch-happen from 13.0.0 to 13.0.1
- 88e91c7: Fix bug preventing failed API requests from being retried

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/sign",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sigstore signing library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@sigstore/jest": "^0.0.0",
"@sigstore/mock": "^0.7.0",
"@sigstore/mock": "^0.7.3",
"@sigstore/rekor-types": "^2.0.0",
"@types/make-fetch-happen": "^10.0.4",
"@types/promise-retry": "^1.1.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/tuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sigstore/tuf

## 2.3.3

### Patch Changes

- 9d300e8: Bump tuf-js from 2.2.0 to 2.2.1

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/tuf",
"version": "2.3.2",
"version": "2.3.3",
"description": "Client for the Sigstore TUF repository",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 32adfba

Please sign in to comment.