Skip to content

Commit

Permalink
Revert "chore(release): v4.0.2 [skip ci]"
Browse files Browse the repository at this point in the history
This reverts commit e702ce5.
  • Loading branch information
fermentfan committed Oct 12, 2022
1 parent 1c94e3d commit c0e59f1
Show file tree
Hide file tree
Showing 34 changed files with 59 additions and 233 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **credential-eip712:** add support for all did methods that use secp256k ([#1011](https://github.com/uport-project/veramo/issues/1011)) ([9940068](https://github.com/uport-project/veramo/commit/99400689dec9ea00131cf914d1999357b716612c)), closes [#991](https://github.com/uport-project/veramo/issues/991)
* **data-store:** use looser typeorm version range to fix [#1013](https://github.com/uport-project/veramo/issues/1013) ([#1016](https://github.com/uport-project/veramo/issues/1016)) ([83807f3](https://github.com/uport-project/veramo/commit/83807f31f845c8a0116f0300c51735ec406d9dd4))
* **deps:** update dependency @metamask/eth-sig-util to v5 ([bf3a406](https://github.com/uport-project/veramo/commit/bf3a406a19f1ab6d57819c1ff3df2b2f3b2f4d03))
* **deps:** update dependency uuid to v9 ([4ff90a5](https://github.com/uport-project/veramo/commit/4ff90a58f5993880635f2b39c73edadaf3149066))





## [4.0.1](https://github.com/uport-project/veramo/compare/v4.0.0...v4.0.1) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.1",
"packages": [
"packages/*"
],
Expand Down
11 changes: 0 additions & 11 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **data-store:** use looser typeorm version range to fix [#1013](https://github.com/uport-project/veramo/issues/1013) ([#1016](https://github.com/uport-project/veramo/issues/1016)) ([83807f3](https://github.com/uport-project/veramo/commit/83807f31f845c8a0116f0300c51735ec406d9dd4))





## [4.0.1](https://github.com/uport-project/veramo/compare/v4.0.0...v4.0.1) (2022-09-23)

**Note:** Version bump only for package @veramo/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/cli",
"description": "Veramo command line application.",
"version": "4.0.2",
"version": "4.0.1",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -19,22 +19,22 @@
"@types/blessed": "^0.1.17",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^4.0.0",
"@veramo/credential-w3c": "^4.0.2",
"@veramo/data-store": "^4.0.2",
"@veramo/did-comm": "^4.0.2",
"@veramo/credential-w3c": "^4.0.1",
"@veramo/data-store": "^4.0.0",
"@veramo/did-comm": "^4.0.0",
"@veramo/did-discovery": "^4.0.0",
"@veramo/did-jwt": "^4.0.0",
"@veramo/did-manager": "^4.0.0",
"@veramo/did-provider-ethr": "^4.0.0",
"@veramo/did-provider-key": "^4.0.0",
"@veramo/did-provider-web": "^4.0.0",
"@veramo/did-resolver": "^4.0.2",
"@veramo/key-manager": "^4.0.2",
"@veramo/kms-local": "^4.0.2",
"@veramo/did-resolver": "^4.0.0",
"@veramo/key-manager": "^4.0.0",
"@veramo/kms-local": "^4.0.0",
"@veramo/message-handler": "^4.0.0",
"@veramo/remote-client": "^4.0.0",
"@veramo/remote-server": "^4.0.0",
"@veramo/selective-disclosure": "^4.0.2",
"@veramo/selective-disclosure": "^4.0.1",
"@veramo/url-handler": "^4.0.0",
"blessed": "^0.1.81",
"commander": "^9.0.0",
Expand Down
12 changes: 0 additions & 12 deletions packages/credential-eip712/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **credential-eip712:** add support for all did methods that use secp256k ([#1011](https://github.com/uport-project/veramo/issues/1011)) ([9940068](https://github.com/uport-project/veramo/commit/99400689dec9ea00131cf914d1999357b716612c)), closes [#991](https://github.com/uport-project/veramo/issues/991)
* **deps:** update dependency @metamask/eth-sig-util to v5 ([bf3a406](https://github.com/uport-project/veramo/commit/bf3a406a19f1ab6d57819c1ff3df2b2f3b2f4d03))





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-eip712",
"description": "Veramo plugin for working with EIP712 Verifiable Credentials & Presentations.",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@veramo/core": "^4.0.0",
"@veramo/utils": "^4.0.2",
"debug": "^4.3.3",
"eip-712-types-generation": "^0.1.6"
"eip-712-types-generation": "^0.1.6",
"@veramo/utils": "^4.0.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 0 additions & 8 deletions packages/credential-ld/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)

**Note:** Version bump only for package @veramo/credential-ld





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-ld",
"description": "Veramo plugin for working with W3C JSON-LD Verifiable Credentials & Presentations.",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.60",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core": "^4.0.0",
"@veramo/did-resolver": "^4.0.2",
"@veramo/utils": "^4.0.2",
"@veramo/did-resolver": "^4.0.0",
"@veramo/utils": "^4.0.0",
"debug": "^4.3.3",
"did-resolver": "^4.0.0",
"uint8arrays": "^3.0.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/credential-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)

**Note:** Version bump only for package @veramo/credential-status





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-status",
"description": "Veramo plugin for resolving a credential status",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@veramo/core": "^4.0.0",
"@veramo/utils": "^4.0.2",
"@veramo/utils": "^4.0.0",
"credential-status": "^2.0.5",
"did-jwt": "^6.6.0",
"did-resolver": "^4.0.0"
Expand Down
12 changes: 0 additions & 12 deletions packages/credential-w3c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **data-store:** use looser typeorm version range to fix [#1013](https://github.com/uport-project/veramo/issues/1013) ([#1016](https://github.com/uport-project/veramo/issues/1016)) ([83807f3](https://github.com/uport-project/veramo/commit/83807f31f845c8a0116f0300c51735ec406d9dd4))
* **deps:** update dependency uuid to v9 ([4ff90a5](https://github.com/uport-project/veramo/commit/4ff90a58f5993880635f2b39c73edadaf3149066))





## [4.0.1](https://github.com/uport-project/veramo/compare/v4.0.0...v4.0.1) (2022-09-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-w3c",
"description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.",
"version": "4.0.2",
"version": "4.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -11,17 +11,17 @@
"dependencies": {
"@veramo/core": "^4.0.0",
"@veramo/did-jwt": "^4.0.0",
"@veramo/did-resolver": "^4.0.2",
"@veramo/did-resolver": "^4.0.0",
"@veramo/message-handler": "^4.0.0",
"@veramo/utils": "^4.0.2",
"@veramo/utils": "^4.0.0",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"did-resolver": "^4.0.0",
"uint8arrays": "^3.0.0",
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^4.0.2"
"@veramo/credential-ld": "^4.0.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 0 additions & 8 deletions packages/data-store-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)

**Note:** Version bump only for package @veramo/data-store-json





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/data-store-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store-json",
"description": "Veramo data storage based on a JSON tree",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -11,11 +11,11 @@
"dependencies": {
"@ungap/structured-clone": "^1.0.0",
"@veramo/core": "^4.0.0",
"@veramo/data-store": "^4.0.2",
"@veramo/data-store": "^4.0.0",
"@veramo/did-discovery": "^4.0.0",
"@veramo/did-manager": "^4.0.0",
"@veramo/key-manager": "^4.0.2",
"@veramo/utils": "^4.0.2",
"@veramo/key-manager": "^4.0.0",
"@veramo/utils": "^4.0.0",
"debug": "^4.3.3"
},
"devDependencies": {
Expand Down
11 changes: 0 additions & 11 deletions packages/data-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **data-store:** use looser typeorm version range to fix [#1013](https://github.com/uport-project/veramo/issues/1013) ([#1016](https://github.com/uport-project/veramo/issues/1016)) ([83807f3](https://github.com/uport-project/veramo/commit/83807f31f845c8a0116f0300c51735ec406d9dd4))





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store",
"description": "Veramo data storage plugin based on TypeORM database drivers",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"@veramo/core": "^4.0.0",
"@veramo/did-discovery": "^4.0.0",
"@veramo/did-manager": "^4.0.0",
"@veramo/key-manager": "^4.0.2",
"@veramo/utils": "^4.0.2",
"@veramo/key-manager": "^4.0.0",
"@veramo/utils": "^4.0.0",
"debug": "^4.3.3",
"typeorm": "^0.3.10"
},
Expand Down
12 changes: 0 additions & 12 deletions packages/did-comm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)


### Bug Fixes

* **credential-eip712:** add support for all did methods that use secp256k ([#1011](https://github.com/uport-project/veramo/issues/1011)) ([9940068](https://github.com/uport-project/veramo/commit/99400689dec9ea00131cf914d1999357b716612c)), closes [#991](https://github.com/uport-project/veramo/issues/991)
* **deps:** update dependency uuid to v9 ([4ff90a5](https://github.com/uport-project/veramo/commit/4ff90a58f5993880635f2b39c73edadaf3149066))





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/did-comm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/did-comm",
"description": "Veramo messaging plugin implementing DIDComm v2.",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^4.0.0",
"@veramo/message-handler": "^4.0.0",
"@veramo/utils": "^4.0.2",
"@veramo/utils": "^4.0.0",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^6.6.0",
Expand Down
8 changes: 0 additions & 8 deletions packages/did-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/uport-project/veramo/compare/v4.0.1...v4.0.2) (2022-10-04)

**Note:** Version bump only for package @veramo/did-resolver





# [4.0.0](https://github.com/uport-project/veramo/compare/v3.1.5...v4.0.0) (2022-09-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/did-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/did-resolver",
"description": "A DID resolver plugin for Veramo",
"version": "4.0.2",
"version": "4.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@veramo/core": "^4.0.0",
"@veramo/utils": "^4.0.2",
"@veramo/utils": "^4.0.0",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-resolver": "^4.0.0"
Expand Down
Loading

0 comments on commit c0e59f1

Please sign in to comment.