Skip to content

Commit

Permalink
Update versions and changelogs for 0.0.1-alpha.2 (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: Keith-CY <[email protected]>
Co-authored-by: Keith <[email protected]>
  • Loading branch information
3 people authored Aug 4, 2023
1 parent 9dffca6 commit 5c305b4
Show file tree
Hide file tree
Showing 20 changed files with 132 additions and 42 deletions.
11 changes: 11 additions & 0 deletions 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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

### Bug Fixes
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.1",
"version": "0.0.1-alpha.2",
"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.

8 changes: 8 additions & 0 deletions packages/cli/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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)

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





## [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)

**Note:** Version bump only for package @ckb-js/kuai-cli
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.1",
"version": "0.0.1-alpha.2",
"license": "MIT",
"main": "lib/main.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1-alpha.1",
"@ckb-js/kuai-core": "0.0.1-alpha.2",
"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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

**Note:** Version bump only for package @ckb-js/kuai-common
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.1",
"version": "0.0.1-alpha.2",
"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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

- 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))```
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.1",
"version": "0.0.1-alpha.2",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha.1",
"@ckb-js/kuai-docker-node": "0.0.1-alpha.1",
"@ckb-js/kuai-common": "0.0.1-alpha.2",
"@ckb-js/kuai-docker-node": "0.0.1-alpha.2",
"@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.1',
'@ckb-js/kuai-io': '0.0.1-alpha.1',
'@ckb-js/kuai-models': '0.0.1-alpha.1',
'@ckb-js/kuai-core': '0.0.1-alpha.2',
'@ckb-js/kuai-io': '0.0.1-alpha.2',
'@ckb-js/kuai-models': '0.0.1-alpha.2',
}

function printAsciiLogo() {
Expand Down
11 changes: 11 additions & 0 deletions packages/docker-node/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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

**Note:** Version bump only for package @ckb-js/kuai-docker-node
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.1",
"version": "0.0.1-alpha.2",
"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.1",
"@ckb-js/kuai-common": "0.0.1-alpha.2",
"@ckb-lumos/lumos": "0.20.0",
"dockerode": "3.3.5",
"undici": "5.22.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/io/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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

**Note:** Version bump only for package @ckb-js/kuai-io
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.1",
"version": "0.0.1-alpha.2",
"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.1",
"@ckb-js/kuai-core": "0.0.1-alpha.1",
"@ckb-js/kuai-common": "0.0.1-alpha.2",
"@ckb-js/kuai-core": "0.0.1-alpha.2",
"@ckb-lumos/lumos": "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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))





## [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)

**Note:** Version bump only for package @ckb-js/kuai-models
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.1",
"version": "0.0.1-alpha.2",
"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.1",
"@ckb-js/kuai-io": "0.0.1-alpha.1",
"@ckb-js/kuai-common": "0.0.1-alpha.2",
"@ckb-js/kuai-io": "0.0.1-alpha.2",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/bi": "0.20.0",
"@ckb-lumos/codec": "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
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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)

**Note:** Version bump only for package kuai-mvp-dapp





## [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)

**Note:** Version bump only for package kuai-mvp-dapp
Expand Down
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.1",
"version": "0.0.1-alpha.2",
"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.1",
"@ckb-js/kuai-io": "0.0.1-alpha.1",
"@ckb-js/kuai-models": "0.0.1-alpha.1",
"@ckb-js/kuai-core": "0.0.1-alpha.2",
"@ckb-js/kuai-io": "0.0.1-alpha.2",
"@ckb-js/kuai-models": "0.0.1-alpha.2",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/bi": "0.20.0",
"@ckb-lumos/codec": "0.20.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/typeorm/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.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)

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





## [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)

### Bug Fixes
Expand Down
Loading

0 comments on commit 5c305b4

Please sign in to comment.