Skip to content

Commit

Permalink
ci: release (#259)
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 26, 2022
1 parent 314012b commit a4c276a
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-cougars-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-dots-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-moons-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-wasps-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-yaks-tie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-pans-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-boxes-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-seals-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-fans-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-rivers-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-masks-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-clocks-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-seas-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-rats-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-cups-care.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#273](https://github.com/lagonapp/lagon/pull/273) [`c146417`](https://github.com/lagonapp/lagon/commit/c146417246e0ea8da4d83f35fac65611b755c0b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Rename `lagon undeploy` to `lagon rm`

* [#300](https://github.com/lagonapp/lagon/pull/300) [`314012b`](https://github.com/lagonapp/lagon/commit/314012be1079505cc99ec4024818dfa6e65a85e1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon ls`, `lagon undeploy` & `lagon promote` commands

- [#275](https://github.com/lagonapp/lagon/pull/275) [`54b0714`](https://github.com/lagonapp/lagon/commit/54b07148a084d6daaa5ee2e2e06f4d32d242cb88) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon link` command

### Patch Changes

- [#267](https://github.com/lagonapp/lagon/pull/267) [`99ad5b4`](https://github.com/lagonapp/lagon/commit/99ad5b48ce0c308e90b66cdd3c1c47403a79c855) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve console.\* logs with `lagon dev`

* [#274](https://github.com/lagonapp/lagon/pull/274) [`58bb4d9`](https://github.com/lagonapp/lagon/commit/58bb4d9e3a001dc18d6d20b53f7dc1c3acfcc8b4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow having multiple Functions in a folder

## 0.3.6

### 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.6",
"version": "0.4.0",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/dashboard

## 0.0.8

### Patch Changes

- [#295](https://github.com/lagonapp/lagon/pull/295) [`6e98d1b`](https://github.com/lagonapp/lagon/commit/6e98d1b435e46e85dc74c1161fc7c7041910c73d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `startupTimeout` to functions that is higher than `timeout`

## 0.0.7

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

## 0.0.5

### Patch Changes

- [#300](https://github.com/lagonapp/lagon/pull/300) [`314012b`](https://github.com/lagonapp/lagon/commit/314012be1079505cc99ec4024818dfa6e65a85e1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Complete docs for the new CLI commands

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/js-runtime

## 0.1.8

### Patch Changes

- [#266](https://github.com/lagonapp/lagon/pull/266) [`7154b8f`](https://github.com/lagonapp/lagon/commit/7154b8f9a5370d8bb345c0ebb14441745228f553) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add support for application/x-www-form-urlencoded in Request/Response formData()

* [#270](https://github.com/lagonapp/lagon/pull/270) [`98bcfa4`](https://github.com/lagonapp/lagon/commit/98bcfa4723382db1abd2d4b14aee201cd3cfd298) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Blob polyfill

## 0.1.7

### 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.7",
"version": "0.1.8",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/runtime

## 0.1.8

### Patch Changes

- [#295](https://github.com/lagonapp/lagon/pull/295) [`6e98d1b`](https://github.com/lagonapp/lagon/commit/6e98d1b435e46e85dc74c1161fc7c7041910c73d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `startupTimeout` to functions that is higher than `timeout`

* [#263](https://github.com/lagonapp/lagon/pull/263) [`6db8e71`](https://github.com/lagonapp/lagon/commit/6db8e71d8ce51983d39cba87cf3401040fe5ec39) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use shorter keys for Request/Response

## 0.1.7

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

## 0.1.10

### Patch Changes

- [#257](https://github.com/lagonapp/lagon/pull/257) [`2a185ef`](https://github.com/lagonapp/lagon/commit/2a185efa8395e770129025c2f8c973b4711c0c19) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add logs for response types

* [#261](https://github.com/lagonapp/lagon/pull/261) [`fee60e4`](https://github.com/lagonapp/lagon/commit/fee60e4641c39eac5b89ebe5a24b398070e5d291) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performances by avoiding expensive clones

- [#295](https://github.com/lagonapp/lagon/pull/295) [`6e98d1b`](https://github.com/lagonapp/lagon/commit/6e98d1b435e46e85dc74c1161fc7c7041910c73d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `startupTimeout` to functions that is higher than `timeout`

* [#264](https://github.com/lagonapp/lagon/pull/264) [`e970b9d`](https://github.com/lagonapp/lagon/commit/e970b9d09aecc7d173e5f1056a7c0bee854ce93a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Properly clear isolates cache after the configured seconds and no requests

- [#276](https://github.com/lagonapp/lagon/pull/276) [`6dca4fd`](https://github.com/lagonapp/lagon/commit/6dca4fd0d4157693115a1420a4a405a14486a87d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix functions timeout

## 0.1.9

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

## 0.1.1

### Patch Changes

- [#270](https://github.com/lagonapp/lagon/pull/270) [`98bcfa4`](https://github.com/lagonapp/lagon/commit/98bcfa4723382db1abd2d4b14aee201cd3cfd298) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add web-platform-tests runner for Lagon runtime
2 changes: 1 addition & 1 deletion packages/wpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/wpt-runner",
"version": "0.1.0",
"version": "0.1.1",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down

2 comments on commit a4c276a

@vercel
Copy link

@vercel vercel bot commented on a4c276a Nov 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./packages/docs

lagon-docs.vercel.app
docs.lagon.app
docs-lagon.vercel.app
docs-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a4c276a Nov 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dashboard – ./packages/dashboard

dashboard-lagon.vercel.app
dash.lagon.app
dashboard-git-main-lagon.vercel.app

Please sign in to comment.