Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## @qiwi/nexus-cli [1.0.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.0.1...@qiwi/nexus-cli@1.0.2) (2020-10-15)

### Bug Fixes

* publish configs ([#8](#8)) ([1ce2747](1ce2747))

### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.0.2
* **@qiwi/nexus-helper:** upgraded to 1.0.2
  • Loading branch information
qiwibot committed Oct 15, 2020
1 parent 1ce2747 commit f9996e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @qiwi/nexus-cli [1.0.2](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.0.1...@qiwi/nexus-cli@1.0.2) (2020-10-15)


### Bug Fixes

* publish configs ([#8](https://github.com/qiwi/nexus/issues/8)) ([1ce2747](https://github.com/qiwi/nexus/commit/1ce2747a51db5cde04a1e0934c6beece040454bb))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.0.2
* **@qiwi/nexus-helper:** upgraded to 1.0.2

## @qiwi/nexus-cli [1.0.1](https://github.com/qiwi/nexus/compare/@qiwi/nexus-cli@1.0.0...@qiwi/nexus-cli@1.0.1) (2020-10-13)


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/nexus-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "CLI for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.0.1",
"@qiwi/nexus-helper": "1.0.1",
"@qiwi/nexus-client": "1.0.2",
"@qiwi/nexus-helper": "1.0.2",
"@types/semver": "^7.3.4",
"meow": "^7.1.1"
},
Expand Down

0 comments on commit f9996e2

Please sign in to comment.