Skip to content

Commit

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

### Features

* add assets downloading, change helper & cli contract ([#21](#21)) ([f087dc2](f087dc2))

### BREAKING CHANGES

* `getPackageComponents` in `@qiwi/nexus-helper` does not follow pagination anymore, return type is changed
* deleteComponentsByIds in `@qiwi/nexus-helper` does not take `skipErrors` anymore, use `deleteComponentsByIds` for `skipErrors === false` and `deleteComponentsByIdsSettled` for `true`
* `@qiwi/nexus-cli` now supports downloading in addition to deleting, arguments and config changed a lot, see README
  • Loading branch information
qiwibot committed Mar 17, 2021
1 parent f711f11 commit f09b6bc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# @qiwi/nexus-cli [2.0.0](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.2.2...@qiwi/nexus-cli@2.0.0) (2021-03-17)


### Features

* add assets downloading, change helper & cli contract ([#21](https://github.com/qiwi/nexus/issues/21)) ([f087dc2](https://github.com/qiwi/nexus/commit/f087dc227a6c9e6c891d97d1bb872eab915d9cb8))


### BREAKING CHANGES

* `getPackageComponents` in `@qiwi/nexus-helper` does not follow pagination anymore, return type is changed
* deleteComponentsByIds in `@qiwi/nexus-helper` does not take `skipErrors` anymore, use `deleteComponentsByIds` for `skipErrors === false` and `deleteComponentsByIdsSettled` for `true`
* `@qiwi/nexus-cli` now supports downloading in addition to deleting, arguments and config changed a lot, see README





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.3
* **@qiwi/nexus-helper:** upgraded to 2.0.0
* **@qiwi/nexus-infra:** upgraded to 2.0.0

## @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)


Expand Down
8 changes: 4 additions & 4 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.2",
"version": "2.0.0",
"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,8 +42,8 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.1.1",
"@qiwi/nexus-helper": "1.2.2",
"@qiwi/nexus-client": "1.1.3",
"@qiwi/nexus-helper": "2.0.0",
"@types/semver": "^7.3.4",
"axios": "^0.21.1",
"blork": "^9.3.0",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/nexus-infra": "1.2.2",
"@qiwi/nexus-infra": "2.0.0",
"@qiwi/npm-batch-cli-api": "^1.5.1",
"nock": "^13.0.11",
"semver": "^7.3.4"
Expand Down

0 comments on commit f09b6bc

Please sign in to comment.