Skip to content

Commit

Permalink
Version Packages (#4121)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jnsdls and github-actions[bot] committed Aug 18, 2024
1 parent e0dcc64 commit 9e46b5b
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-dogs-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-plums-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-laws-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-laws-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-singers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-gorillas-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-zoos-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-mirrors-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-jobs-own.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @thirdweb-dev/service-utils

## 0.4.38

### Patch Changes

- [#4147](https://github.com/thirdweb-dev/js/pull/4147) [`997c394`](https://github.com/thirdweb-dev/js/commit/997c3945a7673517fb28273a9985f70ff892b365) Thanks [@iuwqyir](https://github.com/iuwqyir)! - exported usageEventSchema for cf worker and also UsageEvent for node

- [#4146](https://github.com/thirdweb-dev/js/pull/4146) [`214a74c`](https://github.com/thirdweb-dev/js/commit/214a74c36aefee1db47eddd459943241c4e3740e) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - add `authenticationMethod` to usageTracker types

## 0.4.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/service-utils",
"version": "0.4.37",
"version": "0.4.38",
"main": "dist/thirdweb-dev-service-utils.cjs.js",
"module": "dist/thirdweb-dev-service-utils.esm.js",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# thirdweb

## 5.47.0

### Minor Changes

- [#4139](https://github.com/thirdweb-dev/js/pull/4139) [`5fda794`](https://github.com/thirdweb-dev/js/commit/5fda794569e799cebdf8bb36bc45263f7f517988) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Expose ERC20Vote extensions and add more Vote contract extensions

### Patch Changes

- [#4120](https://github.com/thirdweb-dev/js/pull/4120) [`8253524`](https://github.com/thirdweb-dev/js/commit/825352476cfc7259fe336d7d06bd53ee5dcca8c7) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Throw error when no encryption key is provided to custom auth

- [#4159](https://github.com/thirdweb-dev/js/pull/4159) [`cf4443a`](https://github.com/thirdweb-dev/js/commit/cf4443a9ebb152f815700e6da3bf0a64a8c0faa4) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Improves the Blobbie algorithm

- [#4126](https://github.com/thirdweb-dev/js/pull/4126) [`13764f1`](https://github.com/thirdweb-dev/js/commit/13764f1abb95fe03199c5802b3bd909c58590c25) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Connect UI cosmetic improvements

- [#4157](https://github.com/thirdweb-dev/js/pull/4157) [`355795a`](https://github.com/thirdweb-dev/js/commit/355795a2d419791a2a17bedb26f5d794ef19cbec) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix text wrapping on Connect Button

- [#4160](https://github.com/thirdweb-dev/js/pull/4160) [`e0dcc64`](https://github.com/thirdweb-dev/js/commit/e0dcc642564c2456fe3163c98c4b504bac508359) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix connect button border on firefox browser

- [#4156](https://github.com/thirdweb-dev/js/pull/4156) [`f0d6e34`](https://github.com/thirdweb-dev/js/commit/f0d6e343eea28cd49863ba4794b89d6b070c52b2) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix smart contract wallet signature validation on older chains

## 5.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.46.1",
"version": "5.47.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down

0 comments on commit 9e46b5b

Please sign in to comment.