Skip to content

Commit 6309e35

Browse files
committed
Release 0.1.4
1 parent bbebfb7 commit 6309e35

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4 (2020-12-23)
4+
5+
* Update aws constructs (accidental major bump)
6+
37
## 0.1.3 (2020-12-23)
48

59
* Update repo configuration

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.1.3"
4+
"version": "0.1.4"
55
}

packages/cdkactions-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"peerDependencies": {},
5151
"dependencies": {
5252
"cdkactions": "^0.0.0",
53-
"constructs": "^5.0.0",
53+
"constructs": "^3.2.80",
5454
"fs-extra": "^8.1.0",
5555
"sscaff": "^1.2.0",
5656
"yaml": "^1.10.0",

packages/cdkactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "^10.17.0",
3737
"@typescript-eslint/eslint-plugin": "^4.3.0",
3838
"@typescript-eslint/parser": "^4.3.0",
39-
"constructs": "^5.0.0",
39+
"constructs": "^3.2.80",
4040
"eslint": "^7.16.0",
4141
"eslint-import-resolver-node": "^0.3.4",
4242
"eslint-import-resolver-typescript": "^2.3.0",
@@ -54,7 +54,7 @@
5454
"typescript": "^3.9.5"
5555
},
5656
"peerDependencies": {
57-
"constructs": "^5.0.0"
57+
"constructs": "^3.2.80"
5858
},
5959
"dependencies": {
6060
"dedent-js": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,10 +2565,10 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
25652565
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
25662566
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
25672567

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

25732573
contains-path@^0.1.0:
25742574
version "0.1.0"

0 commit comments

Comments
 (0)