Skip to content

Commit 5a9a3ed

Browse files
chore: release deeplx (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65855bf commit 5a9a3ed

File tree

8 files changed

+36
-17
lines changed

8 files changed

+36
-17
lines changed

.changeset/great-steaks-melt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/@deeplx/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @deeplx/cli
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#40](https://github.com/un-ts/deeplx/pull/40) [`65855bf`](https://github.com/un-ts/deeplx/commit/65855bfc65eebce31efb823064495f386c3d87cb) Thanks [@JounQin](https://github.com/JounQin)! - feat: add `proxy` support with `node-fetch-native/proxy`
8+
9+
- Updated dependencies [[`65855bf`](https://github.com/un-ts/deeplx/commit/65855bfc65eebce31efb823064495f386c3d87cb)]:
10+
- @deeplx/core@0.1.3
11+
312
## 0.1.2
413

514
### Patch Changes

packages/@deeplx/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deeplx/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "The cli for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core), a powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX).",
66
"repository": "git+https://github.com/un-ts/deeplx.git",
@@ -38,7 +38,7 @@
3838
"translator"
3939
],
4040
"dependencies": {
41-
"@deeplx/core": "^0.1.1",
41+
"@deeplx/core": "^0.1.3",
4242
"commander": "^13.1.0",
4343
"node-fetch-native": "^1.6.6"
4444
},

packages/@deeplx/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @deeplx/core
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#40](https://github.com/un-ts/deeplx/pull/40) [`65855bf`](https://github.com/un-ts/deeplx/commit/65855bfc65eebce31efb823064495f386c3d87cb) Thanks [@JounQin](https://github.com/JounQin)! - feat: add `proxy` support with `node-fetch-native/proxy`
8+
39
## 0.1.2
410

511
### Patch Changes

packages/@deeplx/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deeplx/core",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "An unofficial but powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX).",
66
"repository": "git+https://github.com/un-ts/deeplx.git",

packages/deeplx/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# deeplx
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#40](https://github.com/un-ts/deeplx/pull/40) [`65855bf`](https://github.com/un-ts/deeplx/commit/65855bfc65eebce31efb823064495f386c3d87cb) Thanks [@JounQin](https://github.com/JounQin)! - feat: add `proxy` support with `node-fetch-native/proxy`
8+
9+
- Updated dependencies \[[`65855bf`](https://github.com/un-ts/deeplx/commit/65855bfc65eebce31efb823064495f386c3d87cb)]:
10+
- @deeplx/cli@0.1.3
11+
- @deeplx/core@0.1.3
12+
313
## 0.3.1
414

515
### Patch Changes

packages/deeplx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeplx",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "All in one for [`@deeplx/core`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/core) and [`@deeplx/cli`](https://github.com/un-ts/deeplx/blob/master/packages/@deeplx/cli), a powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX).",
66
"repository": "git+https://github.com/un-ts/deeplx.git",
@@ -49,8 +49,8 @@
4949
"translator"
5050
],
5151
"dependencies": {
52-
"@deeplx/cli": "^0.1.2",
53-
"@deeplx/core": "^0.1.1"
52+
"@deeplx/cli": "^0.1.3",
53+
"@deeplx/core": "^0.1.3"
5454
},
5555
"publishConfig": {
5656
"access": "public"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,19 +2194,19 @@ __metadata:
21942194
languageName: node
21952195
linkType: hard
21962196

2197-
"@deeplx/cli@npm:^0.1.2, @deeplx/cli@workspace:packages/@deeplx/cli":
2197+
"@deeplx/cli@npm:^0.1.3, @deeplx/cli@workspace:packages/@deeplx/cli":
21982198
version: 0.0.0-use.local
21992199
resolution: "@deeplx/cli@workspace:packages/@deeplx/cli"
22002200
dependencies:
2201-
"@deeplx/core": "npm:^0.1.1"
2201+
"@deeplx/core": "npm:^0.1.3"
22022202
commander: "npm:^13.1.0"
22032203
node-fetch-native: "npm:^1.6.6"
22042204
bin:
22052205
deeplx: ./lib/cli.js
22062206
languageName: unknown
22072207
linkType: soft
22082208

2209-
"@deeplx/core@npm:^0.1.1, @deeplx/core@workspace:*, @deeplx/core@workspace:packages/@deeplx/core":
2209+
"@deeplx/core@npm:^0.1.3, @deeplx/core@workspace:*, @deeplx/core@workspace:packages/@deeplx/core":
22102210
version: 0.0.0-use.local
22112211
resolution: "@deeplx/core@workspace:packages/@deeplx/core"
22122212
dependencies:
@@ -5920,8 +5920,8 @@ __metadata:
59205920
version: 0.0.0-use.local
59215921
resolution: "deeplx@workspace:packages/deeplx"
59225922
dependencies:
5923-
"@deeplx/cli": "npm:^0.1.2"
5924-
"@deeplx/core": "npm:^0.1.1"
5923+
"@deeplx/cli": "npm:^0.1.3"
5924+
"@deeplx/core": "npm:^0.1.3"
59255925
bin:
59265926
deeplx: ./lib/cli.js
59275927
languageName: unknown

0 commit comments

Comments
 (0)