Skip to content

Commit

Permalink
Version Packages (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 18, 2023
1 parent 028df77 commit 1d22c25
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-mangos-work.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,12 @@
# tuf-js

## 1.1.4

### Patch Changes

- Updated dependencies [028df77]
- @tufjs/models@1.0.3

## 1.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "tuf-js",
"version": "1.1.3",
"version": "1.1.4",
"description": "JavaScript implementation of The Update Framework (TUF)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme",
"devDependencies": {
"@tufjs/repo-mock": "1.1.0",
"@tufjs/repo-mock": "1.1.1",
"@types/make-fetch-happen": "^10.0.1",
"@types/node": "^18.15.11",
"nock": "^13.2.9",
"typescript": "^5.0.4"
},
"dependencies": {
"make-fetch-happen": "^11.0.1",
"@tufjs/models": "1.0.2"
"@tufjs/models": "1.0.3"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/models/CHANGELOG.md
@@ -1,5 +1,11 @@
# @tufjs/models

## 1.0.3

### Patch Changes

- 028df77: Revert to `minimatch@7.4.6`

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
@@ -1,6 +1,6 @@
{
"name": "@tufjs/models",
"version": "1.0.2",
"version": "1.0.3",
"description": "TUF metadata models",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/repo-mock/CHANGELOG.md
@@ -1,5 +1,12 @@
# @tufjs/repo-mock

## 1.1.1

### Patch Changes

- Updated dependencies [028df77]
- @tufjs/models@1.0.3

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/repo-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tufjs/repo-mock",
"version": "1.1.0",
"version": "1.1.1",
"description": "HTTP mocking for TUF repository requests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@tufjs/models": "1.0.2",
"@tufjs/models": "1.0.3",
"nock": "^13.3.0"
},
"engines": {
Expand Down

0 comments on commit 1d22c25

Please sign in to comment.