Skip to content

Commit

Permalink
chore(dcellar-web-ui): add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-cao authored and devinxl committed May 6, 2024
1 parent 32288c6 commit 9eded21
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.1.0",
"tag": "dcellar-web-ui_v1.1.0",
"date": "Mon, 29 Apr 2024 06:35:57 GMT",
"comments": {
"minor": [
{
"comment": "Support object versions & replace object"
}
]
}
},
{
"version": "1.0.3",
"tag": "dcellar-web-ui_v1.0.3",
Expand Down
9 changes: 8 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - dcellar-web-ui

This log was last generated on Mon, 22 Apr 2024 03:46:28 GMT and should not be manually modified.
This log was last generated on Mon, 29 Apr 2024 06:35:57 GMT and should not be manually modified.

## 1.1.0
Mon, 29 Apr 2024 06:35:57 GMT

### Minor changes

- Support object versions & replace object

## 1.0.3
Mon, 22 Apr 2024 03:46:28 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.0.3",
"version": "1.1.0",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down

0 comments on commit 9eded21

Please sign in to comment.