Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit 1199fd4

Browse files
author
github-actions
committed
v0.28.4
1 parent 25bcf86 commit 1199fd4

48 files changed

Lines changed: 224 additions & 122 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
7+
8+
### Bug Fixes
9+
10+
- support lambda props and env ([#570](https://github.com/functionless/functionless/issues/570)) ([25bcf86](https://github.com/functionless/functionless/commit/25bcf8673dbbe438efa5159811841b39dd263bbb))
11+
612
## [0.28.3](https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3) (2022-10-15)
713

814
**Note:** Version bump only for package functionless-monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"allowBranch": ["main", "*"]
1919
}
2020
},
21-
"version": "0.28.3"
21+
"version": "0.28.4"
2222
}

packages/@functionless/asl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
7+
8+
**Note:** Version bump only for package @functionless/asl
9+
610
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
711

812
### chore

packages/@functionless/asl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/asl",
3-
"version": "0.28.0",
3+
"version": "0.28.4",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-stepfunctions": "^0.28.0",
18+
"@functionless/aws-stepfunctions": "^0.28.4",
1919
"@functionless/util": "^0.28.0"
2020
},
2121
"peerDependencies": {

packages/@functionless/aws-apigateway-constructs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
7+
8+
**Note:** Version bump only for package @functionless/aws-apigateway-constructs
9+
610
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
711

812
### chore

packages/@functionless/aws-apigateway-constructs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-apigateway-constructs",
3-
"version": "0.28.0",
3+
"version": "0.28.4",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-apigateway": "^0.28.0",
19-
"@functionless/aws-lambda-constructs": "^0.28.0",
18+
"@functionless/aws-apigateway": "^0.28.4",
19+
"@functionless/aws-lambda-constructs": "^0.28.4",
2020
"@functionless/error-code": "^0.28.0",
2121
"@functionless/vtl": "^0.28.0",
2222
"aws-cdk-lib": "2.44.0"

packages/@functionless/aws-apigateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
7+
8+
**Note:** Version bump only for package @functionless/aws-apigateway
9+
610
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
711

812
### chore

packages/@functionless/aws-apigateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-apigateway",
3-
"version": "0.28.0",
3+
"version": "0.28.4",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-lambda": "^0.28.0",
19-
"@functionless/aws-stepfunctions": "^0.28.0",
18+
"@functionless/aws-lambda": "^0.28.4",
19+
"@functionless/aws-stepfunctions": "^0.28.4",
2020
"@functionless/vtl": "^0.28.0",
2121
"aws-cdk-lib": "2.44.0"
2222
},

packages/@functionless/aws-appsync-constructs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
7+
8+
**Note:** Version bump only for package @functionless/aws-appsync-constructs
9+
610
# [0.28.0](https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0) (2022-10-14)
711

812
### chore

packages/@functionless/aws-appsync-constructs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-appsync-constructs",
3-
"version": "0.28.0",
3+
"version": "0.28.4",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@functionless/ast": "^0.28.0",
1818
"@functionless/aws-appsync": "^0.28.0",
19-
"@functionless/aws-lambda": "^0.28.0",
19+
"@functionless/aws-lambda": "^0.28.4",
2020
"@functionless/aws-util": "^0.28.0",
2121
"@functionless/util": "^0.28.0",
2222
"@functionless/vtl": "^0.28.0"

0 commit comments

Comments
 (0)