Skip to content

Commit

Permalink
Version Packages (#6383)
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
joaquim-verges and github-actions[bot] authored Mar 3, 2025
1 parent 9799b0a commit cbc0eff
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-onions-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/every-bees-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-readers-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-animals-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-planes-drive.md

This file was deleted.

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

## 0.8.11

### Patch Changes

- [#6382](https://github.com/thirdweb-dev/js/pull/6382) [`47c9c43`](https://github.com/thirdweb-dev/js/commit/47c9c43a875a81aa357ebf3c741f256c317c5cfd) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] trim project ID prefix

- [#6387](https://github.com/thirdweb-dev/js/pull/6387) [`0c0d837`](https://github.com/thirdweb-dev/js/commit/0c0d837f2355c4aa43c3f1ceef52b450623be76f) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Add connect promise so it only connects once

- [#6384](https://github.com/thirdweb-dev/js/pull/6384) [`25b149d`](https://github.com/thirdweb-dev/js/commit/25b149d3a98f99984792874ecb4e3144d2932a08) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Provide CF req to forward origin header

## 0.8.10

### 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.8.10",
"version": "0.8.11",
"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": {
"@confluentinc/kafka-javascript": "^1.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# thirdweb

## 5.90.1

### Patch Changes

- [#6390](https://github.com/thirdweb-dev/js/pull/6390) [`9799b0a`](https://github.com/thirdweb-dev/js/commit/9799b0aae11a20b89e6081f214c2c33c8dc5f132) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds GPT Protocol to chains that only support legacy transactions

- [#6386](https://github.com/thirdweb-dev/js/pull/6386) [`c3b90a6`](https://github.com/thirdweb-dev/js/commit/c3b90a6f1bebcfab5fe4975a65fdc13bf7a0cf06) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle comma for decimal input in PayEmbed

## 5.90.0

### Minor 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.90.0",
"version": "5.90.1",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
2 changes: 2 additions & 0 deletions packages/wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/wagmi-adapter

## 0.2.25

## 0.2.24

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

0 comments on commit cbc0eff

Please sign in to comment.