Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 3, 2023
2 parents 29e87f1 + 2177a01 commit c1c479c
Show file tree
Hide file tree
Showing 20 changed files with 136 additions and 42 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **common:** add dependency env-paths to common package ([#401](https://github.com/ckb-js/kuai/issues/401)) ([1357300](https://github.com/ckb-js/kuai/commit/1357300bcf52147ff9722e0a643ceb67d7d6213c))
* **deps:** update dependency enquirer to v2.4.1 ([#394](https://github.com/ckb-js/kuai/issues/394)) ([a869854](https://github.com/ckb-js/kuai/commit/a8698542a2de5cb1d15be6170142d37ffc5da7c8))
* **deps:** update dependency enquirer to v2.4.1 ([#404](https://github.com/ckb-js/kuai/issues/404)) ([a804a8d](https://github.com/ckb-js/kuai/commit/a804a8d00c21fc22f4d6c36c0b0a4f084092656b))
* **deps:** update dependency tslib to v2.6.1 ([#391](https://github.com/ckb-js/kuai/issues/391)) ([a19c590](https://github.com/ckb-js/kuai/commit/a19c5900017f8dcbd6a813674ccc1704226a9361))
* strip ansi colors code from output for matching ([#399](https://github.com/ckb-js/kuai/issues/399)) ([6c3fcc1](https://github.com/ckb-js/kuai/commit/6c3fcc1aa8c4ec4b8184fae10afb48fb4fc31cc4))





## 0.0.1-alpha (2023-07-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"command": {
"version": {
"message": "chore: update versions and changelogs",
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* strip ansi colors code from output for matching ([#399](https://github.com/ckb-js/kuai/issues/399)) ([6c3fcc1](https://github.com/ckb-js/kuai/commit/6c3fcc1aa8c4ec4b8184fae10afb48fb4fc31cc4))





## 0.0.1-alpha (2023-07-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-cli",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"license": "MIT",
"main": "lib/main.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1-alpha",
"@ckb-js/kuai-core": "0.0.1-alpha.0",
"commander": "11.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **common:** add dependency env-paths to common package ([#401](https://github.com/ckb-js/kuai/issues/401)) ([1357300](https://github.com/ckb-js/kuai/commit/1357300bcf52147ff9722e0a643ceb67d7d6213c))





## 0.0.1-alpha (2023-07-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-common",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **deps:** update dependency enquirer to v2.4.1 ([#394](https://github.com/ckb-js/kuai/issues/394)) ([a869854](https://github.com/ckb-js/kuai/commit/a8698542a2de5cb1d15be6170142d37ffc5da7c8))





## 0.0.1-alpha (2023-07-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@ckb-js/kuai-core",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-docker-node": "0.0.1-alpha",
"@ckb-js/kuai-common": "0.0.1-alpha.0",
"@ckb-js/kuai-docker-node": "0.0.1-alpha.0",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/config-manager": "0.20.0",
"@ckb-lumos/hd": "0.20.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/src/project-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const DEV_DEPENDENCIES: Dependencies = {
}

const KUAI_DEPENDENCIES: Dependencies = {
'@ckb-js/kuai-core': '0.0.1-alpha',
'@ckb-js/kuai-io': '0.0.1-alpha',
'@ckb-js/kuai-models': '0.0.1-alpha',
'@ckb-js/kuai-core': '0.0.1-alpha.0',
'@ckb-js/kuai-io': '0.0.1-alpha.0',
'@ckb-js/kuai-models': '0.0.1-alpha.0',
}

function printAsciiLogo() {
Expand Down
8 changes: 8 additions & 0 deletions packages/docker-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

**Note:** Version bump only for package @ckb-js/kuai-docker-node





## 0.0.1-alpha (2023-07-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/docker-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-docker-node",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"license": "MIT",
"description": "kuai run dev node by docker",
"main": "lib/index.js",
Expand All @@ -12,7 +12,7 @@
"@types/dockerode": "3.3.19"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-common": "0.0.1-alpha.0",
"dockerode": "3.3.5",
"undici": "5.22.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

**Note:** Version bump only for package @ckb-js/kuai-io





## 0.0.1-alpha (2023-07-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-io",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"description": "kuai io layer",
"homepage": "https://github.com/ckb-js/kuai#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/ckb-js/kuai/issues"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-core": "0.0.1-alpha",
"@ckb-js/kuai-common": "0.0.1-alpha.0",
"@ckb-js/kuai-core": "0.0.1-alpha.0",
"@ckb-lumos/rpc": "0.20.0",
"http-errors": "2.0.0",
"koa-body": "6.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **deps:** update dependency tslib to v2.6.1 ([#391](https://github.com/ckb-js/kuai/issues/391)) ([a19c590](https://github.com/ckb-js/kuai/commit/a19c5900017f8dcbd6a813674ccc1704226a9361))





## 0.0.1-alpha (2023-07-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-models",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"description": "Models of Kuai runtime",
"author": "Keith <[email protected]>",
"homepage": "https://github.com/ckb-js/kuai#readme",
Expand Down Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/ckb-js/kuai/issues"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-io": "0.0.1-alpha",
"@ckb-js/kuai-common": "0.0.1-alpha.0",
"@ckb-js/kuai-io": "0.0.1-alpha.0",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/codec": "0.20.0",
"@ckb-lumos/experiment-tx-assembler": "0.20.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/samples/mvp-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

**Note:** Version bump only for package kuai-mvp-dapp
8 changes: 4 additions & 4 deletions packages/samples/mvp-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kuai-mvp-dapp",
"private": true,
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"scripts": {
"dev": "ts-node src/main.ts",
"build": "tsc",
Expand All @@ -11,9 +11,9 @@
"test": "jest test"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1-alpha",
"@ckb-js/kuai-io": "0.0.1-alpha",
"@ckb-js/kuai-models": "0.0.1-alpha",
"@ckb-js/kuai-core": "0.0.1-alpha.0",
"@ckb-js/kuai-io": "0.0.1-alpha.0",
"@ckb-js/kuai-models": "0.0.1-alpha.0",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/bi": "0.20.0",
"@ckb-lumos/codec": "0.20.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **deps:** update dependency tslib to v2.6.1 ([#391](https://github.com/ckb-js/kuai/issues/391)) ([a19c590](https://github.com/ckb-js/kuai/commit/a19c5900017f8dcbd6a813674ccc1704226a9361))
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-typeorm",
"version": "0.0.1",
"version": "0.0.1-alpha.0",
"description": "Inject TypeOrm by InversifyJs",
"author": "felicityin <[email protected]>",
"homepage": "https://github.com/ckb-js/kuai#readme",
Expand Down

0 comments on commit c1c479c

Please sign in to comment.