diff --git a/.changeset/config.json b/.changeset/config.json index 66c04b6ba1..1e466e3df3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["miniapp-manifest-generator", "minikit-example"] + "ignore": ["miniapp-manifest-generator", "minikit-example", "template-minikit-nextjs", "template-onchainkit-nextjs"] } diff --git a/.changeset/plenty-wombats-drum.md b/.changeset/plenty-wombats-drum.md deleted file mode 100644 index f2148e3ede..0000000000 --- a/.changeset/plenty-wombats-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-onchain": patch ---- - -fix: Add allowedAddresses to MiniKit template diff --git a/packages/create-onchain/CHANGELOG.md b/packages/create-onchain/CHANGELOG.md index a1319596a3..7e4a7582af 100644 --- a/packages/create-onchain/CHANGELOG.md +++ b/packages/create-onchain/CHANGELOG.md @@ -1,5 +1,11 @@ # create-onchain +## 1.0.3 + +### Patch Changes + +- fix: Add allowedAddresses to MiniKit template - Thanks [@dgca](https://github.com/dgca)! [#2504](https://github.com/coinbase/onchainkit/pull/2504) + ## 1.0.2 ### Patch Changes diff --git a/packages/create-onchain/package.json b/packages/create-onchain/package.json index 4dd836cff0..09de02cd42 100644 --- a/packages/create-onchain/package.json +++ b/packages/create-onchain/package.json @@ -1,7 +1,7 @@ { "name": "create-onchain", "description": "Instantly create onchain applications with OnchainKit.", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/onchainkit/CHANGELOG.md b/packages/onchainkit/CHANGELOG.md index e59d358818..e50313f84f 100644 --- a/packages/onchainkit/CHANGELOG.md +++ b/packages/onchainkit/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.0.3 + ## 1.0.2 ### Patch Changes diff --git a/packages/onchainkit/package.json b/packages/onchainkit/package.json index 8673e6554b..7fe7c41f8f 100644 --- a/packages/onchainkit/package.json +++ b/packages/onchainkit/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",