Skip to content

Commit

Permalink
chore: release new version 1.0.0-beta.8
Browse files Browse the repository at this point in the history
Signed-off-by: Nam Hoang <hoangxuannam160493@gmail.com>
  • Loading branch information
namhoang1604 committed Sep 19, 2024
1 parent 0d56fcf commit fa1249e
Show file tree
Hide file tree
Showing 39 changed files with 444 additions and 32 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"npmClient": "pnpm",
"changelog": {
"repo": "uncefact/project-vckit",
"cacheDir": ".changelog"
},
"command": {
"publish": {
"allowBranch": ["main", "next"],
"allowBranch": [
"main",
"next"
],
"conventionalCommits": true,
"gitRemote": "origin",
"message": "chore(release): %s [skip ci]"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vckit",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.8",
"scripts": {
"postinstall": "mkdir .tmp_npm; cd .tmp_npm; mkdir veramo; cd veramo; git init; git remote add -f origin https://github.com/gs-gs/veramo.git; git pull --depth=1 origin vc-v2; pnpm install; pnpm build;",
"build": "pnpm build:agent && pnpm build:explorer",
Expand Down Expand Up @@ -91,4 +91,4 @@
"dependencies": {
"debug": "^4.3.7"
}
}
}
11 changes: 11 additions & 0 deletions packages/bitstringStatusList/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Features

* bitstring status list entry ([0d1149f](https://github.com/uncefact/project-vckit/commit/0d1149f048f8e853bfd6bda4b0c99871ef76d8ed))
2 changes: 1 addition & 1 deletion packages/bitstringStatusList/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vckit/bitstringStatusList",
"version": "1.0.0",
"version": "1.0.0-beta.8",
"description": "Using Bitstring to represent status list for revocation VC",
"homepage": "https://github.com/uncefact/project-vckit#readme",
"main": "build/index.js",
Expand Down
38 changes: 38 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uport-project/veramo/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Bug Fixes

* add correct api-doc router to default config ([df23ed4](https://github.com/uport-project/veramo/commit/df23ed46636e64fc9595a5856abb7e5342f738cc))
* add interface for compute hash ([#179](https://github.com/uport-project/veramo/issues/179)) ([bc78c32](https://github.com/uport-project/veramo/commit/bc78c32e3c303d48168655c0dba1a888586a58ac)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* add missing plugin schema ([#97](https://github.com/uport-project/veramo/issues/97)) ([78cd8fa](https://github.com/uport-project/veramo/commit/78cd8faeeb959afc469b7fbfd7cdb09391f71033))
* cd script ([#155](https://github.com/uport-project/veramo/issues/155)) ([4345d98](https://github.com/uport-project/veramo/commit/4345d98091f7e5dd6a6295b11bf856210cca7bda)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* minor issues ([#153](https://github.com/uport-project/veramo/issues/153)) ([cf8c801](https://github.com/uport-project/veramo/commit/cf8c8015f75b50d408dd97fefa3e6e3a6e8f7565)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* rendering issue ([#148](https://github.com/uport-project/veramo/issues/148)) ([c8bb087](https://github.com/uport-project/veramo/commit/c8bb0870a2fdede9976eb8b47ef5db80015bae11)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* resolves discrepancy between config and installed packages ([3c65cb6](https://github.com/uport-project/veramo/commit/3c65cb62051d8a85d57acca7e3e6f1e019a0162c))
* update config for credential oa plugin ([100b35d](https://github.com/uport-project/veramo/commit/100b35dba3299e71cf3c09b1de6d8247cd649161))
* update config for renderer plugin ([ca1a03e](https://github.com/uport-project/veramo/commit/ca1a03e24487a3fb2a3702c354140b28bf83ecc0))
* using revocation list on explorer and handle no hash ([#192](https://github.com/uport-project/veramo/issues/192)) ([95ba80e](https://github.com/uport-project/veramo/commit/95ba80eb2bb61cf97f1ef0b06357937165ab48f1)), closes [#123](https://github.com/uport-project/veramo/issues/123)


### Features

* Add `eddsa-rdfc-2022-cryptosuite` Plugin ([#200](https://github.com/uport-project/veramo/issues/200)) ([d651176](https://github.com/uport-project/veramo/commit/d651176bd852514cfda37d9098e84663d1ac9be2)), closes [vckit/credential-data-integrity#VCkitEddsaRdfc2022](https://github.com/vckit/credential-data-integrity/issues/VCkitEddsaRdfc2022)
* add compute hash utils ([#175](https://github.com/uport-project/veramo/issues/175)) ([6eb5802](https://github.com/uport-project/veramo/commit/6eb5802658bddd74e0d2fbb6225421a7394a4834)), closes [/w3c-ccg.github.io/vc-render-method/#svgrenderingtemplate2023](https://github.com//w3c-ccg.github.io/vc-render-method//issues/svgrenderingtemplate2023) [/w3c-ccg.github.io/multibase/#tv-base58](https://github.com//w3c-ccg.github.io/multibase//issues/tv-base58) [#123](https://github.com/uport-project/veramo/issues/123)
* adds traceability interop default context ([a5418e4](https://github.com/uport-project/veramo/commit/a5418e4ab74ab811079a72effe6036093d4c4403))
* bitstring status list entry ([0d1149f](https://github.com/uport-project/veramo/commit/0d1149f048f8e853bfd6bda4b0c99871ef76d8ed))
* credential router ([#139](https://github.com/uport-project/veramo/issues/139)) ([c5e9f1c](https://github.com/uport-project/veramo/commit/c5e9f1c3a44480c8734ef2b61e232d179ef78889)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* dockerise vckit api ([#168](https://github.com/uport-project/veramo/issues/168)) ([2d3609b](https://github.com/uport-project/veramo/commit/2d3609b4e4b1c4ce4f82ac4ecbfc60b7bd17b446)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* enveloping proof ([#207](https://github.com/uport-project/veramo/issues/207)) ([998356b](https://github.com/uport-project/veramo/commit/998356b0823610f95b557910a3bcb04567f25a15)), closes [3332/credentials/status/bitstring-status-list/5#0](https://github.com/3332/credentials/status/bitstring-status-list/5/issues/0) [#123](https://github.com/uport-project/veramo/issues/123)
* implement merkle disclosure proof 2021 ([#157](https://github.com/uport-project/veramo/issues/157)) ([6c7d2ed](https://github.com/uport-project/veramo/commit/6c7d2edbf65a7c3aa0b84e8faaf0da3a36de268f)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* implement OAuth middleware for express API ([93613f7](https://github.com/uport-project/veramo/commit/93613f719fed03892ab8ec1eb4a6113e525c383d))
* implement renderer plugin ([d50fa4a](https://github.com/uport-project/veramo/commit/d50fa4a67912643c1e904b79206e703340f63ffc))
* implement the encrypted storage plugin ([#135](https://github.com/uport-project/veramo/issues/135)) ([3f4b03e](https://github.com/uport-project/veramo/commit/3f4b03e3b6c72666f93f12046472c79ccf9149b1)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* implement vc api v2 in open api ([#178](https://github.com/uport-project/veramo/issues/178)) ([db8b185](https://github.com/uport-project/veramo/commit/db8b1858b62b7e307052ad870ee43c96dcbbb439)), closes [function#V1](https://github.com/function/issues/V1) [function#V2](https://github.com/function/issues/V2) [#123](https://github.com/uport-project/veramo/issues/123)
* vc api for the holder and the verifier ([#107](https://github.com/uport-project/veramo/issues/107)) ([022fb56](https://github.com/uport-project/veramo/commit/022fb56da58eff6b46258dbda0e8a2f9dd708331)), closes [#123](https://github.com/uport-project/veramo/issues/123)
* vc-api issuer interfaces ([#98](https://github.com/uport-project/veramo/issues/98)) ([eddb0c9](https://github.com/uport-project/veramo/commit/eddb0c931a55c69efeae8aa52d841127b7c15b3e)), closes [#92](https://github.com/uport-project/veramo/issues/92)





# [](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.7) (2023-10-11)


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": "@vckit/cli",
"description": "vckit command line application.",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"exports": {
".": {
"types": "./build/cli.d.ts",
Expand Down Expand Up @@ -40,19 +40,19 @@
"@types/blessed": "^0.1.25",
"@types/swagger-ui-express": "^4.1.6",
"@vckit/bitstringStatusList": "workspace:^",
"@vckit/credential-data-integrity": "workspace:^",
"@vckit/core-types": "workspace:^",
"@vckit/credential-merkle-disclosure-proof": "workspace:1.0.0-beta.7",
"@vckit/credential-oa": "workspace:1.0.0-beta.7",
"@vckit/credential-data-integrity": "workspace:^",
"@vckit/credential-merkle-disclosure-proof": "workspace:1.0.0-beta.8",
"@vckit/credential-oa": "workspace:1.0.0-beta.8",
"@vckit/credential-router": "workspace:^",
"@vckit/encrypted-storage": "workspace:^",
"@vckit/example-documents": "workspace:1.0.0-beta.7",
"@vckit/remote-server": "workspace:1.0.0-beta.7",
"@vckit/renderer": "workspace:1.0.0-beta.7",
"@vckit/example-documents": "workspace:1.0.0-beta.8",
"@vckit/remote-server": "workspace:1.0.0-beta.8",
"@vckit/renderer": "workspace:1.0.0-beta.8",
"@vckit/revocationlist": "workspace:^",
"@vckit/tools": "workspace:^",
"@vckit/utils": "workspace:^",
"@vckit/vc-api": "workspace:1.0.0-beta.7",
"@vckit/vc-api": "workspace:1.0.0-beta.8",
"@veramo/core": "link:../../.tmp_npm/veramo/packages/core",
"@veramo/credential-eip712": "5.5.3",
"@veramo/credential-ld": "link:../../.tmp_npm/veramo/packages/credential-ld",
Expand Down
26 changes: 26 additions & 0 deletions packages/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Bug Fixes

* add interface for compute hash ([#179](https://github.com/uncefact/vckit/issues/179)) ([bc78c32](https://github.com/uncefact/vckit/commit/bc78c32e3c303d48168655c0dba1a888586a58ac)), closes [#123](https://github.com/uncefact/vckit/issues/123)
* add missing plugin schema ([#97](https://github.com/uncefact/vckit/issues/97)) ([78cd8fa](https://github.com/uncefact/vckit/commit/78cd8faeeb959afc469b7fbfd7cdb09391f71033))


### Features

* add compute hash utils ([#175](https://github.com/uncefact/vckit/issues/175)) ([6eb5802](https://github.com/uncefact/vckit/commit/6eb5802658bddd74e0d2fbb6225421a7394a4834)), closes [/w3c-ccg.github.io/vc-render-method/#svgrenderingtemplate2023](https://github.com//w3c-ccg.github.io/vc-render-method//issues/svgrenderingtemplate2023) [/w3c-ccg.github.io/multibase/#tv-base58](https://github.com//w3c-ccg.github.io/multibase//issues/tv-base58) [#123](https://github.com/uncefact/vckit/issues/123)
* bitstring status list entry ([0d1149f](https://github.com/uncefact/vckit/commit/0d1149f048f8e853bfd6bda4b0c99871ef76d8ed))
* credential router ([#139](https://github.com/uncefact/vckit/issues/139)) ([c5e9f1c](https://github.com/uncefact/vckit/commit/c5e9f1c3a44480c8734ef2b61e232d179ef78889)), closes [#123](https://github.com/uncefact/vckit/issues/123)
* enveloping proof ([#207](https://github.com/uncefact/vckit/issues/207)) ([998356b](https://github.com/uncefact/vckit/commit/998356b0823610f95b557910a3bcb04567f25a15)), closes [3332/credentials/status/bitstring-status-list/5#0](https://github.com/3332/credentials/status/bitstring-status-list/5/issues/0) [#123](https://github.com/uncefact/vckit/issues/123)
* implement credential oa plugin ([354e38d](https://github.com/uncefact/vckit/commit/354e38dd608a3dc0ce83d02334bec2616e8036a2))
* implement merkle disclosure proof 2021 ([#157](https://github.com/uncefact/vckit/issues/157)) ([6c7d2ed](https://github.com/uncefact/vckit/commit/6c7d2edbf65a7c3aa0b84e8faaf0da3a36de268f)), closes [#123](https://github.com/uncefact/vckit/issues/123)
* implement renderer 2024 provider ([#177](https://github.com/uncefact/vckit/issues/177)) ([7bcbde3](https://github.com/uncefact/vckit/commit/7bcbde3b8f32cd85d94873799938df4cbc4098b4))
* implement renderer plugin ([d50fa4a](https://github.com/uncefact/vckit/commit/d50fa4a67912643c1e904b79206e703340f63ffc))
* implement the encrypted storage plugin ([#135](https://github.com/uncefact/vckit/issues/135)) ([3f4b03e](https://github.com/uncefact/vckit/commit/3f4b03e3b6c72666f93f12046472c79ccf9149b1)), closes [#123](https://github.com/uncefact/vckit/issues/123)
* implement WebRenderingTemplate2022 renderer provider ([93d1399](https://github.com/uncefact/vckit/commit/93d139999139bd4aa9a52e202e1e9c32f3a79b69))





# [1.0.0-beta.7](https://github.com/uncefact/vckit/compare/v1.0.0-beta.2...v1.0.0-beta.7) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vckit/core-types",
"description": "vc-kit core",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-data-integrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Features

* Add `eddsa-rdfc-2022-cryptosuite` Plugin ([#200](https://github.com/uncefact/project-vckit/issues/200)) ([d651176](https://github.com/uncefact/project-vckit/commit/d651176bd852514cfda37d9098e84663d1ac9be2)), closes [vckit/credential-data-integrity#VCkitEddsaRdfc2022](https://github.com/vckit/credential-data-integrity/issues/VCkitEddsaRdfc2022)
6 changes: 3 additions & 3 deletions packages/credential-data-integrity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vckit/credential-data-integrity",
"description": "Veramo plugin for working with W3C JSON-LD Verifiable Credentials.",
"version": "1.0.0",
"version": "1.0.0-beta.8",
"type": "module",
"main": "build/index.js",
"exports": {
Expand All @@ -16,8 +16,8 @@
"@digitalbazaar/ed25519-multikey": "^1.1.0",
"@digitalbazaar/eddsa-rdfc-2022-cryptosuite": "^1.0.1",
"@vckit/core-types": "workspace:*",
"@veramo/utils": "5.5.3",
"@veramo/credential-ld": "link:../../.tmp_npm/veramo/packages/credential-ld"
"@veramo/credential-ld": "link:../../.tmp_npm/veramo/packages/credential-ld",
"@veramo/utils": "5.5.3"
},
"devDependencies": {
"typescript": "5.3.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/credential-merkle-disclosure-proof/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Features

* bitstring status list entry ([0d1149f](https://github.com/uncefact/project-vckit/commit/0d1149f048f8e853bfd6bda4b0c99871ef76d8ed))
* implement merkle disclosure proof 2021 ([#157](https://github.com/uncefact/project-vckit/issues/157)) ([6c7d2ed](https://github.com/uncefact/project-vckit/commit/6c7d2edbf65a7c3aa0b84e8faaf0da3a36de268f)), closes [#123](https://github.com/uncefact/project-vckit/issues/123)
2 changes: 1 addition & 1 deletion packages/credential-merkle-disclosure-proof/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vckit/credential-merkle-disclosure-proof",
"description": "vckit plugin for merkle disclosure proof",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/credential-oa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Bug Fixes

* add missing plugin schema ([#97](https://github.com/uncefact/project-vckit/issues/97)) ([78cd8fa](https://github.com/uncefact/project-vckit/commit/78cd8faeeb959afc469b7fbfd7cdb09391f71033))
* get correct information for issuer for OA document ([e019a5b](https://github.com/uncefact/project-vckit/commit/e019a5bcef088ce3e71377cac7b8713f31c96751))


### Features

* credential router ([#139](https://github.com/uncefact/project-vckit/issues/139)) ([c5e9f1c](https://github.com/uncefact/project-vckit/commit/c5e9f1c3a44480c8734ef2b61e232d179ef78889)), closes [#123](https://github.com/uncefact/project-vckit/issues/123)
* implement credential oa plugin ([354e38d](https://github.com/uncefact/project-vckit/commit/354e38dd608a3dc0ce83d02334bec2616e8036a2))
* include credential in response from agent ([117634e](https://github.com/uncefact/project-vckit/commit/117634e91b0383ba93ed3b143c3c8770666b50c9))
* vc api for the holder and the verifier ([#107](https://github.com/uncefact/project-vckit/issues/107)) ([022fb56](https://github.com/uncefact/project-vckit/commit/022fb56da58eff6b46258dbda0e8a2f9dd708331)), closes [#123](https://github.com/uncefact/project-vckit/issues/123)





# [1.0.0-beta.7](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.7) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/credential-oa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vckit/credential-oa",
"description": "vckit plugin for working with OpenAttestation Verifiable Credentials & Presentations.",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/credential-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.8](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.8) (2024-09-19)


### Features

* bitstring status list entry ([0d1149f](https://github.com/uncefact/project-vckit/commit/0d1149f048f8e853bfd6bda4b0c99871ef76d8ed))
* credential router ([#139](https://github.com/uncefact/project-vckit/issues/139)) ([c5e9f1c](https://github.com/uncefact/project-vckit/commit/c5e9f1c3a44480c8734ef2b61e232d179ef78889)), closes [#123](https://github.com/uncefact/project-vckit/issues/123)
* enveloping proof ([#207](https://github.com/uncefact/project-vckit/issues/207)) ([998356b](https://github.com/uncefact/project-vckit/commit/998356b0823610f95b557910a3bcb04567f25a15)), closes [3332/credentials/status/bitstring-status-list/5#0](https://github.com/3332/credentials/status/bitstring-status-list/5/issues/0) [#123](https://github.com/uncefact/project-vckit/issues/123)
* implement merkle disclosure proof 2021 ([#157](https://github.com/uncefact/project-vckit/issues/157)) ([6c7d2ed](https://github.com/uncefact/project-vckit/commit/6c7d2edbf65a7c3aa0b84e8faaf0da3a36de268f)), closes [#123](https://github.com/uncefact/project-vckit/issues/123)





# [1.0.0-beta.7](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.2...v1.0.0-beta.7) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/credential-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vckit/credential-router",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Credential router for VCKit to handle issue and verify with different proof types",
"author": "Nam Hoang <hoangxuannam160493@gmail.com>",
"homepage": "https://github.com/uncefact/project-vckit#readme",
Expand Down
Loading

0 comments on commit fa1249e

Please sign in to comment.