Skip to content

Commit

Permalink
chore: bump version (#442)
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 Feb 19, 2024
1 parent ad40192 commit fc8cac3
Show file tree
Hide file tree
Showing 17 changed files with 101 additions and 18 deletions.
20 changes: 20 additions & 0 deletions apps/agent/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@yuants/app-agent",
"entries": [
{
"version": "0.4.33",
"tag": "@yuants/app-agent_v0.4.33",
"date": "Mon, 19 Feb 2024 09:27:17 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/agent\" to `0.12.2`"
},
{
"comment": "Updating dependency \"@yuants/kernel\" to `0.10.2`"
}
]
}
},
{
"version": "0.4.32",
"tag": "@yuants/app-agent_v0.4.32",
Expand Down
7 changes: 6 additions & 1 deletion apps/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @yuants/app-agent

This log was last generated on Sun, 18 Feb 2024 08:29:52 GMT and should not be manually modified.
This log was last generated on Mon, 19 Feb 2024 09:27:17 GMT and should not be manually modified.

## 0.4.33
Mon, 19 Feb 2024 09:27:17 GMT

_Version update only_

## 0.4.32
Sun, 18 Feb 2024 08:29:52 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-agent",
"version": "0.4.32",
"version": "0.4.33",
"main": "lib/index.js",
"files": [
"dist",
Expand Down
17 changes: 17 additions & 0 deletions apps/trade-copier/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/app-trade-copier",
"entries": [
{
"version": "0.3.46",
"tag": "@yuants/app-trade-copier_v0.3.46",
"date": "Mon, 19 Feb 2024 09:27:17 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/kernel\" to `0.10.2`"
}
]
}
},
{
"version": "0.3.45",
"tag": "@yuants/app-trade-copier_v0.3.45",
Expand Down
7 changes: 6 additions & 1 deletion apps/trade-copier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @yuants/app-trade-copier

This log was last generated on Sun, 18 Feb 2024 08:29:52 GMT and should not be manually modified.
This log was last generated on Mon, 19 Feb 2024 09:27:17 GMT and should not be manually modified.

## 0.3.46
Mon, 19 Feb 2024 09:27:17 GMT

_Version update only_

## 0.3.45
Sun, 18 Feb 2024 08:29:52 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/trade-copier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-trade-copier",
"version": "0.3.45",
"version": "0.3.46",
"homepage": "https://github.com/No-Trade-No-Life/Yuan/tree/main/apps/trade-copier",
"main": "lib/index.js",
"module": "dist/index.js",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/kernel/2024-02-19-09-18.json

This file was deleted.

17 changes: 17 additions & 0 deletions libraries/agent/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/agent",
"entries": [
{
"version": "0.12.2",
"tag": "@yuants/agent_v0.12.2",
"date": "Mon, 19 Feb 2024 09:27:17 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/kernel\" to `0.10.2`"
}
]
}
},
{
"version": "0.12.1",
"tag": "@yuants/agent_v0.12.1",
Expand Down
7 changes: 6 additions & 1 deletion libraries/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @yuants/agent

This log was last generated on Sun, 18 Feb 2024 08:29:52 GMT and should not be manually modified.
This log was last generated on Mon, 19 Feb 2024 09:27:17 GMT and should not be manually modified.

## 0.12.2
Mon, 19 Feb 2024 09:27:17 GMT

_Version update only_

## 0.12.1
Sun, 18 Feb 2024 08:29:52 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/agent",
"version": "0.12.1",
"version": "0.12.2",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions libraries/kernel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/kernel",
"entries": [
{
"version": "0.10.2",
"tag": "@yuants/kernel_v0.10.2",
"date": "Mon, 19 Feb 2024 09:27:17 GMT",
"comments": {
"patch": [
{
"comment": "fix position price formula "
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.10.1",
"tag": "@yuants/kernel_v0.10.1",
Expand Down
9 changes: 8 additions & 1 deletion libraries/kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/kernel

This log was last generated on Sun, 18 Feb 2024 08:29:52 GMT and should not be manually modified.
This log was last generated on Mon, 19 Feb 2024 09:27:17 GMT and should not be manually modified.

## 0.10.2
Mon, 19 Feb 2024 09:27:17 GMT

### Patches

- fix position price formula

## 0.10.1
Sun, 18 Feb 2024 08:29:52 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/kernel",
"version": "0.10.1",
"version": "0.10.2",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit fc8cac3

Please sign in to comment.