Skip to content

Commit 0ac5e59

Browse files
Version Packages (#7445)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa5e13b commit 0ac5e59

File tree

10 files changed

+25
-14
lines changed

10 files changed

+25
-14
lines changed

.changeset/eleven-taxis-mix.md

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

.changeset/huge-eggs-drop.md

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

packages/nebula/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fa5e13b`](https://github.com/thirdweb-dev/js/commit/fa5e13b5d3f181bda4cd2b4153629b23e7c17dfb)]:
8+
- thirdweb@5.105.1
9+
310
## 0.2.0
411

512
### Minor Changes

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

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.10.1
4+
5+
### Patch Changes
6+
7+
- [#7444](https://github.com/thirdweb-dev/js/pull/7444) [`472e737`](https://github.com/thirdweb-dev/js/commit/472e737616312694f6c7df4876c90861d2edad94) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: require webhook payload to be an array
8+
39
## 0.10.0
410

511
### Minor Changes

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
}
7070
},
7171
"typings": "dist/types/index.d.ts",
72-
"version": "0.10.0"
72+
"version": "0.10.1"
7373
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.105.1
4+
5+
### Patch Changes
6+
7+
- [#7450](https://github.com/thirdweb-dev/js/pull/7450) [`fa5e13b`](https://github.com/thirdweb-dev/js/commit/fa5e13b5d3f181bda4cd2b4153629b23e7c17dfb) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds onramp webhook parsing for Universal Bridge
8+
39
## 5.105.0
410

511
### Minor Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,5 @@
404404
}
405405
},
406406
"typings": "./dist/types/exports/thirdweb.d.ts",
407-
"version": "5.105.0"
407+
"version": "5.105.1"
408408
}

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.98
4+
35
## 0.2.97
46

57
## 0.2.96

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"type": "module",
5656
"types": "./dist/types/exports/thirdweb.d.ts",
5757
"typings": "./dist/types/exports/thirdweb.d.ts",
58-
"version": "0.2.97"
58+
"version": "0.2.98"
5959
}

0 commit comments

Comments
 (0)