From 7424f862ed4d7c4deed7a6860292732aaeec3bf3 Mon Sep 17 00:00:00 2001 From: Nam Hoang Date: Fri, 27 Sep 2024 10:58:44 +0700 Subject: [PATCH] chore: release new version 1.0.0-beta.10 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- package.json | 2 +- packages/bitstringStatusList/CHANGELOG.md | 11 +++++++++++ packages/bitstringStatusList/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 7 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e95fd71..b59f006f 100644 --- a/CHANGELOG.md +++ b/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.10](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-09-27) + + +### Features + +* bitstring status list issue with enveloping proof ([#216](https://github.com/uncefact/project-vckit/issues/216)) ([2527fdb](https://github.com/uncefact/project-vckit/commit/2527fdb06c2b623911b8d8e4f83650208abbab21)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + + + + # [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 diff --git a/lerna.json b/lerna.json index 59c210e6..b9193355 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "npmClient": "pnpm", "changelog": { "repo": "uncefact/project-vckit", diff --git a/package.json b/package.json index aebb78a2..732c8cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vckit", - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "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 cfe1d031..648c03b3 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.10](https://github.com/uncefact/project-vckit/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-09-27) + + +### Features + +* bitstring status list issue with enveloping proof ([#216](https://github.com/uncefact/project-vckit/issues/216)) ([2527fdb](https://github.com/uncefact/project-vckit/commit/2527fdb06c2b623911b8d8e4f83650208abbab21)), closes [#123](https://github.com/uncefact/project-vckit/issues/123) + + + + + # [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 diff --git a/packages/bitstringStatusList/package.json b/packages/bitstringStatusList/package.json index 754702b8..da2b1d86 100644 --- a/packages/bitstringStatusList/package.json +++ b/packages/bitstringStatusList/package.json @@ -1,6 +1,6 @@ { "name": "@vckit/bitstringStatusList", - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "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 8466d89b..d441c647 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ 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.10](https://github.com/uport-project/veramo/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-09-27) + +**Note:** Version bump only for package @vckit/cli + + + + + # [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 8250e873..15eaed0b 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.9", + "version": "1.0.0-beta.10", "exports": { ".": { "types": "./build/cli.d.ts",