Skip to content

Commit cbc0eff

Browse files
Version Packages (#6383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9799b0a commit cbc0eff

File tree

11 files changed

+32
-31
lines changed

11 files changed

+32
-31
lines changed

.changeset/brown-onions-tickle.md

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

.changeset/every-bees-exist.md

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

.changeset/gentle-readers-bet.md

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

.changeset/mean-animals-eat.md

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

.changeset/rich-planes-drive.md

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

packages/service-utils/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.8.11
4+
5+
### Patch Changes
6+
7+
- [#6382](https://github.com/thirdweb-dev/js/pull/6382) [`47c9c43`](https://github.com/thirdweb-dev/js/commit/47c9c43a875a81aa357ebf3c741f256c317c5cfd) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] trim project ID prefix
8+
9+
- [#6387](https://github.com/thirdweb-dev/js/pull/6387) [`0c0d837`](https://github.com/thirdweb-dev/js/commit/0c0d837f2355c4aa43c3f1ceef52b450623be76f) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Add connect promise so it only connects once
10+
11+
- [#6384](https://github.com/thirdweb-dev/js/pull/6384) [`25b149d`](https://github.com/thirdweb-dev/js/commit/25b149d3a98f99984792874ecb4e3144d2932a08) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Provide CF req to forward origin header
12+
313
## 0.8.10
414

515
### Patch Changes

packages/service-utils/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.8.10",
3+
"version": "0.8.11",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -26,8 +26,12 @@
2626
},
2727
"typesVersions": {
2828
"*": {
29-
"node": ["./dist/types/node/index.d.ts"],
30-
"cf-worker": ["./dist/types/cf-worker/index.d.ts"]
29+
"node": [
30+
"./dist/types/node/index.d.ts"
31+
],
32+
"cf-worker": [
33+
"./dist/types/cf-worker/index.d.ts"
34+
]
3135
}
3236
},
3337
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
@@ -36,7 +40,9 @@
3640
"url": "https://github.com/thirdweb-dev/js/issues"
3741
},
3842
"author": "thirdweb eng <eng@thirdweb.com>",
39-
"files": ["dist/"],
43+
"files": [
44+
"dist/"
45+
],
4046
"sideEffects": false,
4147
"dependencies": {
4248
"@confluentinc/kafka-javascript": "^1.2.0",

packages/thirdweb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# thirdweb
22

3+
## 5.90.1
4+
5+
### Patch Changes
6+
7+
- [#6390](https://github.com/thirdweb-dev/js/pull/6390) [`9799b0a`](https://github.com/thirdweb-dev/js/commit/9799b0aae11a20b89e6081f214c2c33c8dc5f132) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds GPT Protocol to chains that only support legacy transactions
8+
9+
- [#6386](https://github.com/thirdweb-dev/js/pull/6386) [`c3b90a6`](https://github.com/thirdweb-dev/js/commit/c3b90a6f1bebcfab5fe4975a65fdc13bf7a0cf06) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle comma for decimal input in PayEmbed
10+
311
## 5.90.0
412

513
### Minor Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.90.0",
3+
"version": "5.90.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.25
4+
35
## 0.2.24
46

57
## 0.2.23

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)