Skip to content

Commit

Permalink
chore: bump version (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Thrimbda <[email protected]>
  • Loading branch information
github-actions[bot] and Thrimbda authored Feb 19, 2025
1 parent 17f22be commit 1714eaa
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 36 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.7",
"tag": "@yuants/app-telegram-monitor_v0.0.7",
"date": "Wed, 19 Feb 2025 17:15:01 GMT",
"comments": {
"patch": [
{
"comment": "name $$ block to prevent conflict"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/sql\" to `0.1.2`"
}
]
}
},
{
"version": "0.0.6",
"tag": "@yuants/app-telegram-monitor_v0.0.6",
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 Wed, 19 Feb 2025 16:53:18 GMT and should not be manually modified.
This log was last generated on Wed, 19 Feb 2025 17:15:01 GMT and should not be manually modified.

## 0.0.7
Wed, 19 Feb 2025 17:15:01 GMT

### Patches

- name $$ block to prevent conflict

## 0.0.6
Wed, 19 Feb 2025 16:53:18 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.6",
"version": "0.0.7",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down
22 changes: 22 additions & 0 deletions apps/twitter-monitor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@yuants/app-twitter-monitor",
"entries": [
{
"version": "0.0.7",
"tag": "@yuants/app-twitter-monitor_v0.0.7",
"date": "Wed, 19 Feb 2025 17:15:01 GMT",
"comments": {
"patch": [
{
"comment": "name $$ block to prevent conflict"
}
],
"none": [
{
"comment": "Bump Version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@yuants/sql\" to `0.1.2`"
}
]
}
},
{
"version": "0.0.6",
"tag": "@yuants/app-twitter-monitor_v0.0.6",
Expand Down
9 changes: 8 additions & 1 deletion apps/twitter-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/app-twitter-monitor

This log was last generated on Wed, 19 Feb 2025 16:53:18 GMT and should not be manually modified.
This log was last generated on Wed, 19 Feb 2025 17:15:01 GMT and should not be manually modified.

## 0.0.7
Wed, 19 Feb 2025 17:15:01 GMT

### Patches

- name $$ block to prevent conflict

## 0.0.6
Wed, 19 Feb 2025 16:53:18 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.6",
"version": "0.0.7",
"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-19-17-10.json

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yuants/sql/2025-02-19-17-10.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.2",
"tag": "@yuants/sql_v0.1.2",
"date": "Wed, 19 Feb 2025 17:15:01 GMT",
"comments": {
"patch": [
{
"comment": "name $$ block to prevent conflict"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.1",
"tag": "@yuants/sql_v0.1.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 Wed, 19 Feb 2025 16:53:18 GMT and should not be manually modified.
This log was last generated on Wed, 19 Feb 2025 17:15:01 GMT and should not be manually modified.

## 0.1.2
Wed, 19 Feb 2025 17:15:01 GMT

### Patches

- name $$ block to prevent conflict

## 0.1.1
Wed, 19 Feb 2025 16:53:18 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.1.1",
"version": "0.1.2",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down

0 comments on commit 1714eaa

Please sign in to comment.