Skip to content

Commit d3bf67f

Browse files
Version Packages (#197)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1464fbd commit d3bf67f

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

.changeset/otk-47-ci-fixes.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @coinbase/onchaintestkit
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 4795be4: fix: improve CI reliability for MetaMask notification handling
8+
9+
- Replace fire-and-forget isVisible() checks with polling loop for notification type detection
10+
- Add page caching to avoid stale page race conditions between notification detection and action handlers
11+
- Add bounded retry wrapper (withRetry v2) to notification action handlers for CI resilience
12+
- Apply biome lint and format fixes across all source files
13+
- Temporarily skip Phantom, Coinbase, and Smart Wallet tests to focus on MetaMask CI stability
14+
315
## 1.2.0
416

517
### Minor Changes

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"**/*.min.js",
6363
"coverage",
6464
"build",
65-
"**/.next/**"
65+
"**/.next/**",
66+
"**/lib/**"
6667
]
6768
}
6869
}

example/frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-frontend
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4795be4]
8+
- @coinbase/onchaintestkit@1.2.1
9+
310
## 0.1.2
411

512
### Patch Changes

example/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-frontend",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchaintestkit",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "End-to-end testing toolkit for blockchain applications, powered by Playwright",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@biomejs/biome": "1.5.3",
5454
"@changesets/cli": "^2.29.5",
55-
"@coinbase/onchaintestkit": "^1.2.0",
55+
"@coinbase/onchaintestkit": "^1.2.1",
5656
"@playwright/test": "^1.34.0",
5757
"@types/fs-extra": "^11.0.1",
5858
"@types/node": "^18.16.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@ __metadata:
379379
languageName: node
380380
linkType: hard
381381

382-
"@coinbase/onchaintestkit@npm:^1.2.0, @coinbase/onchaintestkit@workspace:*, @coinbase/onchaintestkit@workspace:.":
382+
"@coinbase/onchaintestkit@npm:^1.2.1, @coinbase/onchaintestkit@workspace:*, @coinbase/onchaintestkit@workspace:.":
383383
version: 0.0.0-use.local
384384
resolution: "@coinbase/onchaintestkit@workspace:."
385385
dependencies:
386386
"@biomejs/biome": "npm:1.5.3"
387387
"@changesets/cli": "npm:^2.29.5"
388388
"@coinbase/onchainkit": "npm:^0.36.4"
389-
"@coinbase/onchaintestkit": "npm:^1.2.0"
389+
"@coinbase/onchaintestkit": "npm:^1.2.1"
390390
"@playwright/test": "npm:^1.34.0"
391391
"@types/fs-extra": "npm:^11.0.1"
392392
"@types/node": "npm:^18.16.0"

0 commit comments

Comments
 (0)