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 16, 2024
1 parent 59b4f41 commit 422dca8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
15 changes: 15 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.4.0",
"tag": "dcellar-web-ui_v1.4.0",
"date": "Thu, 16 May 2024 09:14:19 GMT",
"comments": {
"minor": [
{
"comment": "Introduce the activities feature for bucket, object and group"
},
{
"comment": "Introduce the stop upload feature"
}
]
}
},
{
"version": "1.3.2",
"tag": "dcellar-web-ui_v1.3.2",
Expand Down
10 changes: 9 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - dcellar-web-ui

This log was last generated on Sat, 11 May 2024 05:44:13 GMT and should not be manually modified.
This log was last generated on Thu, 16 May 2024 09:14:19 GMT and should not be manually modified.

## 1.4.0
Thu, 16 May 2024 09:14:19 GMT

### Minor changes

- Introduce the activities feature for bucket, object and group
- Introduce the stop upload feature

## 1.3.2
Sat, 11 May 2024 05:44:13 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.3.2",
"version": "1.4.0",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down

0 comments on commit 422dca8

Please sign in to comment.