Skip to content

Commit

Permalink
chore: bump version (#938)
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 7, 2024
1 parent f82e345 commit 171986a
Show file tree
Hide file tree
Showing 15 changed files with 102 additions and 35 deletions.
22 changes: 22 additions & 0 deletions apps/host/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@yuants/app-host",
"entries": [
{
"version": "0.3.3",
"tag": "@yuants/app-host_v0.3.3",
"date": "Sat, 07 Dec 2024 02:19:50 GMT",
"comments": {
"patch": [
{
"comment": "extract lib @yuants/host-manager"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/host-manager\" to `0.0.1`"
}
]
}
},
{
"version": "0.3.2",
"tag": "@yuants/app-host_v0.3.2",
Expand Down
9 changes: 8 additions & 1 deletion apps/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/app-host

This log was last generated on Wed, 04 Dec 2024 09:36:47 GMT and should not be manually modified.
This log was last generated on Sat, 07 Dec 2024 02:19:50 GMT and should not be manually modified.

## 0.3.3
Sat, 07 Dec 2024 02:19:50 GMT

### Patches

- extract lib @yuants/host-manager

## 0.3.2
Wed, 04 Dec 2024 09:36:47 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.2",
"version": "0.3.3",
"description": "Host",
"files": [
"dist",
Expand Down
22 changes: 22 additions & 0 deletions apps/hosts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@yuants/app-hosts",
"entries": [
{
"version": "0.1.28",
"tag": "@yuants/app-hosts_v0.1.28",
"date": "Sat, 07 Dec 2024 02:19:50 GMT",
"comments": {
"patch": [
{
"comment": "extract lib @yuants/host-manager"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/host-manager\" to `0.0.1`"
}
]
}
},
{
"version": "0.1.27",
"tag": "@yuants/app-hosts_v0.1.27",
Expand Down
9 changes: 8 additions & 1 deletion apps/hosts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/app-hosts

This log was last generated on Wed, 04 Dec 2024 09:36:47 GMT and should not be manually modified.
This log was last generated on Sat, 07 Dec 2024 02:19:50 GMT and should not be manually modified.

## 0.1.28
Sat, 07 Dec 2024 02:19:50 GMT

### Patches

- extract lib @yuants/host-manager

## 0.1.27
Wed, 04 Dec 2024 09:36:47 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.27",
"version": "0.1.28",
"description": "Hosts",
"files": [
"dist",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/app-host/2024-12-07-02-06.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/app-hosts/2024-12-07-02-06.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/host-manager/2024-12-07-02-06.json

This file was deleted.

11 changes: 11 additions & 0 deletions common/changes/@yuants/host-manager/main_2024-12-07-02-19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Bump Version",
"type": "none",
"packageName": "@yuants/host-manager"
}
],
"packageName": "@yuants/host-manager",
"email": "41898282+github-actions[bot]@users.noreply.github.com"
}
17 changes: 17 additions & 0 deletions libraries/host-manager/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "@yuants/host-manager",
"entries": [
{
"version": "0.0.1",
"tag": "@yuants/host-manager_v0.0.1",
"date": "Sat, 07 Dec 2024 02:19:50 GMT",
"comments": {
"patch": [
{
"comment": "init package"
}
]
}
}
]
}
11 changes: 11 additions & 0 deletions libraries/host-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.

## 0.0.1
Sat, 07 Dec 2024 02:19:50 GMT

### Patches

- init package

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.0",
"version": "0.0.1",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit 171986a

Please sign in to comment.