Skip to content

Commit

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

### Performance Improvements

* update deps ([#30](#30)) ([c5a4054](c5a4054))
  • Loading branch information
qiwibot committed Dec 19, 2021
1 parent d2ee98e commit 27bb4d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## @qiwi/nexus-helper [2.2.3](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-19)


### Performance Improvements

* update deps ([#30](https://github.com/qiwi/nexus/issues/30)) ([c5a4054](https://github.com/qiwi/nexus/commit/c5a4054d8e7507ffefbe693124ef926999b75d9e))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.5
* **@qiwi/nexus-utils:** upgraded to 1.0.3
* **@qiwi/nexus-infra:** upgraded to 2.0.2

## @qiwi/nexus-helper [2.2.2](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/nexus-helper",
"version": "2.2.2",
"version": "2.2.3",
"description": "API for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -48,14 +48,14 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.3",
"@qiwi/nexus-client": "1.1.4",
"@qiwi/nexus-utils": "1.0.2",
"@qiwi/nexus-client": "1.1.5",
"@qiwi/nexus-utils": "1.0.3",
"push-it-to-the-limit": "^1.17.3",
"semver": "^7.3.5"
},
"devDependencies": {
"@qiwi/libdefkit": "^3.1.2",
"@qiwi/nexus-infra": "2.0.1",
"@qiwi/nexus-infra": "2.0.2",
"nock": "^13.2.1"
},
"prettier": "prettier-config-qiwi"
Expand Down

0 comments on commit 27bb4d0

Please sign in to comment.