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

Commit af29b8b

Browse files
author
github-actions
committed
v0.27.2
1 parent 4a2622c commit af29b8b

16 files changed

Lines changed: 85 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
7+
8+
**Note:** Version bump only for package functionless-monorepo
9+
10+
11+
12+
13+
614
## [0.27.1](https://github.com/functionless/functionless/compare/v0.27.0...v0.27.1) (2022-10-07)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
]
2020
}
2121
},
22-
"version": "0.27.1"
22+
"version": "0.27.2"
2323
}

packages/@functionless/ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
7+
8+
**Note:** Version bump only for package @functionless/ast
9+
10+
11+
12+
13+
614
# [0.27.0](https://github.com/functionless/functionless/compare/v0.26.0...v0.27.0) (2022-10-06)
715

816

packages/@functionless/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/ast",
3-
"version": "0.27.0",
3+
"version": "0.27.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"scripts": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
7+
8+
**Note:** Version bump only for package @functionless/aws-constructs
9+
10+
11+
12+
13+
614
## [0.27.1](https://github.com/functionless/functionless/compare/v0.27.0...v0.27.1) (2022-10-07)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@functionless/aws-constructs",
33
"description": "Functionless, a TypeScript plugin and Construct library for the AWS CDK",
44
"license": "Apache-2.0",
5-
"version": "0.27.1",
5+
"version": "0.27.2",
66
"types": "lib/index.d.ts",
77
"main": "lib/index.js",
88
"repository": {
@@ -87,7 +87,7 @@
8787
"typescript": "^4.8.3"
8888
},
8989
"dependencies": {
90-
"@functionless/ast": "^0.27.0",
90+
"@functionless/ast": "^0.27.2",
9191
"@functionless/ast-reflection": "^0.3.1",
9292
"@functionless/nodejs-closure-serializer": "^0.1.2",
9393
"@swc/cli": "^0.1.57",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
7+
8+
**Note:** Version bump only for package @functionless/aws-util
9+
10+
11+
12+
13+
614
# [0.27.0](https://github.com/functionless/functionless/compare/v0.26.0...v0.27.0) (2022-10-06)
715

816
**Note:** Version bump only for package @functionless/aws-util

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws-util",
3-
"version": "0.27.0",
3+
"version": "0.27.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"scripts": {

packages/@functionless/aws/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
7+
8+
**Note:** Version bump only for package @functionless/aws
9+
10+
11+
12+
13+
614
## [0.27.1](https://github.com/functionless/functionless/compare/v0.27.0...v0.27.1) (2022-10-07)
715

816
**Note:** Version bump only for package @functionless/aws

packages/@functionless/aws/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionless/aws",
3-
"version": "0.27.1",
3+
"version": "0.27.2",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"files": [
@@ -12,9 +12,9 @@
1212
"dev": "tsc --watch"
1313
},
1414
"dependencies": {
15-
"@functionless/aws-constructs": "^0.27.1",
16-
"@functionless/aws-util": "^0.27.0",
17-
"@functionless/util": "^0.27.0",
15+
"@functionless/aws-constructs": "^0.27.2",
16+
"@functionless/aws-util": "^0.27.2",
17+
"@functionless/util": "^0.27.2",
1818
"typesafe-dynamodb": "^0.2.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)