From 5dd55264389aeabdca2e305a28f0b9794caba4c1 Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Wed, 8 Nov 2023 16:41:00 +0800 Subject: [PATCH] v0.3.7 (#57) --- CHANGELOG.md | 21 +++++++++++++++++++++ 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 | 12 ++++++------ packages/cli/CHANGELOG.md | 21 +++++++++++++++++++++ packages/cli/package.json | 4 ++-- 14 files changed, 98 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5145d8..221ab09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + + +### 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)) +* 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)) + + +### Features + +* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84)) +* 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.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index 40ff517..8095f24 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.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## [0.3.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) **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 1c88b4d..a13b300 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.6", + "version": "0.3.7", "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 41d5ef8..bc2d781 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.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## [0.3.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) **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 e8e14d7..a7e3828 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.6", + "version": "0.3.7", "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 01f7aae..fe4fba9 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.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## [0.3.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) **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 aa0bc89..891fae2 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.6", + "version": "0.3.7", "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 fbce107..67adb9b 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.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## [0.3.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) **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 beb97c4..a61dc93 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.6", + "version": "0.3.7", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index c76f53f..1836ed4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.3.6", + "version": "0.3.7", "lerna": "7.1.4" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index 7c093a8..2a5139b 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.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + + +### Bug Fixes + +* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418)) + + + + + ## [0.3.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) diff --git a/packages/binding/package.json b/packages/binding/package.json index 3366064..ca5be12 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.3.6", + "version": "0.3.7", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,13 +18,13 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.3.6", - "@cnpmjs/binding-darwin-x64": "^0.3.6", - "@cnpmjs/binding-linux-arm64": "^0.3.6", - "@cnpmjs/binding-linux-x64": "^0.3.6" + "@cnpmjs/binding-darwin-arm64": "^0.3.7", + "@cnpmjs/binding-darwin-x64": "^0.3.7", + "@cnpmjs/binding-linux-arm64": "^0.3.7", + "@cnpmjs/binding-linux-x64": "^0.3.7" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" }, "repository": "git@github.com:cnpm/rapid.git" -} \ No newline at end of file +} diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index da955e5..98acbd7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.7](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.7) (2023-11-08) + + +### 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)) +* 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)) + + +### Features + +* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84)) +* 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.6](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.6) (2023-11-06) diff --git a/packages/cli/package.json b/packages/cli/package.json index eea7590..0a5ab4e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.3.6", + "version": "0.3.7", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.3.6", + "@cnpmjs/binding": "^0.3.7", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0",