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/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)

### Features

* add set-latest, refactoring ([#23](#23)) ([8e80667](8e80667))

### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper
  • Loading branch information
qiwibot committed Apr 5, 2021
1 parent f00bacd commit a95d79b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/cli-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# @qiwi/npm-batch-cli-api [2.0.0](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-04-05)


### Features

* add set-latest, refactoring ([#23](https://github.com/qiwi/npm-batch-action/issues/23)) ([8e80667](https://github.com/qiwi/npm-batch-action/commit/8e80667abde806cc416b49096bb513b5db5be27b))


### BREAKING CHANGES

* @qiwi/npm-batch-client: batch actions moved to NpmRegClientBatchWrapper





### Dependencies

* **@qiwi/npm-batch-client:** upgraded to 2.0.0

## @qiwi/npm-batch-cli-api [1.5.3](https://github.com/qiwi/npm-batch-action/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-03-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/npm-batch-cli-api",
"version": "1.5.3",
"version": "2.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/npm-batch-client": "1.5.1",
"@qiwi/npm-batch-client": "2.0.0",
"@qiwi/substrate": "^1.20.1",
"push-it-to-the-limit": "^1.17.1",
"tslib": "^2.1.0"
Expand Down

0 comments on commit a95d79b

Please sign in to comment.