Skip to content

Commit 9f84d95

Browse files
authored
v0.3.10 (#71)
1 parent fb0d1e6 commit 9f84d95

File tree

14 files changed

+112
-12
lines changed

14 files changed

+112
-12
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* clean when install ([#50](https://github.com/cnpm/rapid/issues/50)) ([48d15f9](https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590))
12+
* ensure access ([#56](https://github.com/cnpm/rapid/issues/56)) ([a60bd28](https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298))
13+
* log ([#68](https://github.com/cnpm/rapid/issues/68)) ([152f399](https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531))
14+
* logger ([#70](https://github.com/cnpm/rapid/issues/70)) ([fb0d1e6](https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313))
15+
* mac finder icon ([#64](https://github.com/cnpm/rapid/issues/64)) ([2afe2f0](https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9))
16+
* node gyp scripts ([#60](https://github.com/cnpm/rapid/issues/60)) ([9c24bbb](https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880))
17+
* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418))
18+
* spin ([#55](https://github.com/cnpm/rapid/issues/55)) ([b1276f8](https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2))
19+
* unionfs nobrowse ([#65](https://github.com/cnpm/rapid/issues/65)) ([7372db5](https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7))
20+
21+
22+
### Features
23+
24+
* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84))
25+
* rapid bar ([#48](https://github.com/cnpm/rapid/issues/48)) ([bb52985](https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217))
26+
* wrap retry for mount & detach ([#45](https://github.com/cnpm/rapid/issues/45)) ([e8621b6](https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0))
27+
28+
29+
### Reverts
30+
31+
* Revert "chore: readme" ([824c496](https://github.com/cnpm/rapid/commit/824c49631538f6bf405a2aad495f674217f54896))
32+
33+
34+
35+
36+
637
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
738

839

bindings/binding-darwin-amd64/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
**Note:** Version bump only for package @cnpmjs/binding-darwin-x64
9+
10+
11+
12+
13+
614
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
715

816
**Note:** Version bump only for package @cnpmjs/binding-darwin-x64

bindings/binding-darwin-amd64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/binding-darwin-x64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "downloader darwin x64 binding",
55
"main": "index.node",
66
"homepage": "https://github.com/cnpm/rapid",

bindings/binding-darwin-arm64/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64
9+
10+
11+
12+
13+
614
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
715

816
**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64

bindings/binding-darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/binding-darwin-arm64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "downloader darwin arm64 binding",
55
"main": "index.node",
66
"homepage": "https://github.com/cnpm/rapid",

bindings/binding-linux-amd64/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
**Note:** Version bump only for package @cnpmjs/binding-linux-x64
9+
10+
11+
12+
13+
614
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
715

816
**Note:** Version bump only for package @cnpmjs/binding-linux-x64

bindings/binding-linux-amd64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/binding-linux-x64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "downloader linux x64 binding",
55
"main": "index.node",
66
"homepage": "https://github.com/cnpm/rapid",

bindings/binding-linux-arm64/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
**Note:** Version bump only for package @cnpmjs/binding-linux-arm64
9+
10+
11+
12+
13+
614
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
715

816
**Note:** Version bump only for package @cnpmjs/binding-linux-arm64

bindings/binding-linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/binding-linux-arm64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "downloader linux arm64 binding",
55
"main": "index.node",
66
"homepage": "https://github.com/cnpm/rapid",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.3.9",
2+
"version": "0.3.10",
33
"lerna": "7.1.4"
44
}

packages/binding/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418))
12+
13+
14+
15+
16+
617
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
718

819

packages/binding/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/binding",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "downloader binding",
55
"main": "index.js",
66
"files": [
@@ -18,10 +18,10 @@
1818
"pack": "npm pack"
1919
},
2020
"optionalDependencies": {
21-
"@cnpmjs/binding-darwin-arm64": "^0.3.9",
22-
"@cnpmjs/binding-darwin-x64": "^0.3.9",
23-
"@cnpmjs/binding-linux-arm64": "^0.3.9",
24-
"@cnpmjs/binding-linux-x64": "^0.3.9"
21+
"@cnpmjs/binding-darwin-arm64": "^0.3.10",
22+
"@cnpmjs/binding-darwin-x64": "^0.3.10",
23+
"@cnpmjs/binding-linux-arm64": "^0.3.10",
24+
"@cnpmjs/binding-linux-x64": "^0.3.10"
2525
},
2626
"devDependencies": {
2727
"@napi-rs/cli": "^2.4.2"

packages/cli/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.3.10](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10) (2024-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* clean when install ([#50](https://github.com/cnpm/rapid/issues/50)) ([48d15f9](https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590))
12+
* ensure access ([#56](https://github.com/cnpm/rapid/issues/56)) ([a60bd28](https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298))
13+
* log ([#68](https://github.com/cnpm/rapid/issues/68)) ([152f399](https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531))
14+
* logger ([#70](https://github.com/cnpm/rapid/issues/70)) ([fb0d1e6](https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313))
15+
* mac finder icon ([#64](https://github.com/cnpm/rapid/issues/64)) ([2afe2f0](https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9))
16+
* node gyp scripts ([#60](https://github.com/cnpm/rapid/issues/60)) ([9c24bbb](https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880))
17+
* production mode ([#46](https://github.com/cnpm/rapid/issues/46)) ([3fb30b5](https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418))
18+
* spin ([#55](https://github.com/cnpm/rapid/issues/55)) ([b1276f8](https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2))
19+
* unionfs nobrowse ([#65](https://github.com/cnpm/rapid/issues/65)) ([7372db5](https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7))
20+
21+
22+
### Features
23+
24+
* better prompt ([#52](https://github.com/cnpm/rapid/issues/52)) ([ae15130](https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84))
25+
* rapid bar ([#48](https://github.com/cnpm/rapid/issues/48)) ([bb52985](https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217))
26+
* wrap retry for mount & detach ([#45](https://github.com/cnpm/rapid/issues/45)) ([e8621b6](https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0))
27+
28+
29+
30+
31+
632
## [0.3.9](https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9) (2024-01-24)
733

834

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cnpmjs/rapid",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "The rapid npm installed cli built with Nydus",
55
"main": "lib/index.js",
66
"bin": {
@@ -11,7 +11,7 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@cnpmjs/binding": "^0.3.9",
14+
"@cnpmjs/binding": "^0.3.10",
1515
"@npmcli/arborist": "^6.1.5",
1616
"@npmcli/map-workspaces": "^3.0.0",
1717
"await-event": "^2.1.0",

0 commit comments

Comments
 (0)