Skip to content

Commit

Permalink
chore: bump version (#203)
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 Oct 30, 2023
1 parent 4dbaa50 commit afe5c0e
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 24 deletions.
17 changes: 17 additions & 0 deletions apps/agent/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/app-agent",
"entries": [
{
"version": "0.1.1",
"tag": "@yuants/app-agent_v0.1.1",
"date": "Mon, 30 Oct 2023 15:33:47 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/agent\" to `0.3.1`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@yuants/app-agent_v0.1.0",
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 Thu, 26 Oct 2023 18:03:30 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 15:33:47 GMT and should not be manually modified.

## 0.1.1
Mon, 30 Oct 2023 15:33:47 GMT

_Version update only_

## 0.1.0
Thu, 26 Oct 2023 18:03:30 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.1.0",
"version": "0.1.1",
"main": "lib/index.js",
"files": [
"dist",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/agent/2023-10-26-19-48.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/agent/2023-10-30-15-20.json

This file was deleted.

20 changes: 20 additions & 0 deletions libraries/agent/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@yuants/agent",
"entries": [
{
"version": "0.3.1",
"tag": "@yuants/agent_v0.3.1",
"date": "Mon, 30 Oct 2023 15:33:47 GMT",
"comments": {
"patch": [
{
"comment": "use encodePath & decodePath in data-model package"
},
{
"comment": "crush on real mode account publishing"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.3.0",
"tag": "@yuants/agent_v0.3.0",
Expand Down
10 changes: 9 additions & 1 deletion libraries/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @yuants/agent

This log was last generated on Thu, 26 Oct 2023 18:03:30 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 15:33:47 GMT and should not be manually modified.

## 0.3.1
Mon, 30 Oct 2023 15:33:47 GMT

### Patches

- use encodePath & decodePath in data-model package
- crush on real mode account publishing

## 0.3.0
Thu, 26 Oct 2023 18:03:30 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.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit afe5c0e

Please sign in to comment.