Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-06-02)

### Performance Improvements

* update deps ([#28](#28)) ([f8c2e07](f8c2e07))
  • Loading branch information
qiwibot committed Jun 2, 2021
1 parent 1370585 commit 6b1896d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @qiwi/nexus-cli [2.3.1](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-06-02)


### Performance Improvements

* update deps ([#28](https://github.com/qiwi/nexus/issues/28)) ([f8c2e07](https://github.com/qiwi/nexus/commit/f8c2e0793eee5cab9e532f3f3b25ffb81c00a206))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.4
* **@qiwi/nexus-helper:** upgraded to 2.2.1
* **@qiwi/nexus-utils:** upgraded to 1.0.1
* **@qiwi/nexus-infra:** upgraded to 2.0.1

# @qiwi/nexus-cli [2.3.0](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-06)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/nexus-cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "CLI for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -50,9 +50,9 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.1.3",
"@qiwi/nexus-helper": "2.2.0",
"@qiwi/nexus-utils": "1.0.0",
"@qiwi/nexus-client": "1.1.4",
"@qiwi/nexus-helper": "2.2.1",
"@qiwi/nexus-utils": "1.0.1",
"@types/semver": "^7.3.6",
"axios": "^0.21.1",
"blork": "^9.3.0",
Expand All @@ -61,7 +61,7 @@
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.8",
"@qiwi/nexus-infra": "2.0.0",
"@qiwi/nexus-infra": "2.0.1",
"@qiwi/npm-batch-cli-api": "^2.0.0",
"nock": "^13.1.0",
"semver": "^7.3.5"
Expand Down

0 comments on commit 6b1896d

Please sign in to comment.