Skip to content

Commit

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

### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.2.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.1.0
  • Loading branch information
qiwibot committed Jan 12, 2021
1 parent a009369 commit e9c86f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @qiwi/npm-batch-cli [1.2.2](https://github.com/qiwi/npm-batch-action/compare/@qiwi/npm-batch-cli@1.2.1...@qiwi/npm-batch-cli@1.2.2) (2021-01-12)





### Dependencies

* **@qiwi/npm-batch-cli-api:** upgraded to 1.2.0
* **@qiwi/npm-batch-client-infra:** upgraded to 1.1.0

## @qiwi/npm-batch-cli [1.2.1](https://github.com/qiwi/npm-batch-action/compare/@qiwi/npm-batch-cli@1.2.0...@qiwi/npm-batch-cli@1.2.1) (2020-12-28)


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/npm-batch-cli",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,11 +44,11 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/npm-batch-cli-api": "1.1.1",
"@qiwi/npm-batch-cli-api": "1.2.0",
"meow": "^8.1.0"
},
"devDependencies": {
"@qiwi/npm-batch-client-infra": "1.0.1"
"@qiwi/npm-batch-client-infra": "1.1.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e9c86f1

Please sign in to comment.