diff --git a/.changeset/shy-pears-brake.md b/.changeset/shy-pears-brake.md deleted file mode 100644 index f285930..0000000 --- a/.changeset/shy-pears-brake.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gobob/react-query": patch -"@gobob/sats-wagmi": patch -"@gobob/types": patch -"@gobob/utils": patch ---- - -chore: add missing tsup config diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index 89b33aa..6c3090b 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @gobob/react-query +## 0.0.2 + +### Patch Changes + +- [#15](https://github.com/bob-collective/sats-wagmi/pull/15) [`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: add missing tsup config + ## 0.0.1 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 67fd0d6..7090ce4 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/react-query", - "version": "0.0.1", + "version": "0.0.2", "description": "Bob UI React Query", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT", diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md index 904db2b..4e270d0 100644 --- a/packages/sats-wagmi/CHANGELOG.md +++ b/packages/sats-wagmi/CHANGELOG.md @@ -1,5 +1,16 @@ # @gobob/sats-wagmi +## 0.0.2 + +### Patch Changes + +- [#15](https://github.com/bob-collective/sats-wagmi/pull/15) [`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: add missing tsup config + +- Updated dependencies [[`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744)]: + - @gobob/react-query@0.0.2 + - @gobob/types@0.0.2 + - @gobob/utils@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index 11cb237..16e212d 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.0.1", + "version": "0.0.2", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 1c0a4c9..c1001a0 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @gobob/types +## 0.0.2 + +### Patch Changes + +- [#15](https://github.com/bob-collective/sats-wagmi/pull/15) [`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: add missing tsup config + ## 0.0.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 5a68620..4d986fc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/types", - "version": "0.0.1", + "version": "0.0.2", "description": "Bob types.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index b6bf88a..09485a5 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @gobob/utils +## 0.0.2 + +### Patch Changes + +- [#15](https://github.com/bob-collective/sats-wagmi/pull/15) [`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: add missing tsup config + +- Updated dependencies [[`19b6721383119fd533396e3f4d154d2e67f8b744`](https://github.com/bob-collective/sats-wagmi/commit/19b6721383119fd533396e3f4d154d2e67f8b744)]: + - @gobob/types@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index a3d3a05..f605d99 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/utils", - "version": "0.0.1", + "version": "0.0.2", "description": "Bob utils.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",