Skip to content

Commit

Permalink
ci: release (#375)
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] committed Dec 24, 2022
1 parent 7e0738a commit a5459f6
Show file tree
Hide file tree
Showing 30 changed files with 82 additions and 101 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-guests-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-ears-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-flies-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-flies-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cats-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-teachers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-sheep-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-dogs-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-tomatoes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-rabbits-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-beers-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silly-ligers-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-wombats-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-spiders-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-dogs-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-frogs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-windows-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cooks-warn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# @lagon/cli

## 0.4.3

### Patch Changes

- [#390](https://github.com/lagonapp/lagon/pull/390) [`6c2f557`](https://github.com/lagonapp/lagon/commit/6c2f5577b1997f3b9c46fbfeb7cbedd93a1cb92e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Implement limits

* [#406](https://github.com/lagonapp/lagon/pull/406) [`7e0738a`](https://github.com/lagonapp/lagon/commit/7e0738a2a610f0047ac4a78a899411b2bc7068ee) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix random segfault with `lagon dev`

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.4.2",
"version": "0.4.3",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/dashboard/CHANGELOG.md
@@ -1,5 +1,23 @@
# @lagon/dashboard

## 0.1.0

### Minor Changes

- [#395](https://github.com/lagonapp/lagon/pull/395) [`18aaee0`](https://github.com/lagonapp/lagon/commit/18aaee062886b768541f045c5f958024446f9018) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Redeploy the production deployment when a settings is updated

### Patch Changes

- [#376](https://github.com/lagonapp/lagon/pull/376) [`2575f90`](https://github.com/lagonapp/lagon/commit/2575f90f6998f235e7e3e85c1dc7a1f51d31259b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix create function button and playground deployments

* [#390](https://github.com/lagonapp/lagon/pull/390) [`6c2f557`](https://github.com/lagonapp/lagon/commit/6c2f5577b1997f3b9c46fbfeb7cbedd93a1cb92e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Implement limits

- [#394](https://github.com/lagonapp/lagon/pull/394) [`1c01e67`](https://github.com/lagonapp/lagon/commit/1c01e678ca4b8eea2037dbc4541fbbb1761a66b3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add indexes to Prisma schema

* [#376](https://github.com/lagonapp/lagon/pull/376) [`2575f90`](https://github.com/lagonapp/lagon/commit/2575f90f6998f235e7e3e85c1dc7a1f51d31259b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Updating a function will only update the given fields instead of all fields

- [#376](https://github.com/lagonapp/lagon/pull/376) [`2575f90`](https://github.com/lagonapp/lagon/commit/2575f90f6998f235e7e3e85c1dc7a1f51d31259b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Don't allow creating/updating functions with a non-unique name

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@lagon/dashboard",
"version": "0.0.10",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
16 changes: 16 additions & 0 deletions packages/docs/CHANGELOG.md
@@ -1,5 +1,21 @@
# @lagon/docs

## 0.1.0

### Minor Changes

- [#403](https://github.com/lagonapp/lagon/pull/403) [`5e2ca1b`](https://github.com/lagonapp/lagon/commit/5e2ca1b23fe34e299b9b0f090238538732a68ace) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Blob and File APIs

* [#396](https://github.com/lagonapp/lagon/pull/396) [`f538576`](https://github.com/lagonapp/lagon/commit/f538576ee86179e8a53c03dd19e740ff9252f992) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `navigator.userAgent` API

### Patch Changes

- [#374](https://github.com/lagonapp/lagon/pull/374) [`fa2d2a8`](https://github.com/lagonapp/lagon/commit/fa2d2a8b66df18460d7d71b4101d730ff8cc8768) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix position of `lagon link` section

* [#390](https://github.com/lagonapp/lagon/pull/390) [`6c2f557`](https://github.com/lagonapp/lagon/commit/6c2f5577b1997f3b9c46fbfeb7cbedd93a1cb92e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add limits page

- [#405](https://github.com/lagonapp/lagon/pull/405) [`4b59eff`](https://github.com/lagonapp/lagon/commit/4b59effdb9e32a73cf3b98a8945883ac38c33bd2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add SHA-1 to CryptoSubtle#digest

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@lagon/docs",
"version": "0.0.6",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions packages/js-runtime/CHANGELOG.md
@@ -1,5 +1,17 @@
# @lagon/js-runtime

## 0.2.0

### Minor Changes

- [#403](https://github.com/lagonapp/lagon/pull/403) [`5e2ca1b`](https://github.com/lagonapp/lagon/commit/5e2ca1b23fe34e299b9b0f090238538732a68ace) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Blob and File APIs

* [#396](https://github.com/lagonapp/lagon/pull/396) [`f538576`](https://github.com/lagonapp/lagon/commit/f538576ee86179e8a53c03dd19e740ff9252f992) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `navigator.userAgent` API

### Patch Changes

- [#253](https://github.com/lagonapp/lagon/pull/253) [`683e635`](https://github.com/lagonapp/lagon/commit/683e635f3037f1d1f01439f762d3acd494b27c64) Thanks [@cyco130](https://github.com/cyco130)! - Bring URL class closer to the standard

## 0.1.8

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

## 0.2.0

### Patch Changes

- [#381](https://github.com/lagonapp/lagon/pull/381) [`4f7c6ab`](https://github.com/lagonapp/lagon/commit/4f7c6ab08cec7a650b0310f58cfd8f79e89e5244) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid creating a new HTTP(S) client on each `fetch` call

* [#397](https://github.com/lagonapp/lagon/pull/397) [`ab4e2ac`](https://github.com/lagonapp/lagon/commit/ab4e2ac7e1882497a57ed68e54ce972826c98acf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use an Rc for isolates metadata instead of cloning

- [#405](https://github.com/lagonapp/lagon/pull/405) [`4b59eff`](https://github.com/lagonapp/lagon/commit/4b59effdb9e32a73cf3b98a8945883ac38c33bd2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add SHA-1 to CryptoSubtle#digest

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.1.10",
"version": "0.2.0",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/serverless/CHANGELOG.md
@@ -1,5 +1,17 @@
# @lagon/serverless

## 0.1.13

### Patch Changes

- [#389](https://github.com/lagonapp/lagon/pull/389) [`5ec41ee`](https://github.com/lagonapp/lagon/commit/5ec41ee203bba86cb66d9486ffcde9fd2f28e361) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add metrics for errors/timeouts/memory limits

* [#397](https://github.com/lagonapp/lagon/pull/397) [`ab4e2ac`](https://github.com/lagonapp/lagon/commit/ab4e2ac7e1882497a57ed68e54ce972826c98acf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use an Rc for isolates metadata instead of cloning

- [#379](https://github.com/lagonapp/lagon/pull/379) [`d48f00c`](https://github.com/lagonapp/lagon/commit/d48f00c3e042f6ec66cfba9ff7b2dafa418fcc84) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward X-Real-Ip header to X-Forwarded-For

* [#379](https://github.com/lagonapp/lagon/pull/379) [`d48f00c`](https://github.com/lagonapp/lagon/commit/d48f00c3e042f6ec66cfba9ff7b2dafa418fcc84) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward X-Lagon-Region header

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.12",
"version": "0.1.13",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

2 comments on commit a5459f6

@vercel
Copy link

@vercel vercel bot commented on a5459f6 Dec 24, 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

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

@vercel
Copy link

@vercel vercel bot commented on a5459f6 Dec 24, 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-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app

Please sign in to comment.