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

Commit fa70e83

Browse files
author
github-actions
committed
v0.27.3
1 parent c89d372 commit fa70e83

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/functionless/functionless/compare/v0.27.2...v0.27.3) (2022-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **website:** fix scrolling of docs sidebar when longer than screen height ([#556](https://github.com/functionless/functionless/issues/556)) ([60ebcd4](https://github.com/functionless/functionless/commit/60ebcd4ab58d7f8363cf9a646b4e74c98b2ece64))
12+
13+
14+
15+
16+
617
## [0.27.2](https://github.com/functionless/functionless/compare/v0.27.1...v0.27.2) (2022-10-11)
718

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

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
"command": {
1616
"publish": {
1717
"npmClient": "npm",
18-
"allowBranch": ["main", "*"]
18+
"allowBranch": [
19+
"main",
20+
"*"
21+
]
1922
}
2023
},
21-
"version": "0.27.2"
24+
"version": "0.27.3"
2225
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.27.3](https://github.com/functionless/functionless/compare/v0.27.2...v0.27.3) (2022-10-12)
7+
8+
**Note:** Version bump only for package create-functionless

packages/create-functionless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-functionless",
3-
"version": "0.0.0",
3+
"version": "0.27.3",
44
"description": "Create a Functionless app.",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)