Skip to content

Commit 108e128

Browse files
chore: version packages 🚀 (#2516)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa59050 commit 108e128

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/tangy-geese-retire.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.1
4+
35
## 1.1.0
46

57
## 1.0.3

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

packages/onchainkit/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- fix: Allow additional properties in withValidManifest - Thanks [@dgca](https://github.com/dgca)! [#2515](https://github.com/coinbase/onchainkit/pull/2515)
8+
39
## 1.1.0
410

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

0 commit comments

Comments
 (0)