Skip to content

Commit

Permalink
chore: release new version 1.0.0-beta.9
Browse files Browse the repository at this point in the history
Signed-off-by: Nam Hoang <[email protected]>
  • Loading branch information
namhoang1604 committed Sep 24, 2024
1 parent 9b08b2c commit b96b0ed
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.8",
"version": "1.0.0-beta.9",
"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.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",
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.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)


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.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",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.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)


Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.0.0-beta.9",
"exports": {
".": {
"types": "./build/cli.d.ts",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/vc-api/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.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)


Expand Down
2 changes: 1 addition & 1 deletion packages/vc-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b96b0ed

Please sign in to comment.