Skip to content

Commit

Permalink
chore(release): 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## @pdkit/cli [2.0.5](https://github.com/justinm/pdkit/compare/@pdkit/[email protected]...@pdkit/[email protected]) (2022-05-20)

### Dependencies

* **@pdkit/core:** upgraded to 3.0.5
  • Loading branch information
semantic-release-bot committed May 20, 2022
1 parent 452aa72 commit 8b44d2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/@pdkit/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @pdkit/cli [2.0.5](https://github.com/justinm/pdkit/compare/@pdkit/[email protected]...@pdkit/[email protected]) (2022-05-20)





### Dependencies

* **@pdkit/core:** upgraded to 3.0.5

## @pdkit/cli [2.0.4](https://github.com/justinm/pdkit/compare/@pdkit/[email protected]...@pdkit/[email protected]) (2022-05-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/@pdkit/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdkit/cli",
"version": "2.0.4",
"version": "2.0.5",
"author": {
"name": "Justin McCormick",
"email": "[email protected]"
Expand Down Expand Up @@ -45,7 +45,7 @@
"yargs": "17.4.1"
},
"devDependencies": {
"@pdkit/core": "3.0.4",
"@pdkit/core": "3.0.5",
"@types/jest": "27.4.1",
"@types/node": "17.0.25",
"@typescript-eslint/eslint-plugin": "5.20.0",
Expand All @@ -65,7 +65,7 @@
"typescript": "4.6.3"
},
"peerDependencies": {
"@pdkit/core": "3.0.4"
"@pdkit/core": "3.0.5"
},
"prettier": {
"printWidth": 140,
Expand Down

0 comments on commit 8b44d2a

Please sign in to comment.