From b96b0ed2a49611c4c81fd8a40fc18569cec41e4a Mon Sep 17 00:00:00 2001 From: Nam Hoang Date: Tue, 24 Sep 2024 14:51:39 +0700 Subject: [PATCH] chore: release new version 1.0.0-beta.9 Signed-off-by: Nam Hoang --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- package.json | 2 +- packages/bitstringStatusList/CHANGELOG.md | 11 +++++++++++ packages/bitstringStatusList/package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 4 ++-- packages/vc-api/CHANGELOG.md | 11 +++++++++++ packages/vc-api/package.json | 2 +- 9 files changed, 55 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19428a35..10504161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ 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.9](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-09-24) + + +### Bug Fixes + +* adjust bitstring status list model ([#214](https://github.com/uncefact/project-vckit/issues/214)) ([0f2b1c9](https://github.com/uncefact/project-vckit/commit/0f2b1c9f1ea6e5cdb3ec3109e97eb47a730d0d70)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + +### Features + +* implement authenticate for vc api ([#215](https://github.com/uncefact/project-vckit/issues/215)) ([9b08b2c](https://github.com/uncefact/project-vckit/commit/9b08b2c4014da72cd97a67a7a22170614e6331ba)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + + + + # [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) diff --git a/lerna.json b/lerna.json index d2cbcf6b..282709c6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "npmClient": "pnpm", "changelog": { "repo": "uncefact/project-vckit", diff --git a/package.json b/package.json index b8b24691..aebb78a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vckit", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "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", diff --git a/packages/bitstringStatusList/CHANGELOG.md b/packages/bitstringStatusList/CHANGELOG.md index 3e6fb7fc..c8baeb1e 100644 --- a/packages/bitstringStatusList/CHANGELOG.md +++ b/packages/bitstringStatusList/CHANGELOG.md @@ -3,6 +3,17 @@ 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.9](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-09-24) + + +### Bug Fixes + +* adjust bitstring status list model ([#214](https://github.com/uncefact/project-vckit/issues/214)) ([0f2b1c9](https://github.com/uncefact/project-vckit/commit/0f2b1c9f1ea6e5cdb3ec3109e97eb47a730d0d70)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + + + + # [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) diff --git a/packages/bitstringStatusList/package.json b/packages/bitstringStatusList/package.json index a871fdcc..754702b8 100644 --- a/packages/bitstringStatusList/package.json +++ b/packages/bitstringStatusList/package.json @@ -1,6 +1,6 @@ { "name": "@vckit/bitstringStatusList", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "description": "Using Bitstring to represent status list for revocation VC", "homepage": "https://github.com/uncefact/project-vckit#readme", "main": "build/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5f2fb75d..61cee66b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ 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.9](https://github.com/uport-project/veramo/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-09-24) + + +### Features + +* implement authenticate for vc api ([#215](https://github.com/uport-project/veramo/issues/215)) ([9b08b2c](https://github.com/uport-project/veramo/commit/9b08b2c4014da72cd97a67a7a22170614e6331ba)), closes [#123](https://github.com/uport-project/veramo/issues/123) + + + + + # [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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 759c9588..8250e873 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@vckit/cli", "description": "vckit command line application.", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "exports": { ".": { "types": "./build/cli.d.ts", @@ -52,7 +52,7 @@ "@vckit/revocationlist": "workspace:^", "@vckit/tools": "workspace:^", "@vckit/utils": "workspace:^", - "@vckit/vc-api": "workspace:1.0.0-beta.8", + "@vckit/vc-api": "workspace:1.0.0-beta.9", "@veramo/core": "link:../../.tmp_npm/veramo/packages/core", "@veramo/credential-eip712": "5.5.3", "@veramo/credential-ld": "link:../../.tmp_npm/veramo/packages/credential-ld", diff --git a/packages/vc-api/CHANGELOG.md b/packages/vc-api/CHANGELOG.md index b90fb7fa..6feeb37b 100644 --- a/packages/vc-api/CHANGELOG.md +++ b/packages/vc-api/CHANGELOG.md @@ -3,6 +3,17 @@ 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.9](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-09-24) + + +### Features + +* implement authenticate for vc api ([#215](https://github.com/uncefact/project-vckit/issues/215)) ([9b08b2c](https://github.com/uncefact/project-vckit/commit/9b08b2c4014da72cd97a67a7a22170614e6331ba)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + + + + # [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) diff --git a/packages/vc-api/package.json b/packages/vc-api/package.json index d82a3338..150f3e4d 100644 --- a/packages/vc-api/package.json +++ b/packages/vc-api/package.json @@ -1,7 +1,7 @@ { "name": "@vckit/vc-api", "description": "Express.js module that can expose some agent methods", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts",