Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions and changelogs for 0.0.1-alpha #386

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 140 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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",
"version": "0.0.1-alpha",
"command": {
"version": {
"message": "chore: update versions and changelogs",
Expand Down
26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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 (2023-07-21)


### Bug Fixes

* **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
* **deps:** update dependency commander to v10 ([cdd8a0c](https://github.com/ckb-js/kuai/commit/cdd8a0c5808caa140a67b0bcd7ecd954c396de41))
* **deps:** update dependency commander to v10.0.1 ([1e78a4b](https://github.com/ckb-js/kuai/commit/1e78a4b6e33f9569fb04fb74703dfbc19ebaf856))
* **deps:** update dependency commander to v11 ([#318](https://github.com/ckb-js/kuai/issues/318)) ([e0d7a45](https://github.com/ckb-js/kuai/commit/e0d7a45dbae4ca1f58a9ae2d53b6c1168eaf0361))
* fix configuration ([f6f11a9](https://github.com/ckb-js/kuai/commit/f6f11a9fc22e6c14de7d2767ccb8a348abebf15c))


### Features

* add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
* add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* integrate kuai cli ([5e1cf8a](https://github.com/ckb-js/kuai/commit/5e1cf8ad37fc67c19e2203962d86a57241208d56))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
* task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
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",
"version": "0.0.1-alpha",
"license": "MIT",
"main": "lib/main.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1",
"@ckb-js/kuai-core": "0.0.1-alpha",
"commander": "11.0.0"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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 (2023-07-21)


### Bug Fixes

* fix shadow dependencies ([#313](https://github.com/ckb-js/kuai/issues/313)) ([99ba1bd](https://github.com/ckb-js/kuai/commit/99ba1bd693ad00965d5c512d9a869d6c34a26ff1))


### Features

* **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
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",
"version": "0.0.1-alpha",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down
38 changes: 38 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 (2023-07-21)


### Bug Fixes

* **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
* promise order bug ([#267](https://github.com/ckb-js/kuai/issues/267)) ([3384d80](https://github.com/ckb-js/kuai/commit/3384d80d2b396b3e597024eadfefebfe46eb551c))


### Features

* **@kuai/core:** project template integrate `kuai/io` & `kuai/models` ([#121](https://github.com/ckb-js/kuai/issues/121)) ([2d7fcc7](https://github.com/ckb-js/kuai/commit/2d7fcc70b57c13d71eea1d5dd190eef673c52fe0))
* add builtin test action ([882a53b](https://github.com/ckb-js/kuai/commit/882a53bbab8648d7a5929d958afc816b47102466))
* add ckb-cli wrapper ([#301](https://github.com/ckb-js/kuai/issues/301)) ([a772f92](https://github.com/ckb-js/kuai/commit/a772f922bea079b8ca99540a6d922cbca1d5f316))
* add contract init command ([#315](https://github.com/ckb-js/kuai/issues/315)) ([40a30f7](https://github.com/ckb-js/kuai/commit/40a30f777c81bc65d53e583138c7f02aeb312dee))
* add contract upgrade cli ([#341](https://github.com/ckb-js/kuai/issues/341)) ([5a284c4](https://github.com/ckb-js/kuai/commit/5a284c496b13a8e86a98013b6b214230cf4347bd))
* add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
* add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
* Add moleculec command. ([#357](https://github.com/ckb-js/kuai/issues/357)) ([ef628be](https://github.com/ckb-js/kuai/commit/ef628befcafd291da41547528df2d4e0a5092459))
* add tasks to build server ([#197](https://github.com/ckb-js/kuai/issues/197)) ([6c10872](https://github.com/ckb-js/kuai/commit/6c108728f881453900bc37862296deb32f3a9cc4))
* Add type doc to build doc for project. ([#282](https://github.com/ckb-js/kuai/issues/282)) ([c284516](https://github.com/ckb-js/kuai/commit/c2845169de81817fd2fd397032672f79bf73aebd))
* **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* implement task system ([463e7de](https://github.com/ckb-js/kuai/commit/463e7de1e2242fc0034ddeadce16977e7890e42a))
* inject dapp templates ([a997092](https://github.com/ckb-js/kuai/commit/a9970928de0a58244786b78a3d97905d9ba7d9d1))
* io support http status & add mvp controller validator ([190fffd](https://github.com/ckb-js/kuai/commit/190fffd2e252e2bb14ce0be842cfd5d5b30f887b))
* kuai context ([#33](https://github.com/ckb-js/kuai/issues/33)) ([c8f4e97](https://github.com/ckb-js/kuai/commit/c8f4e978792b30344ae4da892ae693a312ce45e1))
* kuai contract deploy command support export tx file ([#291](https://github.com/ckb-js/kuai/issues/291)) ([a7330e4](https://github.com/ckb-js/kuai/commit/a7330e407069986ffc2ec7c2138b0b99b33f2a8d))
* **model:** optimize the getting model to framework ([#181](https://github.com/ckb-js/kuai/issues/181)) ([1dca8b3](https://github.com/ckb-js/kuai/commit/1dca8b331aa7570aa33bc02a2c40a5345408f2f1))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
* optimize the resource binding module ([#300](https://github.com/ckb-js/kuai/issues/300)) ([fc35b12](https://github.com/ckb-js/kuai/commit/fc35b12367826965afaf9922c0615d15a555cb11))
* task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
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",
"version": "0.0.1-alpha",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-common": "^0.0.1",
"@ckb-js/kuai-docker-node": "0.0.1",
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-docker-node": "0.0.1-alpha",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/config-manager": "0.20.0",
"@ckb-lumos/hd": "0.20.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/docker-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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 (2023-07-21)


### Bug Fixes

* **deps:** update dependency dockerode to v3 ([4ca4289](https://github.com/ckb-js/kuai/commit/4ca4289402198f27a991325f5330e4b95c560d7b))
* **deps:** update dependency dockerode to v3.3.5 ([53b77c1](https://github.com/ckb-js/kuai/commit/53b77c17cfe1d361e9d3b4f545e46406943dba9d))


### Features

* add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
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",
"version": "0.0.1-alpha",
"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",
"@ckb-js/kuai-common": "0.0.1-alpha",
"dockerode": "3.3.5",
"undici": "5.22.1"
}
Expand Down
37 changes: 37 additions & 0 deletions packages/io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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 (2023-07-21)


### Bug Fixes

* **deps:** update dependency koa to v2.14.2 ([8ae0eaf](https://github.com/ckb-js/kuai/commit/8ae0eaf084247d5b1dd62ca965dcb96feb731b83))
* **deps:** update dependency rxjs to v7.8.1 ([482aef7](https://github.com/ckb-js/kuai/commit/482aef7922a18006d4749dbc299a63bff3df6a37))
* **io:** export need "default" option ([5842177](https://github.com/ckb-js/kuai/commit/5842177dcb4b01624aaed9e4c1819fb742e8d5aa))
* **io:** need main for package entry ([914bb3b](https://github.com/ckb-js/kuai/commit/914bb3baeed22505e084f9279793f1fa2a411bfb))


### Features

* **@kuai/io:** support params ([05cc1ff](https://github.com/ckb-js/kuai/commit/05cc1ffd10648846f0eee0aeaee12d17c1642ab6))
* add controller for io ([#191](https://github.com/ckb-js/kuai/issues/191)) ([351648b](https://github.com/ckb-js/kuai/commit/351648b52081900322c94bb68c1d1fe6bbec5fae))
* **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
* **core:** provide default global exception handlers and the ability to replace them with custom exception handlers ([f3225cc](https://github.com/ckb-js/kuai/commit/f3225cca0d89a2d8620406e95381f4b523172f60))
* create mvp dapp sample ([#124](https://github.com/ckb-js/kuai/issues/124)) ([0908131](https://github.com/ckb-js/kuai/commit/09081311e8d294e9ae37b16c6ac4376e2f3c5ce6))
* implement io package ([8dba5c6](https://github.com/ckb-js/kuai/commit/8dba5c63721366e280ed29cc145506fe418c7b39))
* implement kuai-router & listener ([d8e1ae2](https://github.com/ckb-js/kuai/commit/d8e1ae224e19a7bb6c41bda7f24635f95e0081f4))
* io support http status & add mvp controller validator ([190fffd](https://github.com/ckb-js/kuai/commit/190fffd2e252e2bb14ce0be842cfd5d5b30f887b))
* **io:** export the @kuai/io module ([3846a53](https://github.com/ckb-js/kuai/commit/3846a53ad811aaf9eeea2d8df84a392d19d60a26))
* **io:** use "exports" instead of "main" for package entry point ([3890c0f](https://github.com/ckb-js/kuai/commit/3890c0fb812ffbf98eb14890e2f3e14e8f63dcdf))
* **model:** optimize the getting model to framework ([#181](https://github.com/ckb-js/kuai/issues/181)) ([1dca8b3](https://github.com/ckb-js/kuai/commit/1dca8b331aa7570aa33bc02a2c40a5345408f2f1))
* **mvp:** exception handle ([#174](https://github.com/ckb-js/kuai/issues/174) ([d8bfe68](https://github.com/ckb-js/kuai/commit/d8bfe685fa7231a14563497d13b0e87764875c73))
* Omnilock Model and Record Model ([#137](https://github.com/ckb-js/kuai/issues/137)) ([3159542](https://github.com/ckb-js/kuai/commit/31595421bf9a947d43659c8f46f96fb5e2fdb5b2))
* optimize the resource binding module ([#300](https://github.com/ckb-js/kuai/issues/300)) ([fc35b12](https://github.com/ckb-js/kuai/commit/fc35b12367826965afaf9922c0615d15a555cb11))
* **resource binding:** add resource binding manager ([e2d8baa](https://github.com/ckb-js/kuai/commit/e2d8baa1269d1e0e310d8b476eb8ed2e2e7dce6b))
* **resource-binding:** add current block listener for resource binding to use. ([149c073](https://github.com/ckb-js/kuai/commit/149c073e9675f7c7e6a9ebcbbefed52689a74ba0))
* **resource-binding:** listen to top header and fetch the blocks from current block ([c313d97](https://github.com/ckb-js/kuai/commit/c313d977d8bd96b3415e25822c034d3e69009e6f))
* throw an error if key is undefined in route param decorator ([8353c9a](https://github.com/ckb-js/kuai/commit/8353c9a881fd8f566a93592ecc3f5ffb85af3768))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
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",
"version": "0.0.1-alpha",
"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",
"@ckb-js/kuai-core": "^0.0.1",
"@ckb-js/kuai-common": "0.0.1-alpha",
"@ckb-js/kuai-core": "0.0.1-alpha",
"@ckb-lumos/rpc": "0.20.0",
"http-errors": "2.0.0",
"koa-body": "6.0.1",
Expand Down
Loading