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/happy-dots-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-loops-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaky-hoops-battle.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/wagmi-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wagmi-inapp

## 0.0.42

### Patch Changes

- Updated dependencies [[`7b873d3`](https://github.com/thirdweb-dev/js/commit/7b873d38db373151ef42dfa7bc1e083568cb5432), [`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
- thirdweb@5.115.3
- @thirdweb-dev/wagmi-adapter@0.2.197

## 0.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wagmi-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi-inapp",
"private": true,
"version": "0.0.41",
"version": "0.0.42",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/nebula/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @thirdweb-dev/nebula

## 0.2.100

### Patch Changes

- Updated dependencies [[`7b873d3`](https://github.com/thirdweb-dev/js/commit/7b873d38db373151ef42dfa7bc1e083568cb5432), [`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
- thirdweb@5.115.3

## 0.2.99

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nebula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.99"
"version": "0.2.100"
}
10 changes: 10 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# thirdweb

## 5.115.3

### Patch Changes

- [#8509](https://github.com/thirdweb-dev/js/pull/8509) [`7b873d3`](https://github.com/thirdweb-dev/js/commit/7b873d38db373151ef42dfa7bc1e083568cb5432) Thanks [@MananTank](https://github.com/MananTank)! - Update success message shown in SwapWidget component

- [#8501](https://github.com/thirdweb-dev/js/pull/8501) [`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e) Thanks [@MananTank](https://github.com/MananTank)! - Remove tabs from token selection UI in SwapWidget

- [#8504](https://github.com/thirdweb-dev/js/pull/8504) [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow passing an activeWallet to SwapWidget

## 5.115.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
Expand Up @@ -430,5 +430,5 @@
}
},
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "5.115.2"
"version": "5.115.3"
}
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.197

Comment on lines +3 to +4
Copy link

Choose a reason for hiding this comment

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

The CHANGELOG entry for version 0.2.197 is incomplete - it only has a version header with no content describing what changed.

View Details
📝 Patch Details
diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md
index 56058b921..7a39e91d1 100644
--- a/packages/wagmi-adapter/CHANGELOG.md
+++ b/packages/wagmi-adapter/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 ## 0.2.197
 
+### Patch Changes
+
+- Updated dependencies [[`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
+  - thirdweb@5.115.3
+
 ## 0.2.196
 
 ## 0.2.195

Analysis

Incomplete CHANGELOG entry for @thirdweb-dev/wagmi-adapter@0.2.197

What fails: The CHANGELOG entry for version 0.2.197 of @thirdweb-dev/wagmi-adapter contains only a version header with no documentation of dependency updates, while other packages in the same release (nebula@0.2.100, wagmi-demo@0.0.42) properly document their dependency updates.

How to reproduce:

  1. Examine packages/wagmi-adapter/CHANGELOG.md line 3-4
  2. Compare with packages/nebula/CHANGELOG.md line 3-9 and apps/wagmi-demo/CHANGELOG.md line 3-10

Result: wagmi-adapter@0.2.197 entry shows:

## 0.2.197

## 0.2.196

Expected: Should document the dependency update to thirdweb@5.115.3 (matching the pattern used in nebula and wagmi-demo):

## 0.2.197

### Patch Changes

- Updated dependencies [[`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
  - thirdweb@5.115.3

This is consistent with the changesets/changelog-github workflow where packages bumped due to dependency updates should document those updates. The commits b0eccf3 and a704c3f are the same dependency sources listed in both nebula@0.2.100 and wagmi-demo@0.0.42, which also update to thirdweb@5.115.3.

## 0.2.196

## 0.2.195
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.196"
"version": "0.2.197"
}
Loading