Skip to content

Commit

Permalink
docs(dcellar-web-ui): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed May 30, 2024
1 parent ed38e74 commit 75df460
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
18 changes: 18 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.6.0",
"tag": "dcellar-web-ui_v1.6.0",
"date": "Thu, 30 May 2024 09:05:12 GMT",
"comments": {
"minor": [
{
"comment": "Unified encoding method same as go-sdk"
},
{
"comment": "Replace the related links of bnb greenfield doc"
},
{
"comment": "Add bucket status tip to the bucket detail drawer"
}
]
}
},
{
"version": "1.5.0",
"tag": "dcellar-web-ui_v1.5.0",
Expand Down
11 changes: 10 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - dcellar-web-ui

This log was last generated on Thu, 23 May 2024 03:42:29 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 09:05:12 GMT and should not be manually modified.

## 1.6.0
Thu, 30 May 2024 09:05:12 GMT

### Minor changes

- Unified encoding method same as go-sdk
- Replace the related links of bnb greenfield doc
- Add bucket status tip to the bucket detail drawer

## 1.5.0
Thu, 23 May 2024 03:42:29 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcellar-web-ui",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down

0 comments on commit 75df460

Please sign in to comment.