Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.2.1...@qiwi/nexus-cli@1.2.2) (2021-03-15)

### Performance Improvements

* update deps ([#19](#19)) ([aa9a347](aa9a347))
  • Loading branch information
qiwibot committed Mar 15, 2021
1 parent 8d3e24d commit 6aa5ae3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## @qiwi/nexus-cli [1.2.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.2.1...@qiwi/nexus-cli@1.2.2) (2021-03-15)


### Performance Improvements

* update deps ([#19](https://github.com/qiwi/nexus/issues/19)) ([aa9a347](https://github.com/qiwi/nexus/commit/aa9a347acc653bb9cae9d4efcc56269311cc3f3d))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.2
* **@qiwi/nexus-helper:** upgraded to 1.2.2
* **@qiwi/nexus-infra:** upgraded to 1.2.2

## @qiwi/nexus-cli [1.2.1](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.2.0...@qiwi/nexus-cli@1.2.1) (2021-02-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/nexus-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "CLI for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -42,13 +42,13 @@
},
"dependencies": {
"@qiwi/nexus-client": "1.1.1",
"@qiwi/nexus-helper": "1.2.1",
"@qiwi/nexus-helper": "1.2.2",
"@types/semver": "^7.3.4",
"meow": "^9.0.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/nexus-infra": "1.2.1",
"@qiwi/nexus-infra": "1.2.2",
"nock": "^13.0.11",
"semver": "^7.3.4"
},
Expand Down

0 comments on commit 6aa5ae3

Please sign in to comment.