Skip to content

Commit

Permalink
ci: release (#182)
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 19, 2022
1 parent 4ba9efa commit 0466dd4
Show file tree
Hide file tree
Showing 22 changed files with 57 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-llamas-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-avocados-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-taxis-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-carpets-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-panthers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-adults-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-doors-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-peas-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pants-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-mails-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-turkeys-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-jobs-boil.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [#189](https://github.com/lagonapp/lagon/pull/189) [`77a7218`](https://github.com/lagonapp/lagon/commit/77a7218801cd7bd99ba388fcb064e81d5204e487) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add lagon dev command

* [#191](https://github.com/lagonapp/lagon/pull/191) [`84c2e44`](https://github.com/lagonapp/lagon/commit/84c2e44afcc3f0a4290718c81f3f3c2cea0bc47d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow custom site URL for self hosting

### Patch Changes

- [#192](https://github.com/lagonapp/lagon/pull/192) [`bfa85c7`](https://github.com/lagonapp/lagon/commit/bfa85c7dbbdd3a94cb75f53ac16f5be0efd9c1b2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Correctly install the binary before executing it

* [#185](https://github.com/lagonapp/lagon/pull/185) [`d40f143`](https://github.com/lagonapp/lagon/commit/d40f143aa8836a3867f7a501bcd76322889c4a2b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Beautify errors

- [#193](https://github.com/lagonapp/lagon/pull/193) [`b9f2623`](https://github.com/lagonapp/lagon/commit/b9f26230ca1412e59bb27c8941566cdb864f495e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add live-reload to dev server

* [#192](https://github.com/lagonapp/lagon/pull/192) [`bfa85c7`](https://github.com/lagonapp/lagon/commit/bfa85c7dbbdd3a94cb75f53ac16f5be0efd9c1b2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix executable name on Windows

## 0.2.0

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

## 0.1.2

### Patch Changes

- [#186](https://github.com/lagonapp/lagon/pull/186) [`7e30211`](https://github.com/lagonapp/lagon/commit/7e30211209b3e0f3e0260d26bd7ac3887410b7f9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Complete fetch API

* [#186](https://github.com/lagonapp/lagon/pull/186) [`7e30211`](https://github.com/lagonapp/lagon/commit/7e30211209b3e0f3e0260d26bd7ac3887410b7f9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - console.\* with multiple arguments are now spaced

- [#181](https://github.com/lagonapp/lagon/pull/181) [`fe752fb`](https://github.com/lagonapp/lagon/commit/fe752fb54011208a76ef4ff538d6aadbd41b2c7f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add streaming APIs

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.4

### Patch Changes

- [#181](https://github.com/lagonapp/lagon/pull/181) [`fe752fb`](https://github.com/lagonapp/lagon/commit/fe752fb54011208a76ef4ff538d6aadbd41b2c7f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add support for http streaming via ReadableStream

* [#186](https://github.com/lagonapp/lagon/pull/186) [`7e30211`](https://github.com/lagonapp/lagon/commit/7e30211209b3e0f3e0260d26bd7ac3887410b7f9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Complete fetch API

- [#185](https://github.com/lagonapp/lagon/pull/185) [`d40f143`](https://github.com/lagonapp/lagon/commit/d40f143aa8836a3867f7a501bcd76322889c4a2b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Beautify errors

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.4

### Patch Changes

- [#181](https://github.com/lagonapp/lagon/pull/181) [`fe752fb`](https://github.com/lagonapp/lagon/commit/fe752fb54011208a76ef4ff538d6aadbd41b2c7f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add support for http streaming via ReadableStream

* [#183](https://github.com/lagonapp/lagon/pull/183) [`2830c24`](https://github.com/lagonapp/lagon/commit/2830c24116924353140f077d10ec978b7c0952e3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix assets directory not deleting on undeploys

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.6

### Patch Changes

- [#184](https://github.com/lagonapp/lagon/pull/184) [`43d4df4`](https://github.com/lagonapp/lagon/commit/43d4df47191c9eeec58e91cb695082fd6b069713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix deployments domain field that wasn't an array

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0466dd4

Please sign in to comment.