Skip to content

Commit

Permalink
ci: release (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
QuiiBz and github-actions[bot] authored Nov 13, 2022
1 parent 745ad8d commit bf09dc0
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-dodos-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-taxis-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-turkeys-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-ducks-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-days-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-roses-rush.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-readers-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-zebras-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/cli

## 0.3.6

### Patch Changes

- [#252](https://github.com/lagonapp/lagon/pull/252) [`745ad8d`](https://github.com/lagonapp/lagon/commit/745ad8d65a7ee40b874bfdf28a236aa9bee548a0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support .html and index.html for static file paths

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.3.5",
"version": "0.3.6",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/docs

## 0.0.4

### Patch Changes

- [#222](https://github.com/lagonapp/lagon/pull/222) [`e8c36ac`](https://github.com/lagonapp/lagon/commit/e8c36ac11612a5a41258383cc312dbfe539d789c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add crypto APIs

* [#250](https://github.com/lagonapp/lagon/pull/250) [`4837cc0`](https://github.com/lagonapp/lagon/commit/4837cc037c6fe3f1572074b8aa4da6e3fe9909e5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add AbortController/AbortSignal API

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/docs",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
14 changes: 14 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lagon/js-runtime

## 0.1.7

### Patch Changes

- [#243](https://github.com/lagonapp/lagon/pull/243) [`b50fc2a`](https://github.com/lagonapp/lagon/commit/b50fc2a6df8a9e98400d8f4df9913240c333dd2a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add FormData and multipart parsing

* [#247](https://github.com/lagonapp/lagon/pull/247) [`4349fc0`](https://github.com/lagonapp/lagon/commit/4349fc07df656dc1c33545547b14fea043179803) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add error(), redirect() and json() static methods to Response

- [#247](https://github.com/lagonapp/lagon/pull/247) [`4349fc0`](https://github.com/lagonapp/lagon/commit/4349fc07df656dc1c33545547b14fea043179803) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add clone() method to Request and Response

* [#222](https://github.com/lagonapp/lagon/pull/222) [`e8c36ac`](https://github.com/lagonapp/lagon/commit/e8c36ac11612a5a41258383cc312dbfe539d789c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add crypto APIs

- [#250](https://github.com/lagonapp/lagon/pull/250) [`4837cc0`](https://github.com/lagonapp/lagon/commit/4837cc037c6fe3f1572074b8aa4da6e3fe9909e5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add AbortController/AbortSignal API

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/js-runtime",
"version": "0.1.6",
"version": "0.1.7",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/runtime

## 0.1.7

### Patch Changes

- [#249](https://github.com/lagonapp/lagon/pull/249) [`20d9b3c`](https://github.com/lagonapp/lagon/commit/20d9b3c2f9c290125fabffc78c221d8674c55fa5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Properly timeout and terminate long-running functions

* [#249](https://github.com/lagonapp/lagon/pull/249) [`20d9b3c`](https://github.com/lagonapp/lagon/commit/20d9b3c2f9c290125fabffc78c221d8674c55fa5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add functions statistics

- [#222](https://github.com/lagonapp/lagon/pull/222) [`e8c36ac`](https://github.com/lagonapp/lagon/commit/e8c36ac11612a5a41258383cc312dbfe539d789c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add crypto APIs

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.1.6",
"version": "0.1.7",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/serverless

## 0.1.9

### Patch Changes

- [#249](https://github.com/lagonapp/lagon/pull/249) [`20d9b3c`](https://github.com/lagonapp/lagon/commit/20d9b3c2f9c290125fabffc78c221d8674c55fa5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add functions statistics

* [#252](https://github.com/lagonapp/lagon/pull/252) [`745ad8d`](https://github.com/lagonapp/lagon/commit/745ad8d65a7ee40b874bfdf28a236aa9bee548a0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support .html and index.html for static file paths

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.8",
"version": "0.1.9",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

0 comments on commit bf09dc0

Please sign in to comment.