Skip to content

Commit 3ac7b88

Browse files
author
github-actions
committed
v0.29.0
1 parent e7a92cc commit 3ac7b88

70 files changed

Lines changed: 357 additions & 203 deletions

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.29.0](https://github.com/functionless/functionless/compare/v0.28.5...v0.29.0) (2022-10-18)
7+
8+
### Features
9+
10+
- Resource plugin framework ([#573](https://github.com/functionless/functionless/issues/573)) ([e7a92cc](https://github.com/functionless/functionless/commit/e7a92cc48acbe6706c6c540a882f7c301d2fb740))
11+
612
## [0.28.5](https://github.com/functionless/functionless/compare/v0.28.4...v0.28.5) (2022-10-17)
713

814
### Bug Fixes

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.5"
21+
"version": "0.29.0"
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.29.0](https://github.com/functionless/functionless/compare/v0.28.5...v0.29.0) (2022-10-18)
7+
8+
**Note:** Version bump only for package @functionless/asl
9+
610
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
711

812
**Note:** Version bump only for package @functionless/asl

packages/@functionless/asl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/asl",
3-
"version": "0.28.4",
3+
"version": "0.29.0",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -14,9 +14,9 @@
1414
"dev": "tsc --watch"
1515
},
1616
"dependencies": {
17-
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-stepfunctions": "^0.28.4",
19-
"@functionless/util": "^0.28.0"
17+
"@functionless/ast": "^0.29.0",
18+
"@functionless/aws-stepfunctions": "^0.29.0",
19+
"@functionless/util": "^0.29.0"
2020
},
2121
"peerDependencies": {
2222
"@aws-cdk/aws-appsync-alpha": "*",

packages/@functionless/ast/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.29.0](https://github.com/functionless/functionless/compare/v0.28.5...v0.29.0) (2022-10-18)
7+
8+
**Note:** Version bump only for package @functionless/ast
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/ast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/ast",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"scripts": {
@@ -11,10 +11,10 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@functionless/error-code": "^0.28.0"
14+
"@functionless/error-code": "^0.29.0"
1515
},
1616
"devDependencies": {
17-
"@functionless/jest": "^0.28.0",
17+
"@functionless/jest": "^0.29.0",
1818
"@types/jest": "^29.0.3",
1919
"@types/node": "^16",
2020
"functionless-build-utils": "*",

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.29.0](https://github.com/functionless/functionless/compare/v0.28.5...v0.29.0) (2022-10-18)
7+
8+
**Note:** Version bump only for package @functionless/aws-apigateway-constructs
9+
610
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
711

812
**Note:** Version bump only for package @functionless/aws-apigateway-constructs

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-apigateway-constructs",
3-
"version": "0.28.4",
3+
"version": "0.29.0",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -14,11 +14,11 @@
1414
"dev": "tsc --watch"
1515
},
1616
"dependencies": {
17-
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-apigateway": "^0.28.4",
19-
"@functionless/aws-lambda-constructs": "^0.28.4",
20-
"@functionless/error-code": "^0.28.0",
21-
"@functionless/vtl": "^0.28.0",
17+
"@functionless/ast": "^0.29.0",
18+
"@functionless/aws-apigateway": "^0.29.0",
19+
"@functionless/aws-lambda-constructs": "^0.29.0",
20+
"@functionless/error-code": "^0.29.0",
21+
"@functionless/vtl": "^0.29.0",
2222
"aws-cdk-lib": "2.44.0"
2323
},
2424
"devDependencies": {

packages/@functionless/aws-apigateway/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.29.0](https://github.com/functionless/functionless/compare/v0.28.5...v0.29.0) (2022-10-18)
7+
8+
### Features
9+
10+
- Resource plugin framework ([#573](https://github.com/functionless/functionless/issues/573)) ([e7a92cc](https://github.com/functionless/functionless/commit/e7a92cc48acbe6706c6c540a882f7c301d2fb740))
11+
612
## [0.28.4](https://github.com/functionless/functionless/compare/v0.28.3...v0.28.4) (2022-10-17)
713

814
**Note:** Version bump only for package @functionless/aws-apigateway

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-apigateway",
3-
"version": "0.28.4",
3+
"version": "0.29.0",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -14,10 +14,10 @@
1414
"dev": "tsc --watch"
1515
},
1616
"dependencies": {
17-
"@functionless/ast": "^0.28.0",
18-
"@functionless/aws-lambda": "^0.28.4",
19-
"@functionless/aws-stepfunctions": "^0.28.4",
20-
"@functionless/vtl": "^0.28.0",
17+
"@functionless/ast": "^0.29.0",
18+
"@functionless/aws-lambda": "^0.29.0",
19+
"@functionless/aws-stepfunctions": "^0.29.0",
20+
"@functionless/vtl": "^0.29.0",
2121
"aws-cdk-lib": "2.44.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)