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

Commit 9f00f26

Browse files
author
github-actions
committed
v0.28.3
1 parent efd2039 commit 9f00f26

10 files changed

Lines changed: 29 additions & 9 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.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

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.2"
21+
"version": "0.28.3"
2222
}

packages/@functionless/cli/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.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

packages/@functionless/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -77,7 +77,7 @@
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",

packages/@functionless/register/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.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

packages/@functionless/register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

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.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

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.2",
3+
"version": "0.28.3",
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.2",
36+
"functionless": "^0.28.3",
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.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

packages/functionless/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -25,11 +25,11 @@
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",

0 commit comments

Comments
 (0)