Skip to content

Commit 755e5d4

Browse files
Version Packages (#6787)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2f561f commit 755e5d4

File tree

10 files changed

+32
-27
lines changed

10 files changed

+32
-27
lines changed

.changeset/lovely-peas-behave.md

-5
This file was deleted.

.changeset/ripe-parks-heal.md

-6
This file was deleted.

.changeset/tall-llamas-dress.md

-5
This file was deleted.

.changeset/tender-parrots-stare.md

-5
This file was deleted.

packages/service-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- [#6793](https://github.com/thirdweb-dev/js/pull/6793) [`f85163e`](https://github.com/thirdweb-dev/js/commit/f85163edee8ab21a1f7a1b70c4dffc5953a409d3) Thanks [@jnsdls](https://github.com/jnsdls)! - add engineCloud plan capability
8+
9+
- [#6782](https://github.com/thirdweb-dev/js/pull/6782) [`d7dc83f`](https://github.com/thirdweb-dev/js/commit/d7dc83f9e65616fe2f61bb2a680429b163cd0307) Thanks [@jnsdls](https://github.com/jnsdls)! - updated various dependencies
10+
11+
- [#6815](https://github.com/thirdweb-dev/js/pull/6815) [`69ec6e0`](https://github.com/thirdweb-dev/js/commit/69ec6e055363483b0a259d8ed052c6601d39679d) Thanks [@jnsdls](https://github.com/jnsdls)! - expose `rateLimitSlidingWindow` strategy directly for more low-level usage
12+
313
## 0.9.4
414

515
### Patch Changes

packages/service-utils/package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
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 <[email protected]>",
39-
"files": ["dist/"],
43+
"files": [
44+
"dist/"
45+
],
4046
"sideEffects": false,
4147
"dependencies": {
4248
"@confluentinc/kafka-javascript": "1.3.0",

packages/thirdweb/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# thirdweb
22

3+
## 5.95.3
4+
5+
### Patch Changes
6+
7+
- [#6782](https://github.com/thirdweb-dev/js/pull/6782) [`d7dc83f`](https://github.com/thirdweb-dev/js/commit/d7dc83f9e65616fe2f61bb2a680429b163cd0307) Thanks [@jnsdls](https://github.com/jnsdls)! - updated various dependencies
8+
9+
- [#6778](https://github.com/thirdweb-dev/js/pull/6778) [`4ccf062`](https://github.com/thirdweb-dev/js/commit/4ccf06260bd4fccc180998153c1e9abacd6044cb) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix loading state when loading source tokens in PayEmbed
10+
311
## 5.95.2
412

513
### Patch Changes

packages/thirdweb/package.json

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

packages/wagmi-adapter/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.59
4+
35
## 0.2.58
46

57
## 0.2.57

packages/wagmi-adapter/package.json

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

0 commit comments

Comments
 (0)