Skip to content

Commit cfeb311

Browse files
authored
Bump v0.3.0 rc1 (#138)
* chore: bump v0.3.0-rc1 * chore: bump v0.3.0-rc1
1 parent 8ecced6 commit cfeb311

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
[![npm](https://img.shields.io/npm/l/@offckb/cli.svg?maxAge=1000)](https://github.com/jeffijoe/@offckb/cli/blob/master/LICENSE.md)
77
[![node](https://img.shields.io/node/v/@offckb/cli.svg?maxAge=1000)](https://www.npmjs.com/package/@offckb/cli)
88

9-
**CKB local development network for your first try.**
9+
CKB local development network for your first try.
1010

1111
- One-line command to start a devnet
1212
- No docker required
1313
- Pre-funded test accounts
1414
- Built-in scripts like [Omnilock](https://github.com/cryptape/omnilock) and [Spore-contract](https://github.com/sporeprotocol/spore-contract)
1515
- Multiple minimal dApp templates to learn and get your hands dirty
1616

17-
Start building on CKB blockchain, right now, right away!
17+
**Migrate from v0.2.x to v0.3.x:**
18+
19+
There are BREAKING CHANGES between v0.2.x and v0.3.x, make sure to read the [migration guide](/docs/migration.md) before upgrading.
1820

1921
## Table of Contents
2022

docs/migration.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Migration from v0.2.x to v0.3.x
2+
3+
## BREAKING CHANGES
4+
5+
1. Rename `sync-config` to `sync-scripts`
6+
2. Rename `deployed-scripts` to `my-scripts`
7+
3. Templates `offckb.config.ts` file are refactored with NEW structure
8+
9+
## Add new commands
10+
11+
1. `proxy-rpc`
12+
2. `system-scripts`
13+
3. `debug`
14+
4. `mol`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offckb/cli",
3-
"version": "0.3.0-canary.0",
3+
"version": "0.3.0-rc1",
44
"description": "ckb development network for your first try",
55
"author": "CKB EcoFund",
66
"license": "MIT",

0 commit comments

Comments
 (0)