Skip to content

Commit

Permalink
Version Packages (#429)
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 Aug 17, 2023
1 parent e95e18e commit 95fca28
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-games-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-chairs-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rare-impalas-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-mirrors-provide.md

This file was deleted.

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

## 2.0.0

### Major Changes

- e95e18e: Drop node 14 support

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/canonical-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufjs/canonical-json",
"version": "1.0.0",
"version": "2.0.0",
"description": "OLPC JSON canonicalization",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# tuf-js

## 2.0.0

### Major Changes

- bae838e: Drop node 14 support
- bae838e: Bump `make-fetch-happen` from 11.0.0 to 13.0.0

### Minor Changes

- d3b9587: Deprecates in `fetchRetries` config option in the `UpdaterOptions` interface in favor of the new `fetchRetry` option.

### Patch Changes

- Updated dependencies [e95e18e]
- @tufjs/models@2.0.0

## 1.1.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuf-js",
"version": "1.1.7",
"version": "2.0.0",
"description": "JavaScript implementation of The Update Framework (TUF)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,12 +28,12 @@
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme",
"devDependencies": {
"@tufjs/repo-mock": "1.4.0",
"@tufjs/repo-mock": "2.0.0",
"@types/debug": "^4.1.8",
"@types/make-fetch-happen": "^10.0.1"
},
"dependencies": {
"@tufjs/models": "1.0.4",
"@tufjs/models": "2.0.0",
"debug": "^4.3.4",
"make-fetch-happen": "^13.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tufjs/models

## 2.0.0

### Major Changes

- e95e18e: Drop node 14 support

### Patch Changes

- Updated dependencies [e95e18e]
- @tufjs/canonical-json@2.0.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufjs/models",
"version": "1.0.4",
"version": "2.0.0",
"description": "TUF metadata models",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme",
"dependencies": {
"@tufjs/canonical-json": "1.0.0",
"@tufjs/canonical-json": "2.0.0",
"minimatch": "^9.0.3"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/repo-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tufjs/repo-mock

## 2.0.0

### Major Changes

- e95e18e: Drop node 14 support

### Patch Changes

- Updated dependencies [e95e18e]
- @tufjs/models@2.0.0

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/repo-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufjs/repo-mock",
"version": "1.4.0",
"version": "2.0.0",
"description": "HTTP mocking for TUF repository requests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/repo-mock#readme",
"dependencies": {
"@tufjs/models": "1.0.4",
"@tufjs/models": "2.0.0",
"nock": "^13.3.3"
},
"engines": {
Expand Down

0 comments on commit 95fca28

Please sign in to comment.