Skip to content

Commit

Permalink
Version Packages (#6343)
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 Feb 27, 2025
1 parent 2ec6cc0 commit 6125e88
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-states-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-icons-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-bees-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-boxes-fail.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.10

### Patch Changes

- [#6345](https://github.com/thirdweb-dev/js/pull/6345) [`0595c37`](https://github.com/thirdweb-dev/js/commit/0595c37163392e986124ebc376020a3bca6ba1ac) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Use @confluentinc/kafka-javascript

- [#6346](https://github.com/thirdweb-dev/js/pull/6346) [`b60d251`](https://github.com/thirdweb-dev/js/commit/b60d251cd72f72080c3a8d8039bad330a7cda344) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] fix usageV2 caller

- [#6338](https://github.com/thirdweb-dev/js/pull/6338) [`9f69cc2`](https://github.com/thirdweb-dev/js/commit/9f69cc27aec2dd8e0b68541f7d4addc452d5bc5a) Thanks [@jnsdls](https://github.com/jnsdls)! - add `pastDue` to possible billing status flags

## 0.8.9

### 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.8.9",
"version": "0.8.10",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# thirdweb

## 5.89.1

### Patch Changes

- [#6356](https://github.com/thirdweb-dev/js/pull/6356) [`2ba1683`](https://github.com/thirdweb-dev/js/commit/2ba168388a51214f809a4e3ef0b7d78f38d5c57d) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Change caching strategy for contract ABI

## 5.89.0

### Minor Changes
Expand Down
78 changes: 58 additions & 20 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.89.0",
"version": "5.89.1",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down Expand Up @@ -132,25 +132,63 @@
},
"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"],
"ai": ["./dist/types/exports/ai.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"
],
"ai": [
"./dist/types/exports/ai.d.ts"
]
}
},
"browser": {
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.23

## 0.2.22

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

0 comments on commit 6125e88

Please sign in to comment.