Skip to content
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/breezy-dodos-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clear-books-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-onions-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-sheep-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-olives-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hidden-wallets-prop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-points-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-views-show.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/insight
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog header in this file is incorrect. It currently shows # @thirdweb-dev/insight but since this is the engine package changelog file, it should be # @thirdweb-dev/engine to properly identify the package being documented.

Suggested change
# @thirdweb-dev/insight
# @thirdweb-dev/engine

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.


## 3.0.2

### Patch Changes

- [#7158](https://github.com/thirdweb-dev/js/pull/7158) [`ec7bc2b`](https://github.com/thirdweb-dev/js/commit/ec7bc2bb1e58f1a45d01eec0f308bc0f86479050) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - client id optional

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/engine",
"version": "3.0.1",
"version": "3.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
6 changes: 6 additions & 0 deletions packages/insight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/insight

## 1.0.1

### Patch Changes

- [#7158](https://github.com/thirdweb-dev/js/pull/7158) [`ec7bc2b`](https://github.com/thirdweb-dev/js/commit/ec7bc2bb1e58f1a45d01eec0f308bc0f86479050) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - client id optional

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/insight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/insight",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
20 changes: 20 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# thirdweb

## 5.101.2

### Patch Changes

- [#7185](https://github.com/thirdweb-dev/js/pull/7185) [`41e59a9`](https://github.com/thirdweb-dev/js/commit/41e59a9c2036d02802e38070122db9d9b7fe5664) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds `country` to onramp parameters

- [#7157](https://github.com/thirdweb-dev/js/pull/7157) [`52d451f`](https://github.com/thirdweb-dev/js/commit/52d451ff708ccf85d21e25e960ff2a9e7f5c9c68) Thanks [@RobbyUitbeijerse](https://github.com/RobbyUitbeijerse)! - default the spinner stroke color to currentColor and make the color prop optional

- [#7158](https://github.com/thirdweb-dev/js/pull/7158) [`ec7bc2b`](https://github.com/thirdweb-dev/js/commit/ec7bc2bb1e58f1a45d01eec0f308bc0f86479050) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle large NFT colletions when updating metadata

- [#7183](https://github.com/thirdweb-dev/js/pull/7183) [`655df03`](https://github.com/thirdweb-dev/js/commit/655df037ddd7f2215d46e06772bce2629fffd3d0) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add a `hiddenWallets` prop to `ConnectEmbed`, `ConnectButton`, and `useConnectModal` to hide specific wallets from the connect list.

- [#7191](https://github.com/thirdweb-dev/js/pull/7191) [`44a7460`](https://github.com/thirdweb-dev/js/commit/44a7460c83661581f0523163752d9260a38c5781) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Remove unnecessary Switch Network button in PayEmbed

- [#7202](https://github.com/thirdweb-dev/js/pull/7202) [`3d3c6f3`](https://github.com/thirdweb-dev/js/commit/3d3c6f3d45d8298f7800a731844213ac0fde314b) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fixes a bug with purchaseData not being included on PayEmbed transfers

- Updated dependencies [[`ec7bc2b`](https://github.com/thirdweb-dev/js/commit/ec7bc2bb1e58f1a45d01eec0f308bc0f86479050), [`ec7bc2b`](https://github.com/thirdweb-dev/js/commit/ec7bc2bb1e58f1a45d01eec0f308bc0f86479050)]:
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]

## 5.101.1

### 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.101.1",
"version": "5.101.2",
"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.85

## 0.2.84

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