Skip to content

Commit bc73962

Browse files
author
github-actions
committed
v0.55.3
1 parent e278eff commit bc73962

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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2"
16+
"version": "0.55.3"
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
11+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
11+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
4+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
11+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
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.3 (2023-09-29)
7+
8+
### Bug Fixes
9+
10+
- bucket local persistence ([#460](https://github.com/functionless/eventual/issues/460)) ([e278eff](https://github.com/functionless/eventual/commit/e278eff1da787dae7e1375a3b0e3e14cb9e5f07a))
11+
612
## 0.55.2 (2023-09-28)
713

814
### Bug Fixes

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.2",
3+
"version": "0.55.3",
44
"type": "commonjs",
55
"files": [
66
"bin",

0 commit comments

Comments
 (0)