Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Dec 25, 2020
1 parent bbebfb7 commit 6309e35
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4 (2020-12-23)

* Update aws constructs (accidental major bump)

## 0.1.3 (2020-12-23)

* Update repo configuration
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.3"
"version": "0.1.4"
}
2 changes: 1 addition & 1 deletion packages/cdkactions-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {},
"dependencies": {
"cdkactions": "^0.0.0",
"constructs": "^5.0.0",
"constructs": "^3.2.80",
"fs-extra": "^8.1.0",
"sscaff": "^1.2.0",
"yaml": "^1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdkactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"constructs": "^5.0.0",
"constructs": "^3.2.80",
"eslint": "^7.16.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.3.0",
Expand All @@ -54,7 +54,7 @@
"typescript": "^3.9.5"
},
"peerDependencies": {
"constructs": "^5.0.0"
"constructs": "^3.2.80"
},
"dependencies": {
"dedent-js": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2565,10 +2565,10 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=

constructs@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-5.0.0.tgz#2f7543e1ac25e097f572228a3e4c2f96b2c804a0"
integrity sha512-KTUyOLj+Df3rw4MG5oax19nJYlWApOiuEVxRgNZT63VFt24a2kaFqQiPggXw3yoaSqhW1V5uL/CGRWYvJ56CVw==
constructs@^3.2.80:
version "3.2.80"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.2.80.tgz#d4129f109eb9839359fe7a6614ae65db9da878a0"
integrity sha512-m32Iz4DJUb2gwi0C8ph/HwiTamU4IeiOcdWDXkZAG5iW/+dM04xV0zLr8/VVPpmbinJ8Hdgbon+S55v3moYd2g==

contains-path@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit 6309e35

Please sign in to comment.