diff --git a/.changeset/fluffy-months-own.md b/.changeset/fluffy-months-own.md deleted file mode 100644 index 6a7d079..0000000 --- a/.changeset/fluffy-months-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -fix CI workflow for NPM publishing diff --git a/.changeset/fluffy-roses-remain.md b/.changeset/fluffy-roses-remain.md deleted file mode 100644 index 5007c07..0000000 --- a/.changeset/fluffy-roses-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -drop parcel for tsup... diff --git a/.changeset/shaggy-lies-poke.md b/.changeset/shaggy-lies-poke.md deleted file mode 100644 index 55d31e2..0000000 --- a/.changeset/shaggy-lies-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -add arbitrum sepolia deployments; drop arbitrum goerli diff --git a/.changeset/silly-bats-clap.md b/.changeset/silly-bats-clap.md deleted file mode 100644 index 40785d4..0000000 --- a/.changeset/silly-bats-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -add `useIsGeofenced` hook diff --git a/.changeset/smooth-rings-breathe.md b/.changeset/smooth-rings-breathe.md deleted file mode 100644 index 6d374c0..0000000 --- a/.changeset/smooth-rings-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -fix SIWE `Unknown Error` bug diff --git a/.changeset/sweet-snakes-clap.md b/.changeset/sweet-snakes-clap.md deleted file mode 100644 index 00f89e5..0000000 --- a/.changeset/sweet-snakes-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -use `window.location.host` in creation of SIWE message diff --git a/.changeset/twelve-fans-marry.md b/.changeset/twelve-fans-marry.md deleted file mode 100644 index b64e4b4..0000000 --- a/.changeset/twelve-fans-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -pin `trade-interfaces` to v1.4.0 diff --git a/.changeset/twelve-seals-cross.md b/.changeset/twelve-seals-cross.md deleted file mode 100644 index b11bbb2..0000000 --- a/.changeset/twelve-seals-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@valorem-labs-inc/react-hooks": patch ---- - -update `onResponse` props in useRFQ/useSoftQuote diff --git a/CHANGELOG.md b/CHANGELOG.md index a196070..91663a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @valorem-labs-inc/react-hooks +## 0.0.8 + +### Patch Changes + +- 8109a48: fix CI workflow for NPM publishing +- 016a055: drop parcel for tsup... +- 3ebc40d: add arbitrum sepolia deployments; drop arbitrum goerli +- 6580e92: add `useIsGeofenced` hook +- 717e435: fix SIWE `Unknown Error` bug +- 31bdd4b: use `window.location.host` in creation of SIWE message +- 19ecb4a: pin `trade-interfaces` to v1.4.0 +- e3015bb: update `onResponse` props in useRFQ/useSoftQuote + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 9601a92..ffbadbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valorem-labs-inc/react-hooks", - "version": "0.0.7", + "version": "0.0.8", "repository": { "type": "git", "url": "https://github.com/valorem-labs-inc/react-hooks.git"