Skip to content

Commit 5104bbf

Browse files
author
github-actions
committed
v0.28.2
1 parent f97ed91 commit 5104bbf

6 files changed

Lines changed: 16 additions & 4 deletions

File tree

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.2](https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2) (2022-10-14)
7+
8+
**Note:** Version bump only for package functionless-monorepo
9+
610
## [0.28.1](https://github.com/functionless/functionless/compare/v0.28.0...v0.28.1) (2022-10-14)
711

812
### 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.1"
21+
"version": "0.28.2"
2222
}

packages/create-functionless/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.2](https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2) (2022-10-14)
7+
8+
**Note:** Version bump only for package create-functionless
9+
610
## [0.28.1](https://github.com/functionless/functionless/compare/v0.28.0...v0.28.1) (2022-10-14)
711

812
### Bug Fixes

packages/create-functionless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-functionless",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"description": "Create a Functionless app.",
55
"files": [
66
"lib",
@@ -33,7 +33,7 @@
3333
"cross-spawn": "^7.0.3",
3434
"esbuild": "0.15.9",
3535
"fl-exp": "*",
36-
"functionless": "^0.28.0",
36+
"functionless": "^0.28.2",
3737
"mustache": "^4.2.0",
3838
"prompts": "^2.4.2",
3939
"rimraf": "^3.0.2",

packages/functionless/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.2](https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2) (2022-10-14)
7+
8+
**Note:** Version bump only for package functionless
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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functionless",
3-
"version": "0.28.0",
3+
"version": "0.28.2",
44
"dependencies": {
55
"@functionless/asl": "^0.28.0",
66
"@functionless/ast": "^0.28.0",

0 commit comments

Comments
 (0)