Skip to content

Version Packages #6787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lovely-peas-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ripe-parks-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-llamas-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-parrots-stare.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.9.5

### Patch Changes

- [#6793](https://github.com/thirdweb-dev/js/pull/6793) [`f85163e`](https://github.com/thirdweb-dev/js/commit/f85163edee8ab21a1f7a1b70c4dffc5953a409d3) Thanks [@jnsdls](https://github.com/jnsdls)! - add engineCloud plan capability

- [#6782](https://github.com/thirdweb-dev/js/pull/6782) [`d7dc83f`](https://github.com/thirdweb-dev/js/commit/d7dc83f9e65616fe2f61bb2a680429b163cd0307) Thanks [@jnsdls](https://github.com/jnsdls)! - updated various dependencies

- [#6815](https://github.com/thirdweb-dev/js/pull/6815) [`69ec6e0`](https://github.com/thirdweb-dev/js/commit/69ec6e055363483b0a259d8ed052c6601d39679d) Thanks [@jnsdls](https://github.com/jnsdls)! - expose `rateLimitSlidingWindow` strategy directly for more low-level usage

## 0.9.4

### 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.9.4",
"version": "0.9.5",
"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.3.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.95.3

### Patch Changes

- [#6782](https://github.com/thirdweb-dev/js/pull/6782) [`d7dc83f`](https://github.com/thirdweb-dev/js/commit/d7dc83f9e65616fe2f61bb2a680429b163cd0307) Thanks [@jnsdls](https://github.com/jnsdls)! - updated various dependencies

- [#6778](https://github.com/thirdweb-dev/js/pull/6778) [`4ccf062`](https://github.com/thirdweb-dev/js/commit/4ccf06260bd4fccc180998153c1e9abacd6044cb) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix loading state when loading source tokens in PayEmbed

## 5.95.2

### 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.95.2",
"version": "5.95.3",
"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.59

## 0.2.58

## 0.2.57
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.58",
"version": "0.2.59",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
Loading