Skip to content

Commit

Permalink
Version Packages (#4782)
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 Sep 26, 2024
1 parent 500970e commit 98f2b56
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-dancers-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-meals-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-moons-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-queens-love.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-islands-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-rings-compare.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-native-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/react-native-adapter

## 1.4.3

### Patch Changes

- [#4789](https://github.com/thirdweb-dev/js/pull/4789) [`e384001`](https://github.com/thirdweb-dev/js/commit/e38400195f2644ef8dfcfbce5fa127a9a218247d) Thanks [@MananTank](https://github.com/MananTank)! - Fix whitespaces in UI components

## 1.4.2

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/react-native-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react-native-adapter",
"version": "1.4.2",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand All @@ -23,7 +23,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist/*", "src/*"],
"files": [
"dist/*",
"src/*"
],
"dependencies": {
"@aws-sdk/client-lambda": "3.656.0",
"@aws-sdk/credential-providers": "3.654.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/service-utils

## 0.4.40

### Patch Changes

- [#4789](https://github.com/thirdweb-dev/js/pull/4789) [`e384001`](https://github.com/thirdweb-dev/js/commit/e38400195f2644ef8dfcfbce5fa127a9a218247d) Thanks [@MananTank](https://github.com/MananTank)! - Fix whitespaces in UI components

## 0.4.39

### Patch Changes
Expand Down
14 changes: 10 additions & 4 deletions 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.39",
"version": "0.4.40",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,8 +26,12 @@
},
"typesVersions": {
"*": {
"node": ["./dist/types/node/index.d.ts"],
"cf-worker": ["./dist/types/cf-worker/index.d.ts"]
"node": [
"./dist/types/node/index.d.ts"
],
"cf-worker": [
"./dist/types/cf-worker/index.d.ts"
]
}
},
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
Expand All @@ -36,7 +40,9 @@
"url": "https://github.com/thirdweb-dev/js/issues"
},
"author": "thirdweb eng <[email protected]>",
"files": ["dist/"],
"files": [
"dist/"
],
"sideEffects": false,
"dependencies": {
"aws4fetch": "1.0.20",
Expand Down
18 changes: 18 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# thirdweb

## 5.59.0

### Minor Changes

- [#4783](https://github.com/thirdweb-dev/js/pull/4783) [`944d56f`](https://github.com/thirdweb-dev/js/commit/944d56f6d8efa1d76a5590b34e2f3a0bc2d3d552) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Enable ecosystem wallets in React Native

- [#4755](https://github.com/thirdweb-dev/js/pull/4755) [`e02d87b`](https://github.com/thirdweb-dev/js/commit/e02d87b83155a4a77ac8ff77807ee22e7ec865b2) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Refactor linkProfile and getProfile API

### Patch Changes

- [#4568](https://github.com/thirdweb-dev/js/pull/4568) [`3f83a37`](https://github.com/thirdweb-dev/js/commit/3f83a377bcf3db24bd1219af5ac7404a2c670254) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Handle new zksolc metadata format

- [#4809](https://github.com/thirdweb-dev/js/pull/4809) [`500970e`](https://github.com/thirdweb-dev/js/commit/500970e001e60be21b00e6f5cb5b1f170165f274) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fixes account logout state

- [#4789](https://github.com/thirdweb-dev/js/pull/4789) [`e384001`](https://github.com/thirdweb-dev/js/commit/e38400195f2644ef8dfcfbce5fa127a9a218247d) Thanks [@MananTank](https://github.com/MananTank)! - Fix whitespaces in UI components

- [#4793](https://github.com/thirdweb-dev/js/pull/4793) [`c0d81dc`](https://github.com/thirdweb-dev/js/commit/c0d81dcacadfcb8522a8a85dc365637af87af8cf) Thanks [@jnsdls](https://github.com/jnsdls)! - add optional Headers param to `fetchChain`

## 5.58.5

### Patch 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.58.5",
"version": "5.59.0",
"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 98f2b56

Please sign in to comment.