Skip to content

Commit

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

### Bug Fixes

* diplication bug, versions with letters ([#29](#29)) ([e5c5a82](e5c5a82))
  • Loading branch information
qiwibot committed Dec 17, 2021
1 parent 79fd4da commit 8ac5da9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @qiwi/nexus-helper [2.2.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.2.1...@qiwi/nexus-helper@2.2.2) (2021-12-17)


### Bug Fixes

* diplication bug, versions with letters ([#29](https://github.com/qiwi/nexus/issues/29)) ([e5c5a82](https://github.com/qiwi/nexus/commit/e5c5a821fd6502e1b9184e26c366fae0ac3ad150))





### Dependencies

* **@qiwi/nexus-utils:** upgraded to 1.0.2

## @qiwi/nexus-helper [2.2.1](https://github.com/qiwi/nexus/compare/@qiwi/nexus-helper@2.2.0...@qiwi/nexus-helper@2.2.1) (2021-06-02)


Expand Down
4 changes: 2 additions & 2 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.1",
"version": "2.2.2",
"description": "API for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@qiwi/deep-proxy": "^1.8.2",
"@qiwi/nexus-client": "1.1.4",
"@qiwi/nexus-utils": "1.0.1",
"@qiwi/nexus-utils": "1.0.2",
"push-it-to-the-limit": "^1.17.2",
"semver": "^7.3.5"
},
Expand Down

0 comments on commit 8ac5da9

Please sign in to comment.