Skip to content

Commit 3db0660

Browse files
Version Packages
1 parent 787118d commit 3db0660

File tree

12 files changed

+31
-24
lines changed

12 files changed

+31
-24
lines changed

.changeset/dry-emus-exist.md

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

.changeset/heavy-ghosts-nail.md

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

.changeset/spicy-cooks-smoke.md

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

.changeset/twelve-brooms-kneel.md

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

apps/nebula/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nebula
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`70e024f`](https://github.com/thirdweb-dev/js/commit/70e024f43e6ff0a890efa6288fbdc9c19ca42e72), [`787118d`](https://github.com/thirdweb-dev/js/commit/787118d36765b9f57113cb62c606e494e715be04), [`3dbf9e1`](https://github.com/thirdweb-dev/js/commit/3dbf9e16fdff04eb36e9bb757a2b136f2b8001dc)]:
8+
- thirdweb@5.104.0
9+
310
## 0.0.2
411

512
### Patch Changes

apps/nebula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebula",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/service-utils/CHANGELOG.md

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

3+
## 0.9.14
4+
5+
### Patch Changes
6+
7+
- [#7382](https://github.com/thirdweb-dev/js/pull/7382) [`4c29886`](https://github.com/thirdweb-dev/js/commit/4c2988623fa58311ca854e849ae1872e9e48846d) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: add dedicatedSupportChannel to TeamResponse
8+
39
## 0.9.13
410

511
### Patch Changes

packages/service-utils/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/service-utils",
3-
"version": "0.9.13",
3+
"version": "0.9.14",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.104.0
4+
5+
### Minor Changes
6+
7+
- [#7343](https://github.com/thirdweb-dev/js/pull/7343) [`787118d`](https://github.com/thirdweb-dev/js/commit/787118d36765b9f57113cb62c606e494e715be04) Thanks [@Yash094](https://github.com/Yash094)! - add berachain and berachain testnet in chains package
8+
9+
### Patch Changes
10+
11+
- [#7387](https://github.com/thirdweb-dev/js/pull/7387) [`70e024f`](https://github.com/thirdweb-dev/js/commit/70e024f43e6ff0a890efa6288fbdc9c19ca42e72) Thanks [@MananTank](https://github.com/MananTank)! - Fix `poster` not shown in `MediaRenderer` component for 3D models
12+
13+
- [#7371](https://github.com/thirdweb-dev/js/pull/7371) [`3dbf9e1`](https://github.com/thirdweb-dev/js/commit/3dbf9e16fdff04eb36e9bb757a2b136f2b8001dc) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix typo in payment confirmation widget
14+
315
## 5.103.1
416

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

0 commit comments

Comments
 (0)