Skip to content

Commit 2177a01

Browse files
authored
Merge pull request #407 from ckb-js/rc/v0.0.1-alpha.0
2 parents 0afbf2a + 9d61d46 commit 2177a01

30 files changed

+581
-428
lines changed

.github/workflows/bump-version.yml

-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
with:
2323
node-version: 18.x
2424

25-
# this is a patch for incompatibility between lerna@7 and npm@9 https://github.com/lerna/lerna/issues/3418#issuecomment-1337756237
26-
- name: Remove lock file
27-
if: env.IS_RC_BRANCH == 'true'
28-
run: rm package-lock.json
29-
3025
- name: Get version number
3126
if: env.IS_RC_BRANCH == 'true'
3227
id: version-number
@@ -64,4 +59,3 @@ jobs:
6459
body: ${{ steps.changelog.outputs.changelog }}
6560
committer: Chen Yu <[email protected]>
6661
branch: chore-update-version-for-${{ github.ref_name }}
67-
add-paths: ':!package-lock.json'

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* 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))
16+
17+
18+
19+
20+
621
## 0.0.1-alpha (2023-07-21)
722

823

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",
3+
"version": "0.0.1-alpha.0",
44
"command": {
55
"version": {
66
"message": "chore: update versions and changelogs",

0 commit comments

Comments
 (0)