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 9, 2024
1 parent a653bbf commit 33d08aa
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.2.0",
"tag": "dcellar-web-ui_v1.2.0",
"date": "Thu, 09 May 2024 06:16:58 GMT",
"comments": {
"minor": [
{
"comment": "Introduce retry upload functionality"
},
{
"comment": "Add toolbox page"
}
]
}
},
{
"version": "1.1.0",
"tag": "dcellar-web-ui_v1.1.0",
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 Mon, 29 Apr 2024 06:35:57 GMT and should not be manually modified.
This log was last generated on Thu, 09 May 2024 06:16:58 GMT and should not be manually modified.

## 1.2.0
Thu, 09 May 2024 06:16:58 GMT

### Minor changes

- Introduce retry upload functionality
- Add toolbox page

## 1.1.0
Mon, 29 Apr 2024 06:35:57 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.1.0",
"version": "1.2.0",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down

0 comments on commit 33d08aa

Please sign in to comment.