Skip to content

Commit 0c0d957

Browse files
chore: Release onchainkit and create-onchain at 1.0.2 (#2499)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9fd033 commit 0c0d957

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

packages/create-onchain/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- **chore:** Package version bump
8+
9+
## 1.0.1
10+
11+
- Skipped version to sync versions with create-onchain
12+
313
## 1.0.0
414

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

packages/onchainkit/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- **chore:** Package version bump
8+
9+
## 1.0.1
10+
11+
- Skipped version to sync versions with create-onchain
12+
313
## 1.0.0
414

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

0 commit comments

Comments
 (0)