Skip to content

Commit

Permalink
ci: release (#163)
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 Oct 13, 2022
1 parent d5d3759 commit 0201e3b
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-squids-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-lemons-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-countries-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-eyes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-cobras-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-shrimps-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-kids-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-brooms-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-ravens-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-insects-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-readers-tap.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#159](https://github.com/lagonapp/lagon/pull/159) [`cbf1778`](https://github.com/lagonapp/lagon/commit/cbf1778d274ee90285d3119c0b971995b74f806a) Thanks [@G3root](https://github.com/G3root)! - Update clap to v4

### Patch Changes

- [#179](https://github.com/lagonapp/lagon/pull/179) [`d5d3759`](https://github.com/lagonapp/lagon/commit/d5d3759f87afc49786aeb62c0e0c7e04a20643de) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Using presigned URLs for file uploads

* [#179](https://github.com/lagonapp/lagon/pull/179) [`d5d3759`](https://github.com/lagonapp/lagon/commit/d5d3759f87afc49786aeb62c0e0c7e04a20643de) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix HTTPS requests error

## 0.1.3

### 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.1.3",
"version": "0.2.0",
"description": "CLI for Lagon",
"files": [
"npm"
Expand Down
7 changes: 7 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/js-runtime

## 0.1.1

### Patch Changes

- [#167](https://github.com/lagonapp/lagon/pull/167) [`9eda38b`](https://github.com/lagonapp/lagon/commit/9eda38b3be711bdf537fc2379e9ecd02a8704edb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle Uint8Array in Response body
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.0",
"version": "0.1.1",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/runtime

## 0.1.3

### Patch Changes

- [#168](https://github.com/lagonapp/lagon/pull/168) [`bb3c823`](https://github.com/lagonapp/lagon/commit/bb3c8239c75488d7d6ddaec7aedfb749a18ccfb3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Implement event loop

* [#164](https://github.com/lagonapp/lagon/pull/164) [`d7f6f32`](https://github.com/lagonapp/lagon/commit/d7f6f3210af0a5f59acd69ddae2452c217603fcd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update rusty_v8 to 0.51

- [#164](https://github.com/lagonapp/lagon/pull/164) [`d7f6f32`](https://github.com/lagonapp/lagon/commit/d7f6f3210af0a5f59acd69ddae2452c217603fcd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Load ICU data to enable i18n

* [#167](https://github.com/lagonapp/lagon/pull/167) [`9eda38b`](https://github.com/lagonapp/lagon/commit/9eda38b3be711bdf537fc2379e9ecd02a8704edb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle Uint8Array in Response body

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/serverless

## 0.1.3

### Patch Changes

- [#164](https://github.com/lagonapp/lagon/pull/164) [`d7f6f32`](https://github.com/lagonapp/lagon/commit/d7f6f3210af0a5f59acd69ddae2452c217603fcd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix URL format

* [#164](https://github.com/lagonapp/lagon/pull/164) [`d7f6f32`](https://github.com/lagonapp/lagon/commit/d7f6f3210af0a5f59acd69ddae2452c217603fcd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix domains assignement

- [#164](https://github.com/lagonapp/lagon/pull/164) [`d7f6f32`](https://github.com/lagonapp/lagon/commit/d7f6f3210af0a5f59acd69ddae2452c217603fcd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use TLS for Redis / MySQL connections

* [#162](https://github.com/lagonapp/lagon/pull/162) [`2821265`](https://github.com/lagonapp/lagon/commit/282126547213021475c05d36e5c12fd2db51add5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add stdout & axiom logging

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/website

## 0.0.5

### Patch Changes

- [#179](https://github.com/lagonapp/lagon/pull/179) [`d5d3759`](https://github.com/lagonapp/lagon/commit/d5d3759f87afc49786aeb62c0e0c7e04a20643de) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Using presigned URLs for file uploads

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/website",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0201e3b

Please sign in to comment.