Skip to content

Commit

Permalink
Merge pull request #414 from ckb-js/rc/v0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Aug 4, 2023
2 parents 2177a01 + d7cfeeb commit 5518df7
Show file tree
Hide file tree
Showing 22 changed files with 181 additions and 100 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)


### Bug Fixes

* **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))
* 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))





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


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.0",
"version": "0.0.1-alpha.1",
"command": {
"version": {
"message": "chore: update versions and changelogs",
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"publish:all": "npx lerna publish --no-private from-package --yes"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"husky": "8.0.3",
"jest": "29.6.2",
Expand Down
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.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





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


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.0",
"version": "0.0.1-alpha.1",
"license": "MIT",
"main": "lib/main.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1-alpha.0",
"@ckb-js/kuai-core": "0.0.1-alpha.1",
"commander": "11.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.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





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


Expand Down
Loading

0 comments on commit 5518df7

Please sign in to comment.