From a16b650c4336fac73d3dd5ae09d5b301954b2a71 Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Thu, 1 Feb 2024 19:52:58 +0800 Subject: [PATCH] v0.4.0 (#72) --- CHANGELOG.md | 32 ++++++++++++++++++++++ bindings/binding-darwin-amd64/CHANGELOG.md | 8 ++++++ bindings/binding-darwin-amd64/package.json | 2 +- bindings/binding-darwin-arm64/CHANGELOG.md | 8 ++++++ bindings/binding-darwin-arm64/package.json | 2 +- bindings/binding-linux-amd64/CHANGELOG.md | 8 ++++++ bindings/binding-linux-amd64/package.json | 2 +- bindings/binding-linux-arm64/CHANGELOG.md | 8 ++++++ bindings/binding-linux-arm64/package.json | 2 +- lerna.json | 2 +- packages/binding/CHANGELOG.md | 11 ++++++++ packages/binding/package.json | 10 +++---- packages/cli/CHANGELOG.md | 27 ++++++++++++++++++ packages/cli/package.json | 4 +-- 14 files changed, 114 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03ddb5..d0df4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + + +### Bug Fixes + +* clean when install ([#50](https://github.com/cnpm/rapid/issues/50)) ([48d15f9](https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590)) +* ensure access ([#56](https://github.com/cnpm/rapid/issues/56)) ([a60bd28](https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298)) +* log ([#68](https://github.com/cnpm/rapid/issues/68)) ([152f399](https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531)) +* logger ([#70](https://github.com/cnpm/rapid/issues/70)) ([fb0d1e6](https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313)) +* mac finder icon ([#64](https://github.com/cnpm/rapid/issues/64)) ([2afe2f0](https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9)) +* node gyp scripts ([#60](https://github.com/cnpm/rapid/issues/60)) ([9c24bbb](https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880)) +* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418)) +* spin ([#55](https://github.com/cnpm/rapid/issues/55)) ([b1276f8](https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2)) +* unionfs nobrowse ([#65](https://github.com/cnpm/rapid/issues/65)) ([7372db5](https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7)) + + +### Features + +* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84)) +* generate package lock file ([#63](https://github.com/cnpm/rapid/issues/63)) ([29e0f82](https://github.com/cnpm/rapid/commit/29e0f82ad569386432493bf034ac450cc1a65713)) +* rapid bar ([#48](https://github.com/cnpm/rapid/issues/48)) ([bb52985](https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217)) +* wrap retry for mount & detach ([#45](https://github.com/cnpm/rapid/issues/45)) ([e8621b6](https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0)) + + +### Reverts + +* Revert "chore: readme" ([824c496](https://github.com/cnpm/rapid/commit/824c49631538f6bf405a2aad495f674217f54896)) + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index 4541925..4a6289f 100644 --- a/bindings/binding-darwin-amd64/CHANGELOG.md +++ b/bindings/binding-darwin-amd64/CHANGELOG.md @@ -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.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) **Note:** Version bump only for package @cnpmjs/binding-darwin-x64 diff --git a/bindings/binding-darwin-amd64/package.json b/bindings/binding-darwin-amd64/package.json index 569e988..9c2922e 100644 --- a/bindings/binding-darwin-amd64/package.json +++ b/bindings/binding-darwin-amd64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-darwin-x64", - "version": "0.3.10", + "version": "0.4.0", "description": "downloader darwin x64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-darwin-arm64/CHANGELOG.md b/bindings/binding-darwin-arm64/CHANGELOG.md index 2847287..461a742 100644 --- a/bindings/binding-darwin-arm64/CHANGELOG.md +++ b/bindings/binding-darwin-arm64/CHANGELOG.md @@ -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.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) **Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 diff --git a/bindings/binding-darwin-arm64/package.json b/bindings/binding-darwin-arm64/package.json index 5241090..a2cdb01 100644 --- a/bindings/binding-darwin-arm64/package.json +++ b/bindings/binding-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-darwin-arm64", - "version": "0.3.10", + "version": "0.4.0", "description": "downloader darwin arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-linux-amd64/CHANGELOG.md b/bindings/binding-linux-amd64/CHANGELOG.md index 1fc4167..e586d2e 100644 --- a/bindings/binding-linux-amd64/CHANGELOG.md +++ b/bindings/binding-linux-amd64/CHANGELOG.md @@ -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.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) **Note:** Version bump only for package @cnpmjs/binding-linux-x64 diff --git a/bindings/binding-linux-amd64/package.json b/bindings/binding-linux-amd64/package.json index bdd84c3..381bd2a 100644 --- a/bindings/binding-linux-amd64/package.json +++ b/bindings/binding-linux-amd64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-linux-x64", - "version": "0.3.10", + "version": "0.4.0", "description": "downloader linux x64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-linux-arm64/CHANGELOG.md b/bindings/binding-linux-arm64/CHANGELOG.md index 04b3405..7def2f3 100644 --- a/bindings/binding-linux-arm64/CHANGELOG.md +++ b/bindings/binding-linux-arm64/CHANGELOG.md @@ -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.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) **Note:** Version bump only for package @cnpmjs/binding-linux-arm64 diff --git a/bindings/binding-linux-arm64/package.json b/bindings/binding-linux-arm64/package.json index 20e0676..e156198 100644 --- a/bindings/binding-linux-arm64/package.json +++ b/bindings/binding-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-linux-arm64", - "version": "0.3.10", + "version": "0.4.0", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index f1f74b8..c74ab95 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.3.10", + "version": "0.4.0", "lerna": "7.1.4" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index 1819acc..bc66011 100644 --- a/packages/binding/CHANGELOG.md +++ b/packages/binding/CHANGELOG.md @@ -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.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + + +### Bug Fixes + +* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418)) + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) diff --git a/packages/binding/package.json b/packages/binding/package.json index 792a1ef..2386369 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.3.10", + "version": "0.4.0", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.3.10", - "@cnpmjs/binding-darwin-x64": "^0.3.10", - "@cnpmjs/binding-linux-arm64": "^0.3.10", - "@cnpmjs/binding-linux-x64": "^0.3.10" + "@cnpmjs/binding-darwin-arm64": "^0.4.0", + "@cnpmjs/binding-darwin-x64": "^0.4.0", + "@cnpmjs/binding-linux-arm64": "^0.4.0", + "@cnpmjs/binding-linux-x64": "^0.4.0" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5e70849..27d284b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/cnpm/rapid/compare/v0.3.0...v0.4.0) (2024-02-01) + + +### Bug Fixes + +* clean when install ([#50](https://github.com/cnpm/rapid/issues/50)) ([48d15f9](https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590)) +* ensure access ([#56](https://github.com/cnpm/rapid/issues/56)) ([a60bd28](https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298)) +* log ([#68](https://github.com/cnpm/rapid/issues/68)) ([152f399](https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531)) +* logger ([#70](https://github.com/cnpm/rapid/issues/70)) ([fb0d1e6](https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313)) +* mac finder icon ([#64](https://github.com/cnpm/rapid/issues/64)) ([2afe2f0](https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9)) +* node gyp scripts ([#60](https://github.com/cnpm/rapid/issues/60)) ([9c24bbb](https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880)) +* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418)) +* spin ([#55](https://github.com/cnpm/rapid/issues/55)) ([b1276f8](https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2)) +* unionfs nobrowse ([#65](https://github.com/cnpm/rapid/issues/65)) ([7372db5](https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7)) + + +### Features + +* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84)) +* generate package lock file ([#63](https://github.com/cnpm/rapid/issues/63)) ([29e0f82](https://github.com/cnpm/rapid/commit/29e0f82ad569386432493bf034ac450cc1a65713)) +* rapid bar ([#48](https://github.com/cnpm/rapid/issues/48)) ([bb52985](https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217)) +* wrap retry for mount & detach ([#45](https://github.com/cnpm/rapid/issues/45)) ([e8621b6](https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0)) + + + + + ## [0.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30) diff --git a/packages/cli/package.json b/packages/cli/package.json index 901a0fa..c6edb57 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.3.10", + "version": "0.4.0", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.3.10", + "@cnpmjs/binding": "^0.4.0", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "auto-launch": "^5.0.6",