Skip to content

Commit

Permalink
fix(dcellar-web-ui): unify dcellar-web-ui name (#364)
Browse files Browse the repository at this point in the history
* fix(dcellar-web-ui): unify dcellar-web-ui name

* docs(dcellar-web-ui): update changelog.md
  • Loading branch information
devinxl authored Mar 15, 2024
1 parent edc33d7 commit 1b305b6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
attributes:
label: Package Name & Version
description: What package are you using?
placeholder: '@node-real/dcellar-web-ui'
placeholder: 'dcellar-web-ui'
validations:
required: true

Expand Down
14 changes: 13 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@node-real/dcellar-web-ui",
"name": "dcellar-web-ui",
"entries": [
{
"version": "0.3.0",
"tag": "dcellar-web-ui_v0.3.0",
"date": "Fri, 15 Mar 2024 09:48:45 GMT",
"comments": {
"minor": [
{
"comment": "Unify the package name of dcellar-web-ui"
}
]
}
},
{
"version": "0.2.0",
"tag": "@node-real/dcellar-web-ui_v0.2.0",
Expand Down
11 changes: 9 additions & 2 deletions apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @node-real/dcellar-web-ui
# Change Log - dcellar-web-ui

This log was last generated on Fri, 15 Mar 2024 09:20:32 GMT and should not be manually modified.
This log was last generated on Fri, 15 Mar 2024 09:48:45 GMT and should not be manually modified.

## 0.3.0
Fri, 15 Mar 2024 09:48:45 GMT

### Minor changes

- Unify the package name of dcellar-web-ui

## 0.2.0
Fri, 15 Mar 2024 09:20:32 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@node-real/dcellar-web-ui
dcellar-web-ui

Copyright (c) node-real Corporation. All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/dcellar-web-ui",
"version": "0.2.0",
"name": "dcellar-web-ui",
"version": "0.3.0",
"private": false,
"scripts": {
"dev": "next dev -p 3101",
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"variants": [],
"projects": [
{
"packageName": "@node-real/dcellar-web-ui",
"packageName": "dcellar-web-ui",
"projectFolder": "apps/dcellar-web-ui",
// For generate changelog
// https://github.com/microsoft/rushstack/issues/3934
Expand Down

0 comments on commit 1b305b6

Please sign in to comment.