Skip to content

Commit

Permalink
Version Packages (#6166)
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 6, 2025
1 parent f77165e commit e732b11
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-wombats-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-files-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-goats-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-moons-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-monkeys-promise.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# thirdweb-login

## 0.1.2

### Patch Changes

- Updated dependencies [[`f77165e`](https://github.com/thirdweb-dev/js/commit/f77165e2d1dd13a1887604c3431bd49b9bd67f28)]:
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb-login",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
12 changes: 12 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @thirdweb-dev/service-utils

## 0.8.5

### Patch Changes

- [#6171](https://github.com/thirdweb-dev/js/pull/6171) [`ee6bd4f`](https://github.com/thirdweb-dev/js/commit/ee6bd4f8982d2b0db823c8cb472aeb9d6f9408fb) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] export KafkaProducer

- [#6181](https://github.com/thirdweb-dev/js/pull/6181) [`dfd64d2`](https://github.com/thirdweb-dev/js/commit/dfd64d2896444b223cbe999c7973ed1287cd833e) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Expose maxInFlightRequests in Kafka producer

- [#6164](https://github.com/thirdweb-dev/js/pull/6164) [`821caa6`](https://github.com/thirdweb-dev/js/commit/821caa63d78a2f985925d6c1be24143f46f435f4) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] fix: Add missing CompressionCodecs import

- [#6170](https://github.com/thirdweb-dev/js/pull/6170) [`ccf6329`](https://github.com/thirdweb-dev/js/commit/ccf6329810c1426fadc4483660e154ae38a2927b) Thanks [@arcoraven](https://github.com/arcoraven)! - Add raw kafka producer

## 0.8.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.8.4",
"version": "0.8.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": {
"aws4fetch": "1.0.20",
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.87.4

### Patch Changes

- [#6182](https://github.com/thirdweb-dev/js/pull/6182) [`f77165e`](https://github.com/thirdweb-dev/js/commit/f77165e2d1dd13a1887604c3431bd49b9bd67f28) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Skip swap approvals if already approved and always calculate gas prices locally

## 5.87.3

### 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.87.3",
"version": "5.87.4",
"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.13

## 0.2.12

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

0 comments on commit e732b11

Please sign in to comment.