Skip to content

Commit aeed32a

Browse files
chore: version packages 🚀 (#2505)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Cortes <[email protected]>
1 parent b96fead commit aeed32a

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["miniapp-manifest-generator", "minikit-example"]
10+
"ignore": ["miniapp-manifest-generator", "minikit-example", "template-minikit-nextjs", "template-onchainkit-nextjs"]
1111
}

.changeset/plenty-wombats-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-onchain/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-onchain
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- fix: Add allowedAddresses to MiniKit template - Thanks [@dgca](https://github.com/dgca)! [#2504](https://github.com/coinbase/onchainkit/pull/2504)
8+
39
## 1.0.2
410

511
### Patch Changes

packages/create-onchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-onchain",
33
"description": "Instantly create onchain applications with OnchainKit.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

packages/onchainkit/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 1.0.3
4+
35
## 1.0.2
46

57
### Patch Changes

packages/onchainkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)