Skip to content

Commit 3fa5d20

Browse files
author
github-actions
committed
v0.55.5
1 parent 9e89cd5 commit 3fa5d20

28 files changed

+98
-14
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package eventual-monorepo

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"allowBranch": ["main"]
1414
}
1515
},
16-
"version": "0.55.4"
16+
"version": "0.55.5"
1717
}

packages/@eventual/aws-cdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/aws-cdk

packages/@eventual/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/aws-cdk",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"main": "lib/index.js",
55
"types:": "lib/index.d.ts",
66
"scripts": {

packages/@eventual/aws-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/aws-client

packages/@eventual/aws-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/esm/index.js",
11-
"version": "0.55.4",
11+
"version": "0.55.5",
1212
"scripts": {
1313
"test": "jest --passWithNoTests"
1414
},

packages/@eventual/aws-runtime/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/aws-runtime

packages/@eventual/aws-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/esm/index.js",
11-
"version": "0.55.4",
11+
"version": "0.55.5",
1212
"scripts": {
1313
"test": "jest --passWithNoTests"
1414
},

packages/@eventual/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/cli

packages/@eventual/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eventual/cli",
33
"type": "module",
4-
"version": "0.55.4",
4+
"version": "0.55.5",
55
"bin": {
66
"eventual": "bin/eventual.mjs"
77
},

packages/@eventual/client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/client

packages/@eventual/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/esm/index.js",
11-
"version": "0.55.4",
11+
"version": "0.55.5",
1212
"scripts": {
1313
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
1414
},

packages/@eventual/compiler/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/compiler

packages/@eventual/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/compiler",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"bin": {
55
"eventual-bundle": "./bin/eventual-bundle.mjs",
66
"eventual-infer": "./bin/eventual-infer.mjs"

packages/@eventual/core-runtime/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/core-runtime

packages/@eventual/core-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/core-runtime",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"exports": {
55
".": {
66
"import": "./lib/esm/index.js",

packages/@eventual/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/core

packages/@eventual/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/core",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"exports": {
55
".": {
66
"import": "./lib/esm/index.js",

packages/@eventual/integrations-slack/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/integrations-slack

packages/@eventual/integrations-slack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/integrations-slack",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"exports": {
55
".": {
66
"import": "./lib/esm/index.js",

packages/@eventual/project/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/project

packages/@eventual/project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/project",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"exports": {
55
".": {
66
"import": "./lib/esm/index.js",

packages/@eventual/testing/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/testing

packages/@eventual/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/testing",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"exports": {
55
".": {
66
"import": "./lib/esm/index.js",

packages/@eventual/timeline/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package @eventual/timeline

packages/@eventual/timeline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventual/timeline",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"type": "module",
55
"exports": {
66
"./dev": "./",

packages/create-eventual/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.55.5 (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
- cli tests randomly fail ([#469](https://github.com/functionless/eventual/issues/469)) ([9e89cd5](https://github.com/functionless/eventual/commit/9e89cd5e5f96e9e2e8ca987c4dc29caecc49807a))
11+
612
## 0.55.4 (2023-10-05)
713

814
**Note:** Version bump only for package create-eventual

packages/create-eventual/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eventual",
3-
"version": "0.55.4",
3+
"version": "0.55.5",
44
"type": "commonjs",
55
"files": [
66
"bin",

0 commit comments

Comments
 (0)