Skip to content

Commit

Permalink
chore: bump version (#951)
Browse files Browse the repository at this point in the history
Co-authored-by: zccz14 <[email protected]>
  • Loading branch information
github-actions[bot] and zccz14 authored Dec 17, 2024
1 parent ee7c1e7 commit 7db9f85
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 16 deletions.
17 changes: 17 additions & 0 deletions apps/host/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/app-host",
"entries": [
{
"version": "0.3.5",
"tag": "@yuants/app-host_v0.3.5",
"date": "Tue, 17 Dec 2024 08:15:54 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/host-manager\" to `0.1.0`"
}
]
}
},
{
"version": "0.3.4",
"tag": "@yuants/app-host_v0.3.4",
Expand Down
7 changes: 6 additions & 1 deletion apps/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @yuants/app-host

This log was last generated on Sat, 07 Dec 2024 14:42:13 GMT and should not be manually modified.
This log was last generated on Tue, 17 Dec 2024 08:15:54 GMT and should not be manually modified.

## 0.3.5
Tue, 17 Dec 2024 08:15:54 GMT

_Version update only_

## 0.3.4
Sat, 07 Dec 2024 14:42:13 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-host",
"version": "0.3.4",
"version": "0.3.5",
"description": "Host",
"files": [
"dist",
Expand Down
17 changes: 17 additions & 0 deletions apps/hosts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/app-hosts",
"entries": [
{
"version": "0.1.30",
"tag": "@yuants/app-hosts_v0.1.30",
"date": "Tue, 17 Dec 2024 08:15:54 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/host-manager\" to `0.1.0`"
}
]
}
},
{
"version": "0.1.29",
"tag": "@yuants/app-hosts_v0.1.29",
Expand Down
7 changes: 6 additions & 1 deletion apps/hosts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @yuants/app-hosts

This log was last generated on Sat, 07 Dec 2024 14:42:13 GMT and should not be manually modified.
This log was last generated on Tue, 17 Dec 2024 08:15:54 GMT and should not be manually modified.

## 0.1.30
Tue, 17 Dec 2024 08:15:54 GMT

_Version update only_

## 0.1.29
Sat, 07 Dec 2024 14:42:13 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/hosts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-hosts",
"version": "0.1.29",
"version": "0.1.30",
"description": "Hosts",
"files": [
"dist",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/host-manager/2024-12-17-01-14.json

This file was deleted.

17 changes: 17 additions & 0 deletions libraries/host-manager/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/host-manager",
"entries": [
{
"version": "0.1.0",
"tag": "@yuants/host-manager_v0.1.0",
"date": "Tue, 17 Dec 2024 08:15:54 GMT",
"comments": {
"minor": [
{
"comment": "add some metrics"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.1",
"tag": "@yuants/host-manager_v0.0.1",
Expand Down
9 changes: 8 additions & 1 deletion libraries/host-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/host-manager

This log was last generated on Sat, 07 Dec 2024 02:19:50 GMT and should not be manually modified.
This log was last generated on Tue, 17 Dec 2024 08:15:54 GMT and should not be manually modified.

## 0.1.0
Tue, 17 Dec 2024 08:15:54 GMT

### Minor changes

- add some metrics

## 0.0.1
Sat, 07 Dec 2024 02:19:50 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/host-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/host-manager",
"version": "0.0.1",
"version": "0.1.0",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit 7db9f85

Please sign in to comment.