Skip to content

Commit 5518df7

Browse files
authored
Merge pull request #414 from ckb-js/rc/v0.0.1-alpha.1
2 parents 2177a01 + d7cfeeb commit 5518df7

22 files changed

+181
-100
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency pg to v8.11.2 ([#410](https://github.com/ckb-js/kuai/issues/410)) ([4ec4d19](https://github.com/ckb-js/kuai/commit/4ec4d199813f87922aaf3a92f8faf5649625459f))
12+
* load ts-node on demand #411([#411](https://github.com/ckb-js/kuai/issues/411)) ([3d2e0ed](https://github.com/ckb-js/kuai/pull/411/commits/3d2e0edc64c9d895731a9b364428a58d7c0b18ad))
13+
14+
15+
16+
17+
618
## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)
719

820

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.1-alpha.1",
44
"command": {
55
"version": {
66
"message": "chore: update versions and changelogs",

Diff for: package-lock.json

+71-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"publish:all": "npx lerna publish --no-private from-package --yes"
2525
},
2626
"devDependencies": {
27-
"@typescript-eslint/eslint-plugin": "6.2.0",
28-
"@typescript-eslint/parser": "6.2.0",
27+
"@typescript-eslint/eslint-plugin": "6.2.1",
28+
"@typescript-eslint/parser": "6.2.1",
2929
"eslint": "8.46.0",
3030
"husky": "8.0.3",
3131
"jest": "29.6.2",

Diff for: packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)
7+
8+
**Note:** Version bump only for package @ckb-js/kuai-cli
9+
10+
11+
12+
13+
614
## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)
715

816

Diff for: packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-js/kuai-cli",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.1-alpha.1",
44
"license": "MIT",
55
"main": "lib/main.js",
66
"bin": {
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@ckb-js/kuai-core": "0.0.1-alpha.0",
14+
"@ckb-js/kuai-core": "0.0.1-alpha.1",
1515
"commander": "11.0.0"
1616
},
1717
"devDependencies": {

Diff for: packages/common/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)
7+
8+
**Note:** Version bump only for package @ckb-js/kuai-common
9+
10+
11+
12+
13+
614
## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)
715

816

0 commit comments

Comments
 (0)