Skip to content

Commit

Permalink
v0.2.2 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr authored Sep 14, 2023
1 parent dc2e78c commit 6ce2382
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2](https://github.com/cnpm/rapid/compare/v0.2.1...v0.2.2) (2023-09-14)

**Note:** Version bump only for package cnpm-rapid-monorepo





# [0.2.0](https://github.com/cnpm/rapid/compare/v0.1.2...v0.2.0) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.2.0",
"version": "0.2.2",
"lerna": "7.1.4"
}
8 changes: 8 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2](https://github.com/cnpm/rapid/compare/v0.2.1...v0.2.2) (2023-09-14)

**Note:** Version bump only for package @cnpmjs/binding





# [0.2.0](https://github.com/cnpm/rapid/compare/v0.1.2...v0.2.0) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding",
"version": "0.2.0",
"version": "0.2.2",
"description": "downloader binding",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2](https://github.com/cnpm/rapid/compare/v0.2.1...v0.2.2) (2023-09-14)

**Note:** Version bump only for package @cnpmjs/rapid





# [0.2.0](https://github.com/cnpm/rapid/compare/v0.1.2...v0.2.0) (2023-07-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/rapid",
"version": "0.2.0",
"version": "0.2.2",
"description": "The rapid npm installed cli built with Nydus",
"main": "lib/index.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"lib"
],
"dependencies": {
"@cnpmjs/binding": "^0.2.0",
"@cnpmjs/binding": "^0.2.2",
"@npmcli/arborist": "^6.1.5",
"@npmcli/map-workspaces": "^3.0.0",
"await-event": "^2.1.0",
Expand Down

0 comments on commit 6ce2382

Please sign in to comment.