diff --git a/.changeset/calm-poems-exercise.md b/.changeset/calm-poems-exercise.md deleted file mode 100644 index be00b51..0000000 --- a/.changeset/calm-poems-exercise.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gobob/react-query": patch -"@gobob/sats-wagmi": patch -"@gobob/types": patch -"@gobob/utils": patch ---- - -Fix/release diff --git a/.changeset/orange-snails-lay.md b/.changeset/orange-snails-lay.md deleted file mode 100644 index d064e8e..0000000 --- a/.changeset/orange-snails-lay.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gobob/react-query": patch -"@gobob/sats-wagmi": patch -"@gobob/types": patch -"@gobob/utils": patch ---- - -chore: update package.json diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md new file mode 100644 index 0000000..89b33aa --- /dev/null +++ b/packages/react-query/CHANGELOG.md @@ -0,0 +1,9 @@ +# @gobob/react-query + +## 0.0.1 + +### Patch Changes + +- [#4](https://github.com/bob-collective/sats-wagmi/pull/4) [`8f34cb893d9cca2dbe5f3a4c768789ef461a020e`](https://github.com/bob-collective/sats-wagmi/commit/8f34cb893d9cca2dbe5f3a4c768789ef461a020e) Thanks [@danielsimao](https://github.com/danielsimao)! - Fix/release + +- [#2](https://github.com/bob-collective/sats-wagmi/pull/2) [`3d9e87d9f56ec9c5d2054651c532da29f929f579`](https://github.com/bob-collective/sats-wagmi/commit/3d9e87d9f56ec9c5d2054651c532da29f929f579) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: update package.json diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 67113c5..67fd0d6 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/react-query", - "version": "0.0.0", + "version": "0.0.1", "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 new file mode 100644 index 0000000..904db2b --- /dev/null +++ b/packages/sats-wagmi/CHANGELOG.md @@ -0,0 +1,13 @@ +# @gobob/sats-wagmi + +## 0.0.1 + +### Patch Changes + +- [#4](https://github.com/bob-collective/sats-wagmi/pull/4) [`8f34cb893d9cca2dbe5f3a4c768789ef461a020e`](https://github.com/bob-collective/sats-wagmi/commit/8f34cb893d9cca2dbe5f3a4c768789ef461a020e) Thanks [@danielsimao](https://github.com/danielsimao)! - Fix/release + +- [#2](https://github.com/bob-collective/sats-wagmi/pull/2) [`3d9e87d9f56ec9c5d2054651c532da29f929f579`](https://github.com/bob-collective/sats-wagmi/commit/3d9e87d9f56ec9c5d2054651c532da29f929f579) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: update package.json + +- Updated dependencies [[`8f34cb893d9cca2dbe5f3a4c768789ef461a020e`](https://github.com/bob-collective/sats-wagmi/commit/8f34cb893d9cca2dbe5f3a4c768789ef461a020e), [`3d9e87d9f56ec9c5d2054651c532da29f929f579`](https://github.com/bob-collective/sats-wagmi/commit/3d9e87d9f56ec9c5d2054651c532da29f929f579)]: + - @gobob/react-query@0.0.1 + - @gobob/utils@0.0.1 diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index 6c06af0..1adf873 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.0.0", + "version": "0.0.1", "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 new file mode 100644 index 0000000..1c0a4c9 --- /dev/null +++ b/packages/types/CHANGELOG.md @@ -0,0 +1,9 @@ +# @gobob/types + +## 0.0.1 + +### Patch Changes + +- [#4](https://github.com/bob-collective/sats-wagmi/pull/4) [`8f34cb893d9cca2dbe5f3a4c768789ef461a020e`](https://github.com/bob-collective/sats-wagmi/commit/8f34cb893d9cca2dbe5f3a4c768789ef461a020e) Thanks [@danielsimao](https://github.com/danielsimao)! - Fix/release + +- [#2](https://github.com/bob-collective/sats-wagmi/pull/2) [`3d9e87d9f56ec9c5d2054651c532da29f929f579`](https://github.com/bob-collective/sats-wagmi/commit/3d9e87d9f56ec9c5d2054651c532da29f929f579) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: update package.json diff --git a/packages/types/package.json b/packages/types/package.json index 5c8c034..5a68620 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/types", - "version": "0.0.0", + "version": "0.0.1", "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 new file mode 100644 index 0000000..b6bf88a --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,9 @@ +# @gobob/utils + +## 0.0.1 + +### Patch Changes + +- [#4](https://github.com/bob-collective/sats-wagmi/pull/4) [`8f34cb893d9cca2dbe5f3a4c768789ef461a020e`](https://github.com/bob-collective/sats-wagmi/commit/8f34cb893d9cca2dbe5f3a4c768789ef461a020e) Thanks [@danielsimao](https://github.com/danielsimao)! - Fix/release + +- [#2](https://github.com/bob-collective/sats-wagmi/pull/2) [`3d9e87d9f56ec9c5d2054651c532da29f929f579`](https://github.com/bob-collective/sats-wagmi/commit/3d9e87d9f56ec9c5d2054651c532da29f929f579) Thanks [@danielsimao](https://github.com/danielsimao)! - chore: update package.json diff --git a/packages/utils/package.json b/packages/utils/package.json index 761239e..4451e58 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/utils", - "version": "0.0.0", + "version": "0.0.1", "description": "Bob utils.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",