Skip to content

Commit

Permalink
chore: release new version 1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
namhoang1604 committed Sep 27, 2024
1 parent 9b40b97 commit 7424f86
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"npmClient": "pnpm",
"changelog": {
"repo": "uncefact/project-vckit",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/bitstringStatusList/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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-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",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"version": "1.0.0-beta.10",
"exports": {
".": {
"types": "./build/cli.d.ts",
Expand Down

0 comments on commit 7424f86

Please sign in to comment.