diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7a983..37ee42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.1.0 (2023-07-24) + + +### Bug Fixes + +* **binding:** openssl deps ([83c33de](https://github.com/cnpm/rapid/commit/83c33deb6faddc50ea73f8fde54b14d23f56479f)) +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) +* **cli:** add RemoteResolver and RemoteCacheResolver options ([0014266](https://github.com/cnpm/rapid/commit/00142667d954a9d7b44246e1442d0bf1d3519394)) +* **cli:** package main entry ([b03c2ad](https://github.com/cnpm/rapid/commit/b03c2ad26a874b63226c8c9c64cfb8b500662a59)) +* **cli:** read pkg file ([bf33622](https://github.com/cnpm/rapid/commit/bf33622ee90115b4ff595c44fb84f980eddddb6b)) +* **cli:** readPkgJSON error ([6a1f4b6](https://github.com/cnpm/rapid/commit/6a1f4b6721f423df353f47a63710195dbdc17721)) +* **cli:** remove runscript deps ([84eb651](https://github.com/cnpm/rapid/commit/84eb65152ff4d5dbe6f76168fd16cab55f6b9e64)) +* **cli:** util func missing ([b76df41](https://github.com/cnpm/rapid/commit/b76df415053f1b83a9c135bde92108bec7c91afc)) +* **deps:** update deps ([814244c](https://github.com/cnpm/rapid/commit/814244c1111fd8fdb744a3d705bf3826822546ec)) +* local resolver should generate lockfile properly ([#24](https://github.com/cnpm/rapid/issues/24)) ([ee762af](https://github.com/cnpm/rapid/commit/ee762afd65b50b2ae7145b894656a4421b4a6dd0)) +* parse tarball url error ([#18](https://github.com/cnpm/rapid/issues/18)) ([2e26387](https://github.com/cnpm/rapid/commit/2e26387e099c5f441a0e8d1bc63e725437a5c7a9)) +* rapid umount erorr ([1a6c5fa](https://github.com/cnpm/rapid/commit/1a6c5fa69799b5ea0aec58a6f7183dfe40fac3ba)) +* runProjectLifecycleScript OOM ([e451d73](https://github.com/cnpm/rapid/commit/e451d73d5050394a6f18f1ae255cdaac497554ea)) +* should not download tgz when has no tarball link for an optionalDependency ([819d72b](https://github.com/cnpm/rapid/commit/819d72bf7b3125a8eea945aae6e50a85b183fd95)) +* use execa instead of runscript ([#19](https://github.com/cnpm/rapid/issues/19)) ([3345f62](https://github.com/cnpm/rapid/commit/3345f62c65e308f5dbff8754d19a48b4485687d4)) +* use runscript instead of execa.command ([3832536](https://github.com/cnpm/rapid/commit/3832536ffc9e278a9d8b8d81ab22f2fc9632f136)) +* workspaces lifecycle scripts not running ([232e9b2](https://github.com/cnpm/rapid/commit/232e9b26899f11b29d730452cb686c89c258185c)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **Note:** Version bump only for package cnpm-rapid-monorepo diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index b3ff2bc..e607dd1 100644 --- a/bindings/binding-darwin-amd64/CHANGELOG.md +++ b/bindings/binding-darwin-amd64/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.1.0 (2023-07-24) + + +### Features + +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **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 3c6ff68..c71bf8e 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.0.14", + "version": "0.1.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 79f2188..e6d9736 100644 --- a/bindings/binding-darwin-arm64/CHANGELOG.md +++ b/bindings/binding-darwin-arm64/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.1.0 (2023-07-24) + + +### Features + +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **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 0807772..3b80803 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.0.14", + "version": "0.1.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 c800bd3..b02bd47 100644 --- a/bindings/binding-linux-amd64/CHANGELOG.md +++ b/bindings/binding-linux-amd64/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.1.0 (2023-07-24) + + +### Features + +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **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 d9492f7..52bfaba 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.0.14", + "version": "0.1.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 c727904..0836fa7 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.1.0 (2023-07-24) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + **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 71234ba..b131074 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.0.14", + "version": "0.1.0", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index 21ec050..0943b8c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.0.14", + "version": "0.1.0", "lerna": "7.1.4" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index f2ae5a7..b0d4971 100644 --- a/packages/binding/CHANGELOG.md +++ b/packages/binding/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.1.0 (2023-07-24) + + +### Bug Fixes + +* **binding:** openssl deps ([83c33de](https://github.com/cnpm/rapid/commit/83c33deb6faddc50ea73f8fde54b14d23f56479f)) +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **Note:** Version bump only for package @cnpmjs/binding diff --git a/packages/binding/package.json b/packages/binding/package.json index 550a1a6..423345c 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.0.14", + "version": "0.1.0", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.0.14", - "@cnpmjs/binding-darwin-x64": "^0.0.14", - "@cnpmjs/binding-linux-arm64": "^0.0.14", - "@cnpmjs/binding-linux-x64": "^0.0.14" + "@cnpmjs/binding-darwin-arm64": "^0.1.0", + "@cnpmjs/binding-darwin-x64": "^0.1.0", + "@cnpmjs/binding-linux-arm64": "^0.1.0", + "@cnpmjs/binding-linux-x64": "^0.1.0" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index addd74a..d302707 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.1.0 (2023-07-24) + + +### Bug Fixes + +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) +* **cli:** add RemoteResolver and RemoteCacheResolver options ([0014266](https://github.com/cnpm/rapid/commit/00142667d954a9d7b44246e1442d0bf1d3519394)) +* **cli:** package main entry ([b03c2ad](https://github.com/cnpm/rapid/commit/b03c2ad26a874b63226c8c9c64cfb8b500662a59)) +* **cli:** read pkg file ([bf33622](https://github.com/cnpm/rapid/commit/bf33622ee90115b4ff595c44fb84f980eddddb6b)) +* **cli:** readPkgJSON error ([6a1f4b6](https://github.com/cnpm/rapid/commit/6a1f4b6721f423df353f47a63710195dbdc17721)) +* **cli:** remove runscript deps ([84eb651](https://github.com/cnpm/rapid/commit/84eb65152ff4d5dbe6f76168fd16cab55f6b9e64)) +* **cli:** util func missing ([b76df41](https://github.com/cnpm/rapid/commit/b76df415053f1b83a9c135bde92108bec7c91afc)) +* **deps:** update deps ([814244c](https://github.com/cnpm/rapid/commit/814244c1111fd8fdb744a3d705bf3826822546ec)) +* local resolver should generate lockfile properly ([#24](https://github.com/cnpm/rapid/issues/24)) ([ee762af](https://github.com/cnpm/rapid/commit/ee762afd65b50b2ae7145b894656a4421b4a6dd0)) +* parse tarball url error ([#18](https://github.com/cnpm/rapid/issues/18)) ([2e26387](https://github.com/cnpm/rapid/commit/2e26387e099c5f441a0e8d1bc63e725437a5c7a9)) +* rapid umount erorr ([1a6c5fa](https://github.com/cnpm/rapid/commit/1a6c5fa69799b5ea0aec58a6f7183dfe40fac3ba)) +* runProjectLifecycleScript OOM ([e451d73](https://github.com/cnpm/rapid/commit/e451d73d5050394a6f18f1ae255cdaac497554ea)) +* should not download tgz when has no tarball link for an optionalDependency ([819d72b](https://github.com/cnpm/rapid/commit/819d72bf7b3125a8eea945aae6e50a85b183fd95)) +* use execa instead of runscript ([#19](https://github.com/cnpm/rapid/issues/19)) ([3345f62](https://github.com/cnpm/rapid/commit/3345f62c65e308f5dbff8754d19a48b4485687d4)) +* use runscript instead of execa.command ([3832536](https://github.com/cnpm/rapid/commit/3832536ffc9e278a9d8b8d81ab22f2fc9632f136)) +* workspaces lifecycle scripts not running ([232e9b2](https://github.com/cnpm/rapid/commit/232e9b26899f11b29d730452cb686c89c258185c)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) +* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408)) + + + + + **Note:** Version bump only for package @cnpmjs/rapid diff --git a/packages/cli/package.json b/packages/cli/package.json index 69f106f..9368cbe 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.0.14", + "version": "0.1.0", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.0.14", + "@cnpmjs/binding": "^0.1.0", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0",