From 2dec31c6d49eb5cddfe196f99bc9c90292db035e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 May 2023 22:00:26 +0000 Subject: [PATCH] v0.39.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/@eventual/aws-cdk/CHANGELOG.md | 6 ++++++ packages/@eventual/aws-cdk/package.json | 2 +- packages/@eventual/aws-client/CHANGELOG.md | 6 ++++++ packages/@eventual/aws-client/package.json | 2 +- packages/@eventual/aws-runtime/CHANGELOG.md | 6 ++++++ packages/@eventual/aws-runtime/package.json | 2 +- packages/@eventual/cli/CHANGELOG.md | 6 ++++++ packages/@eventual/cli/package.json | 2 +- packages/@eventual/client/CHANGELOG.md | 6 ++++++ packages/@eventual/client/package.json | 2 +- packages/@eventual/compiler/CHANGELOG.md | 6 ++++++ packages/@eventual/compiler/package.json | 2 +- packages/@eventual/core-runtime/CHANGELOG.md | 6 ++++++ packages/@eventual/core-runtime/package.json | 2 +- packages/@eventual/core/CHANGELOG.md | 6 ++++++ packages/@eventual/core/package.json | 2 +- packages/@eventual/integrations-slack/CHANGELOG.md | 6 ++++++ packages/@eventual/integrations-slack/package.json | 2 +- packages/@eventual/project/CHANGELOG.md | 6 ++++++ packages/@eventual/project/package.json | 2 +- packages/@eventual/testing/CHANGELOG.md | 6 ++++++ packages/@eventual/testing/package.json | 2 +- packages/@eventual/timeline/CHANGELOG.md | 6 ++++++ packages/@eventual/timeline/package.json | 2 +- packages/create-eventual/CHANGELOG.md | 6 ++++++ packages/create-eventual/package.json | 2 +- 28 files changed, 98 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b41af3e..37f41d898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cf44b2eb4..8bcd8c7c5 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "allowBranch": ["main"] } }, - "version": "0.39.1" + "version": "0.39.2" } diff --git a/packages/@eventual/aws-cdk/CHANGELOG.md b/packages/@eventual/aws-cdk/CHANGELOG.md index 63eaa0f8e..3b68edc45 100644 --- a/packages/@eventual/aws-cdk/CHANGELOG.md +++ b/packages/@eventual/aws-cdk/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/aws-cdk/package.json b/packages/@eventual/aws-cdk/package.json index 5d4788f7c..8402845b8 100644 --- a/packages/@eventual/aws-cdk/package.json +++ b/packages/@eventual/aws-cdk/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/aws-cdk", - "version": "0.39.1", + "version": "0.39.2", "main": "lib/index.js", "types:": "lib/index.d.ts", "scripts": { diff --git a/packages/@eventual/aws-client/CHANGELOG.md b/packages/@eventual/aws-client/CHANGELOG.md index 7974f7330..a77e2887d 100644 --- a/packages/@eventual/aws-client/CHANGELOG.md +++ b/packages/@eventual/aws-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/aws-client/package.json b/packages/@eventual/aws-client/package.json index 6002a2250..c70f4dec9 100644 --- a/packages/@eventual/aws-client/package.json +++ b/packages/@eventual/aws-client/package.json @@ -8,7 +8,7 @@ }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", - "version": "0.39.1", + "version": "0.39.2", "scripts": { "test": "jest --passWithNoTests" }, diff --git a/packages/@eventual/aws-runtime/CHANGELOG.md b/packages/@eventual/aws-runtime/CHANGELOG.md index cea3d026a..b2b572e28 100644 --- a/packages/@eventual/aws-runtime/CHANGELOG.md +++ b/packages/@eventual/aws-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/aws-runtime/package.json b/packages/@eventual/aws-runtime/package.json index d23861385..edaa7ad83 100644 --- a/packages/@eventual/aws-runtime/package.json +++ b/packages/@eventual/aws-runtime/package.json @@ -8,7 +8,7 @@ }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", - "version": "0.39.1", + "version": "0.39.2", "scripts": { "test": "jest --passWithNoTests" }, diff --git a/packages/@eventual/cli/CHANGELOG.md b/packages/@eventual/cli/CHANGELOG.md index ce99ed611..c0502c674 100644 --- a/packages/@eventual/cli/CHANGELOG.md +++ b/packages/@eventual/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/cli/package.json b/packages/@eventual/cli/package.json index a1a34dd90..9561cdb8d 100644 --- a/packages/@eventual/cli/package.json +++ b/packages/@eventual/cli/package.json @@ -1,7 +1,7 @@ { "name": "@eventual/cli", "type": "module", - "version": "0.39.1", + "version": "0.39.2", "bin": { "eventual": "bin/eventual.mjs" }, diff --git a/packages/@eventual/client/CHANGELOG.md b/packages/@eventual/client/CHANGELOG.md index c934a72f3..4c8fec691 100644 --- a/packages/@eventual/client/CHANGELOG.md +++ b/packages/@eventual/client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/client/package.json b/packages/@eventual/client/package.json index 5818443b8..382d0f7f2 100644 --- a/packages/@eventual/client/package.json +++ b/packages/@eventual/client/package.json @@ -8,7 +8,7 @@ }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", - "version": "0.39.1", + "version": "0.39.2", "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, diff --git a/packages/@eventual/compiler/CHANGELOG.md b/packages/@eventual/compiler/CHANGELOG.md index f0ad3c14b..3863f7d6b 100644 --- a/packages/@eventual/compiler/CHANGELOG.md +++ b/packages/@eventual/compiler/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/compiler/package.json b/packages/@eventual/compiler/package.json index 6faa81bd9..25b4d6287 100644 --- a/packages/@eventual/compiler/package.json +++ b/packages/@eventual/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/compiler", - "version": "0.39.1", + "version": "0.39.2", "bin": { "eventual-bundle": "./bin/eventual-bundle.mjs", "eventual-infer": "./bin/eventual-infer.mjs" diff --git a/packages/@eventual/core-runtime/CHANGELOG.md b/packages/@eventual/core-runtime/CHANGELOG.md index afd438010..c63f57623 100644 --- a/packages/@eventual/core-runtime/CHANGELOG.md +++ b/packages/@eventual/core-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/core-runtime/package.json b/packages/@eventual/core-runtime/package.json index de1d297ff..308d03605 100644 --- a/packages/@eventual/core-runtime/package.json +++ b/packages/@eventual/core-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/core-runtime", - "version": "0.39.1", + "version": "0.39.2", "exports": { ".": { "import": "./lib/esm/index.js", diff --git a/packages/@eventual/core/CHANGELOG.md b/packages/@eventual/core/CHANGELOG.md index 5189335b4..e1754f426 100644 --- a/packages/@eventual/core/CHANGELOG.md +++ b/packages/@eventual/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/core/package.json b/packages/@eventual/core/package.json index 3ed4c2d79..da03ea19c 100644 --- a/packages/@eventual/core/package.json +++ b/packages/@eventual/core/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/core", - "version": "0.39.1", + "version": "0.39.2", "exports": { ".": { "import": "./lib/esm/index.js", diff --git a/packages/@eventual/integrations-slack/CHANGELOG.md b/packages/@eventual/integrations-slack/CHANGELOG.md index 4c1b62897..e676c2845 100644 --- a/packages/@eventual/integrations-slack/CHANGELOG.md +++ b/packages/@eventual/integrations-slack/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/integrations-slack/package.json b/packages/@eventual/integrations-slack/package.json index 7d19d95d5..7833bcea0 100644 --- a/packages/@eventual/integrations-slack/package.json +++ b/packages/@eventual/integrations-slack/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/integrations-slack", - "version": "0.39.1", + "version": "0.39.2", "exports": { ".": { "import": "./lib/esm/index.js", diff --git a/packages/@eventual/project/CHANGELOG.md b/packages/@eventual/project/CHANGELOG.md index 08d941c7f..253a25618 100644 --- a/packages/@eventual/project/CHANGELOG.md +++ b/packages/@eventual/project/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/project/package.json b/packages/@eventual/project/package.json index 0247b4ed7..bb6559029 100644 --- a/packages/@eventual/project/package.json +++ b/packages/@eventual/project/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/project", - "version": "0.39.1", + "version": "0.39.2", "exports": { ".": { "import": "./lib/esm/index.js", diff --git a/packages/@eventual/testing/CHANGELOG.md b/packages/@eventual/testing/CHANGELOG.md index 219a34f31..79996c72c 100644 --- a/packages/@eventual/testing/CHANGELOG.md +++ b/packages/@eventual/testing/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/testing/package.json b/packages/@eventual/testing/package.json index e4503fbb8..2948ba68c 100644 --- a/packages/@eventual/testing/package.json +++ b/packages/@eventual/testing/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/testing", - "version": "0.39.1", + "version": "0.39.2", "exports": { ".": { "import": "./lib/esm/index.js", diff --git a/packages/@eventual/timeline/CHANGELOG.md b/packages/@eventual/timeline/CHANGELOG.md index 95fcbf2db..a41511186 100644 --- a/packages/@eventual/timeline/CHANGELOG.md +++ b/packages/@eventual/timeline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/@eventual/timeline/package.json b/packages/@eventual/timeline/package.json index a76cd53b6..fd7890026 100644 --- a/packages/@eventual/timeline/package.json +++ b/packages/@eventual/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@eventual/timeline", - "version": "0.39.1", + "version": "0.39.2", "type": "module", "exports": { "./dev": "./", diff --git a/packages/create-eventual/CHANGELOG.md b/packages/create-eventual/CHANGELOG.md index 4f90cc966..ea0e97c8f 100644 --- a/packages/create-eventual/CHANGELOG.md +++ b/packages/create-eventual/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.39.2 (2023-05-15) + +### Bug Fixes + +- entity with sort fails to query without sort ([#355](https://github.com/functionless/eventual/issues/355)) ([bf6672b](https://github.com/functionless/eventual/commit/bf6672ba53f390bc2f13581aecc6d99df2cd7e48)) + ## 0.39.1 (2023-05-15) ### Bug Fixes diff --git a/packages/create-eventual/package.json b/packages/create-eventual/package.json index bfc184151..72e6c114e 100644 --- a/packages/create-eventual/package.json +++ b/packages/create-eventual/package.json @@ -1,6 +1,6 @@ { "name": "create-eventual", - "version": "0.39.1", + "version": "0.39.2", "type": "commonjs", "files": [ "bin",