Skip to content

Commit 7ce0a38

Browse files
chore: version packages 🚀 (#2529)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 678c3be commit 7ce0a38

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.changeset/many-papers-bow.md

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

.changeset/witty-boats-doubt.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.2
4+
35
## 1.1.1
46

57
## 1.1.0

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

packages/onchainkit/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- fix: Rename allowedAddresses field to ownerAddress - Thanks [@dgca](https://github.com/dgca)! [#2530](https://github.com/coinbase/onchainkit/pull/2530)
8+
9+
- chore: Deprecate <Checkout /> component and related functionality - Thanks [@dgca](https://github.com/dgca)! [#2528](https://github.com/coinbase/onchainkit/pull/2528)
10+
311
## 1.1.1
412

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

0 commit comments

Comments
 (0)