Skip to content

Commit

Permalink
Version Packages (#5687)
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] authored Dec 11, 2024
1 parent da5d8ec commit 46b2071
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-suns-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-games-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-camels-live.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# thirdweb

## 5.76.1

### Patch Changes

- [#5688](https://github.com/thirdweb-dev/js/pull/5688) [`da5d8ec`](https://github.com/thirdweb-dev/js/commit/da5d8ec53b4d60dd1ad6ed2cd9d638f466b22b3a) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Autoconnect previously linked wallets

- [#5682](https://github.com/thirdweb-dev/js/pull/5682) [`5b24faf`](https://github.com/thirdweb-dev/js/commit/5b24faf1f371a2df21f836ad159a2cf1a6e64ec3) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix ecosystem wallet AA detection in Pay modal

- [#5674](https://github.com/thirdweb-dev/js/pull/5674) [`8020bdb`](https://github.com/thirdweb-dev/js/commit/8020bdbf2b811955ba071e4aa59df9153e9ca4e6) Thanks [@devfelipenunes](https://github.com/devfelipenunes)! - This pull request adds the complete Portuguese (Brazil) translation for the wallet connection module. It includes translations for connecting a wallet, sending/receiving funds, network management, and other wallet-related actions. This improves the user experience for Portuguese-speaking users.

## 5.76.0

### Minor Changes
Expand Down
74 changes: 55 additions & 19 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.76.0",
"version": "5.76.1",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down Expand Up @@ -127,24 +127,60 @@
},
"typesVersions": {
"*": {
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
"auth": ["./dist/types/exports/auth.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"contract": ["./dist/types/exports/contract.d.ts"],
"deploys": ["./dist/types/exports/deploys.d.ts"],
"event": ["./dist/types/exports/event.d.ts"],
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
"pay": ["./dist/types/exports/pay.d.ts"],
"react": ["./dist/types/exports/react.d.ts"],
"react-native": ["./dist/types/exports/react-native.d.ts"],
"rpc": ["./dist/types/exports/rpc.d.ts"],
"storage": ["./dist/types/exports/storage.d.ts"],
"transaction": ["./dist/types/exports/transaction.d.ts"],
"utils": ["./dist/types/exports/utils.d.ts"],
"wallets": ["./dist/types/exports/wallets.d.ts"],
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
"modules": ["./dist/types/exports/modules.d.ts"],
"social": ["./dist/types/exports/social.d.ts"]
"adapters/*": [
"./dist/types/exports/adapters/*.d.ts"
],
"auth": [
"./dist/types/exports/auth.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"contract": [
"./dist/types/exports/contract.d.ts"
],
"deploys": [
"./dist/types/exports/deploys.d.ts"
],
"event": [
"./dist/types/exports/event.d.ts"
],
"extensions/*": [
"./dist/types/exports/extensions/*.d.ts"
],
"pay": [
"./dist/types/exports/pay.d.ts"
],
"react": [
"./dist/types/exports/react.d.ts"
],
"react-native": [
"./dist/types/exports/react-native.d.ts"
],
"rpc": [
"./dist/types/exports/rpc.d.ts"
],
"storage": [
"./dist/types/exports/storage.d.ts"
],
"transaction": [
"./dist/types/exports/transaction.d.ts"
],
"utils": [
"./dist/types/exports/utils.d.ts"
],
"wallets": [
"./dist/types/exports/wallets.d.ts"
],
"wallets/*": [
"./dist/types/exports/wallets/*.d.ts"
],
"modules": [
"./dist/types/exports/modules.d.ts"
],
"social": [
"./dist/types/exports/social.d.ts"
]
}
},
"browser": {
Expand Down

0 comments on commit 46b2071

Please sign in to comment.