Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version #203

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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