diff --git a/CHANGELOG.md b/CHANGELOG.md index 89516c2..33b8d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + + +### 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)) +* 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)) +* 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.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index f9aa1b9..abce6c6 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.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## [0.3.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) **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 4be8cf5..607fdb5 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.8", + "version": "0.3.9", "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 a55a90b..80fa81d 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.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## [0.3.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) **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 838fcd5..bb7197b 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.8", + "version": "0.3.9", "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 16b9974..255e762 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.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## [0.3.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) **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 d29129b..94648b3 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.8", + "version": "0.3.9", "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 228d0c2..86c90d4 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.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## [0.3.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) **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 aadd938..bbf3c2c 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.8", + "version": "0.3.9", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index cdb6319..6e06845 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.3.8", + "version": "0.3.9", "lerna": "7.1.4" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index 83e00ed..3a647bb 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.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + + +### Bug Fixes + +* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418)) + + + + + ## [0.3.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) diff --git a/packages/binding/package.json b/packages/binding/package.json index 95e72e8..7d3119d 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.3.8", + "version": "0.3.9", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.3.8", - "@cnpmjs/binding-darwin-x64": "^0.3.8", - "@cnpmjs/binding-linux-arm64": "^0.3.8", - "@cnpmjs/binding-linux-x64": "^0.3.8" + "@cnpmjs/binding-darwin-arm64": "^0.3.9", + "@cnpmjs/binding-darwin-x64": "^0.3.9", + "@cnpmjs/binding-linux-arm64": "^0.3.9", + "@cnpmjs/binding-linux-x64": "^0.3.9" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ddf26b0..91d9960 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24) + + +### 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)) +* 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)) +* 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.8](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.8) (2023-11-14) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3158c53..51883dc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.3.8", + "version": "0.3.9", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.3.8", + "@cnpmjs/binding": "^0.3.9", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0",