From 39910ddc5d925120af8d866979102640283a25bb Mon Sep 17 00:00:00 2001 From: devinxl Date: Thu, 10 Oct 2024 20:16:06 +0800 Subject: [PATCH] docs(dcellar-web-ui): update changelog --- apps/dcellar-web-ui/CHANGELOG.json | 12 ++++++++++++ apps/dcellar-web-ui/CHANGELOG.md | 9 ++++++++- apps/dcellar-web-ui/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/apps/dcellar-web-ui/CHANGELOG.json b/apps/dcellar-web-ui/CHANGELOG.json index 7d90ed4c..155d9d30 100644 --- a/apps/dcellar-web-ui/CHANGELOG.json +++ b/apps/dcellar-web-ui/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "dcellar-web-ui", "entries": [ + { + "version": "1.8.2", + "tag": "dcellar-web-ui_v1.8.2", + "date": "Thu, 10 Oct 2024 12:15:36 GMT", + "comments": { + "patch": [ + { + "comment": "Fix the background color of the renewal notification bar" + } + ] + } + }, { "version": "1.8.1", "tag": "dcellar-web-ui_v1.8.1", diff --git a/apps/dcellar-web-ui/CHANGELOG.md b/apps/dcellar-web-ui/CHANGELOG.md index b280c2c8..2f2aa2f7 100644 --- a/apps/dcellar-web-ui/CHANGELOG.md +++ b/apps/dcellar-web-ui/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - dcellar-web-ui -This log was last generated on Thu, 10 Oct 2024 09:53:45 GMT and should not be manually modified. +This log was last generated on Thu, 10 Oct 2024 12:15:36 GMT and should not be manually modified. + +## 1.8.2 +Thu, 10 Oct 2024 12:15:36 GMT + +### Patches + +- Fix the background color of the renewal notification bar ## 1.8.1 Thu, 10 Oct 2024 09:53:45 GMT diff --git a/apps/dcellar-web-ui/package.json b/apps/dcellar-web-ui/package.json index e3148b1a..8cab1418 100644 --- a/apps/dcellar-web-ui/package.json +++ b/apps/dcellar-web-ui/package.json @@ -1,6 +1,6 @@ { "name": "dcellar-web-ui", - "version": "1.8.1", + "version": "1.8.2", "private": false, "scripts": { "dev": "node ./scripts/dev.js -p 3200",