Skip to content

Commit 632a015

Browse files
chore: version packages 🚀 (#2509)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07d6657 commit 632a015

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/crazy-terms-give.md

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

.changeset/sour-carrots-lie.md

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

.changeset/stale-teeth-fly.md

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

packages/create-onchain/CHANGELOG.md

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

3+
## 1.1.0
4+
35
## 1.0.3
46

57
### 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.3",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

packages/onchainkit/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- feat: Add option to useOpenUrl to handle non-mini-app behavior in a custom way - Thanks [@dgca](https://github.com/dgca)! [#2500](https://github.com/coinbase/onchainkit/pull/2500)
8+
9+
### Patch Changes
10+
11+
- fix: Deprecate isFrameReady and setFrameReady for isMiniAppReady and setMiniAppReady - Thanks [@dgca](https://github.com/dgca)! [#2510](https://github.com/coinbase/onchainkit/pull/2510)
12+
13+
- fix: Update GetOnrampUrl types to account for new API interface - Thanks [@dgca](https://github.com/dgca)! [#2511](https://github.com/coinbase/onchainkit/pull/2511)
14+
315
## 1.0.3
416

517
## 1.0.2

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.3",
3+
"version": "1.1.0",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)