Skip to content

Commit

Permalink
update: 2.1.0 bdk dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Feb 1, 2024
1 parent 0b90600 commit 1c05dd8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
這份文件將記錄 BDK 專案的變更日誌

All notable changes to BDK project will be documented here.
## [v2.1.0](https://github.com/cathayddt/bdk/releases/tag/v2.1.0) - 2024-02-01

### Features

* Transform bdk ui to quorum dashboard [#99](https://github.com/cathayddt/bdk/issues/99)
* Optimize create network process [#100](https://github.com/cathayddt/bdk/issues/100)
* Bootnode mode [#97](https://github.com/cathayddt/bdk/issues/97)

## [v2.0.5](https://github.com/cathayddt/bdk/releases/tag/v2.0.5) - 2023-12-05

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ bdk fabric network create -i

| Latest | Stable |
| ---------------- | ---------------- |
| [v2.0.5][v2.0.5] | [v2.0.5][v2.0.5] |
| [v2.1.0][v2.1.0] | [v2.1.0][v2.1.0] |

[v2.0.5]: https://github.com/cathayddt/bdk/releases/tag/v2.0.5
[v2.1.0]: https://github.com/cathayddt/bdk/releases/tag/v2.1.0

[更新內容 (Changelog)](CHANGELOG.md)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cathayddt/bdk",
"version": "2.0.5",
"version": "2.1.0",
"description": "Blockchain Deploy Kit",
"homepage": "https://github.com/cathayddt/bdk#readme",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:fabric": "nyc npm run test -- --grep Fabric",
"test:coverage": "nyc npm run test",
"test:json": "NODE_ENV=testing BDK_PATH=$(pwd)/test/bdk BDK_DOCKER_HOST_PATH=$(pwd)/test/bdk mocha --reporter json --require ts-node/register ./test/**/*.test.ts --exit > test-results.json",
"git:changelog": "git-cliff --unreleased --tag v2.0.5 --prepend CHANGELOG.md",
"git:changelog": "git-cliff --unreleased --tag v2.1.0 --prepend CHANGELOG.md",
"doc:create": "npx typedoc --readme none --out ./api-docs --packages ."
},
"dependencies": {
Expand Down Expand Up @@ -99,4 +99,4 @@
"publishConfig": {
"@cathayddt:registry": "https://npm.pkg.github.com"
}
}
}

0 comments on commit 1c05dd8

Please sign in to comment.