This repository was archived by the owner on Jun 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.28.3] ( https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3 ) (2022-10-15)
7+
8+ ** Note:** Version bump only for package functionless-monorepo
9+
610## [ 0.28.2] ( https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2 ) (2022-10-14)
711
812** Note:** Version bump only for package functionless-monorepo
Original file line number Diff line number Diff line change 1818 "allowBranch" : [" main" , " *" ]
1919 }
2020 },
21- "version" : " 0.28.2 "
21+ "version" : " 0.28.3 "
2222}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.28.3] ( https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3 ) (2022-10-15)
7+
8+ ** Note:** Version bump only for package @functionless/cli
9+
610# [ 0.28.0] ( https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0 ) (2022-10-14)
711
812### chore
Original file line number Diff line number Diff line change 11{
22 "name" : " @functionless/cli" ,
3- "version" : " 0.28.0 " ,
3+ "version" : " 0.28.3 " ,
44 "main" : " ./lib/index.js" ,
55 "types" : " ./lib/index.d.ts" ,
66 "bin" : {
7777 "@functionless/aws-stepfunctions" : " ^0.28.0" ,
7878 "@functionless/aws-stepfunctions-constructs" : " ^0.28.0" ,
7979 "@functionless/language-service" : " ^0.0.4" ,
80- "@functionless/register" : " ^0.28.0 " ,
80+ "@functionless/register" : " ^0.28.3 " ,
8181 "@functionless/util" : " ^0.28.0" ,
8282 "@swc/jest" : " ^0.2.22" ,
8383 "@types/express" : " ^4.17.14" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.28.3] ( https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3 ) (2022-10-15)
7+
8+ ** Note:** Version bump only for package @functionless/register
9+
610# [ 0.28.0] ( https://github.com/functionless/functionless/compare/v0.27.4...v0.28.0 ) (2022-10-14)
711
812### chore
Original file line number Diff line number Diff line change 11{
22 "name" : " @functionless/register" ,
3- "version" : " 0.28.0 " ,
3+ "version" : " 0.28.3 " ,
44 "main" : " ./lib/index.js" ,
55 "types" : " ./lib/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.28.3] ( https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3 ) (2022-10-15)
7+
8+ ** Note:** Version bump only for package create-functionless
9+
610## [ 0.28.2] ( https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2 ) (2022-10-14)
711
812** Note:** Version bump only for package create-functionless
Original file line number Diff line number Diff line change 11{
22 "name" : " create-functionless" ,
3- "version" : " 0.28.2 " ,
3+ "version" : " 0.28.3 " ,
44 "description" : " Create a Functionless app." ,
55 "files" : [
66 " lib" ,
3333 "cross-spawn" : " ^7.0.3" ,
3434 "esbuild" : " 0.15.9" ,
3535 "fl-exp" : " *" ,
36- "functionless" : " ^0.28.2 " ,
36+ "functionless" : " ^0.28.3 " ,
3737 "mustache" : " ^4.2.0" ,
3838 "prompts" : " ^2.4.2" ,
3939 "rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.28.3] ( https://github.com/functionless/functionless/compare/v0.28.2...v0.28.3 ) (2022-10-15)
7+
8+ ** Note:** Version bump only for package functionless
9+
610## [ 0.28.2] ( https://github.com/functionless/functionless/compare/v0.28.1...v0.28.2 ) (2022-10-14)
711
812** Note:** Version bump only for package functionless
Original file line number Diff line number Diff line change 11{
22 "name" : " functionless" ,
3- "version" : " 0.28.2 " ,
3+ "version" : " 0.28.3 " ,
44 "dependencies" : {
55 "@functionless/asl" : " ^0.28.0" ,
66 "@functionless/ast" : " ^0.28.0" ,
2525 "@functionless/aws-stepfunctions" : " ^0.28.0" ,
2626 "@functionless/aws-stepfunctions-constructs" : " ^0.28.0" ,
2727 "@functionless/aws-util" : " ^0.28.0" ,
28- "@functionless/cli" : " ^0.28.0 " ,
28+ "@functionless/cli" : " ^0.28.3 " ,
2929 "@functionless/error-code" : " ^0.28.0" ,
3030 "@functionless/jest" : " ^0.28.0" ,
3131 "@functionless/language-service" : " ^0.0.4" ,
32- "@functionless/register" : " ^0.28.0 " ,
32+ "@functionless/register" : " ^0.28.3 " ,
3333 "@functionless/serde" : " ^0.28.0" ,
3434 "@functionless/serialize-closure" : " ^0.28.0" ,
3535 "@functionless/swc-config" : " ^0.28.0" ,
You can’t perform that action at this time.
0 commit comments