Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 21, 2022
1 parent 0f4259f commit fdb0d06
Show file tree
Hide file tree
Showing 17 changed files with 10,380 additions and 5,545 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions apps/test-app-sst/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))
2 changes: 1 addition & 1 deletion apps/test-app-sst/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@test-project-sst/services",
"version": "0.0.0",
"version": "0.2.0",
"type": "module",
"scripts": {},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"allowBranch": ["main"]
}
},
"version": "0.1.1"
"version": "0.2.0"
}
6 changes: 6 additions & 0 deletions packages/@eventual/aws-cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/aws-cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventual/aws-cdk",
"version": "0.1.1",
"version": "0.2.0",
"main": "lib/index.js",
"types:": "lib/index.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@eventual/aws-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/aws-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"test": "jest --passWithNoTests"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@eventual/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventual/cli",
"version": "0.1.1",
"version": "0.2.0",
"bin": {
"eventual": "bin/eventual.js"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@eventual/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventual/compiler",
"version": "0.1.1",
"version": "0.2.0",
"main": "lib/index.js",
"types:": "lib/index.d.ts",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@eventual/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventual/core",
"version": "0.1.1",
"version": "0.2.0",
"exports": {
".": {
"import": "./lib/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/@eventual/integrations-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 (2022-12-21)

### Features

- support eventual-infer on .ts using esbuild ([#132](https://github.com/functionless/eventual/issues/132)) ([0f4259f](https://github.com/functionless/eventual/commit/0f4259f0ca42efcd5ff2803af11bee2a46ed0186))

## 0.1.1 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@eventual/integrations-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventual/integrations-slack",
"version": "0.1.1",
"version": "0.2.0",
"exports": {
".": {
"import": "./lib/esm/index.js",
Expand Down
Loading

0 comments on commit fdb0d06

Please sign in to comment.