Skip to content

Commit 309d8f8

Browse files
Version Packages (#6772)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d72ddd commit 309d8f8

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

.changeset/giant-moons-sleep.md

-6
This file was deleted.

packages/service-utils/CHANGELOG.md

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

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- [#6771](https://github.com/thirdweb-dev/js/pull/6771) [`9d72ddd`](https://github.com/thirdweb-dev/js/commit/9d72ddd6045e98822021027dc0e446f9505531f5) Thanks [@jnsdls](https://github.com/jnsdls)! - allow passing the team id explicitly via request headers
8+
39
## 0.9.3
410

511
### Patch Changes

packages/service-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.95.2
4+
5+
### Patch Changes
6+
7+
- [#6771](https://github.com/thirdweb-dev/js/pull/6771) [`9d72ddd`](https://github.com/thirdweb-dev/js/commit/9d72ddd6045e98822021027dc0e446f9505531f5) Thanks [@jnsdls](https://github.com/jnsdls)! - allow passing the team id explicitly via request headers
8+
39
## 5.95.1
410

511
### 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.1",
3+
"version": "5.95.2",
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.58
4+
35
## 0.2.57
46

57
## 0.2.56

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.57",
3+
"version": "0.2.58",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)