@valve-tech/tx-flight-react 0.9.3 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ this file.
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/).
8
8
 
9
+ ## [0.10.1] — 2026-05-08
10
+
11
+ Synchronized release — no changes to this package. Republished at
12
+ 0.10.1 alongside the rest of the toolkit; v0.10.0 only got
13
+ trueblocks-sdk publishing wrong (missing `repository` field tripped
14
+ provenance validation), so the rest of the line had to bump to
15
+ re-sync.
16
+
17
+ ## [0.10.0] — 2026-05-08
18
+
19
+ Synchronized release — no changes to this package. Republished at
20
+ 0.10.0 alongside the rest of the toolkit. The minor bump (rather
21
+ than patch) reflects the addition of a new sibling package,
22
+ `@valve-tech/trueblocks-sdk`, to the synced release line.
23
+
9
24
  ## [0.9.3] — 2026-05-08
10
25
 
11
26
  **First OIDC-driven publish for this package**, jumping straight
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valve-tech/tx-flight-react",
3
- "version": "0.9.3",
3
+ "version": "0.10.1",
4
4
  "description": "React UI primitives for rendering an in-flight transaction strip. Provider with multi-instance scoping (id + storage key), three add methods (addWithWalletAdapter for callers using @valve-tech/wallet-adapter, addByHash for raw hash + chain via @valve-tech/tx-tracker, addManual for back-fill), pluggable storage (localStorage default, IndexedDB and memory adapters included), atomic + layout components for headless composition, SSR-safe (the package's React-side hooks are client-only; storage adapters no-op on the server). Part of the valve-tech/evm-toolkit synchronized release line.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/tx-flight-react#readme",
@@ -52,9 +52,9 @@
52
52
  "prepare": "yarn build"
53
53
  },
54
54
  "peerDependencies": {
55
- "@valve-tech/chain-source": "^0.9.3",
56
- "@valve-tech/tx-tracker": "^0.9.3",
57
- "@valve-tech/wallet-adapter": "^0.9.3",
55
+ "@valve-tech/chain-source": "^0.10.1",
56
+ "@valve-tech/tx-tracker": "^0.10.1",
57
+ "@valve-tech/wallet-adapter": "^0.10.1",
58
58
  "react": "^18.2.0 || ^19.0.0",
59
59
  "react-dom": "^18.2.0 || ^19.0.0",
60
60
  "viem": "^2.0.0"
@@ -75,9 +75,9 @@
75
75
  "@testing-library/react": "^16.1.0",
76
76
  "@types/react": "^18.3.0",
77
77
  "@types/react-dom": "^18.3.0",
78
- "@valve-tech/chain-source": "^0.9.3",
79
- "@valve-tech/tx-tracker": "^0.9.3",
80
- "@valve-tech/wallet-adapter": "^0.9.3",
78
+ "@valve-tech/chain-source": "^0.10.1",
79
+ "@valve-tech/tx-tracker": "^0.10.1",
80
+ "@valve-tech/wallet-adapter": "^0.10.1",
81
81
  "fake-indexeddb": "^6.0.0",
82
82
  "happy-dom": "^15.0.0",
83
83
  "react": "^18.3.1",