Skip to content

Commit

Permalink
chore: bump version (#1064)
Browse files Browse the repository at this point in the history
Co-authored-by: StayRealMayDay <[email protected]>
  • Loading branch information
github-actions[bot] and StayRealMayDay authored Feb 15, 2025
1 parent 173af98 commit 00fe054
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 46 deletions.
22 changes: 22 additions & 0 deletions apps/telegram-monitor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@yuants/app-telegram-monitor",
"entries": [
{
"version": "0.0.4",
"tag": "@yuants/app-telegram-monitor_v0.0.4",
"date": "Sat, 15 Feb 2025 10:40:12 GMT",
"comments": {
"patch": [
{
"comment": "adapt migration api change"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/sql\" to `0.1.0`"
}
]
}
},
{
"version": "0.0.3",
"tag": "@yuants/app-telegram-monitor_v0.0.3",
Expand Down
9 changes: 8 additions & 1 deletion apps/telegram-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/app-telegram-monitor

This log was last generated on Sat, 15 Feb 2025 09:54:35 GMT and should not be manually modified.
This log was last generated on Sat, 15 Feb 2025 10:40:12 GMT and should not be manually modified.

## 0.0.4
Sat, 15 Feb 2025 10:40:12 GMT

### Patches

- adapt migration api change

## 0.0.3
Sat, 15 Feb 2025 09:54:35 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/telegram-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-telegram-monitor",
"version": "0.0.3",
"version": "0.0.4",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down
25 changes: 25 additions & 0 deletions apps/twitter-monitor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "@yuants/app-twitter-monitor",
"entries": [
{
"version": "0.0.3",
"tag": "@yuants/app-twitter-monitor_v0.0.3",
"date": "Sat, 15 Feb 2025 10:40:12 GMT",
"comments": {
"patch": [
{
"comment": "adapt migration api change"
},
{
"comment": "change twitter monitor user table"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/sql\" to `0.1.0`"
}
]
}
},
{
"version": "0.0.2",
"tag": "@yuants/app-twitter-monitor_v0.0.2",
Expand Down
10 changes: 9 additions & 1 deletion apps/twitter-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @yuants/app-twitter-monitor

This log was last generated on Sat, 15 Feb 2025 09:54:35 GMT and should not be manually modified.
This log was last generated on Sat, 15 Feb 2025 10:40:12 GMT and should not be manually modified.

## 0.0.3
Sat, 15 Feb 2025 10:40:12 GMT

### Patches

- adapt migration api change
- change twitter monitor user table

## 0.0.2
Sat, 15 Feb 2025 09:54:35 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/twitter-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-twitter-monitor",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/app-telegram-monitor/2025-02-15-09-52.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/app-twitter-monitor/2025-02-15-09-52.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/app-twitter-monitor/2025-02-15-10-20.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/sql/2025-02-15-09-52.json

This file was deleted.

17 changes: 17 additions & 0 deletions libraries/sql/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/sql",
"entries": [
{
"version": "0.1.0",
"tag": "@yuants/sql_v0.1.0",
"date": "Sat, 15 Feb 2025 10:40:12 GMT",
"comments": {
"minor": [
{
"comment": "refactor change migration api step by step"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.1",
"tag": "@yuants/sql_v0.0.1",
Expand Down
9 changes: 8 additions & 1 deletion libraries/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/sql

This log was last generated on Sat, 15 Feb 2025 05:48:11 GMT and should not be manually modified.
This log was last generated on Sat, 15 Feb 2025 10:40:12 GMT and should not be manually modified.

## 0.1.0
Sat, 15 Feb 2025 10:40:12 GMT

### Minor changes

- refactor change migration api step by step

## 0.0.1
Sat, 15 Feb 2025 05:48:11 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/sql",
"version": "0.0.1",
"version": "0.1.0",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit 00fe054

Please sign in to comment.