Skip to content

Commit

Permalink
ci: release (#455)
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 Jan 14, 2023
1 parent 1b2cfa8 commit f9ff955
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 58 deletions.
7 changes: 0 additions & 7 deletions .changeset/cuddly-mugs-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-chefs-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-geckos-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-geese-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-guests-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-insects-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-tomatoes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-moons-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-dryers-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-islands-exercise.md

This file was deleted.

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

## 0.4.5

### Patch Changes

- [#453](https://github.com/lagonapp/lagon/pull/453) [`aa76449`](https://github.com/lagonapp/lagon/commit/aa76449ac4e199dd2fdcb485765b897a3c6da4ac) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Show errors in the terminal instead of as request responses

* [#458](https://github.com/lagonapp/lagon/pull/458) [`083f639`](https://github.com/lagonapp/lagon/commit/083f6396bb79622222eabd0b769c3a7f382d5d21) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow ending a stream before sending the response

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.4.4",
"version": "0.4.5",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/runtime

## 0.3.0

### Minor Changes

- [#460](https://github.com/lagonapp/lagon/pull/460) [`a7b3e3b`](https://github.com/lagonapp/lagon/commit/a7b3e3b4b30bc41dc7e9fd8357b87c474eb36b1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add timers APIs (`setTimeout`, `setInterval`, `clearTimeout`, `clearInterval`, `queueMicrotask`)

### Patch Changes

- [#457](https://github.com/lagonapp/lagon/pull/457) [`9c00ad1`](https://github.com/lagonapp/lagon/commit/9c00ad1a5d8c818a61435b5db8aa9fd5f7ef8727) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix runtime error when calling the same function twice

* [#453](https://github.com/lagonapp/lagon/pull/453) [`aa76449`](https://github.com/lagonapp/lagon/commit/aa76449ac4e199dd2fdcb485765b897a3c6da4ac) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve errors stacktrace

## 0.2.1

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

## 0.1.15

### Patch Changes

- [#483](https://github.com/lagonapp/lagon/pull/483) [`9468c1f`](https://github.com/lagonapp/lagon/commit/9468c1fc75e45cbe042f5a5b106158d918616562) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Drop and exit isolates in the same thread as they were created

* [#463](https://github.com/lagonapp/lagon/pull/463) [`6cabfb7`](https://github.com/lagonapp/lagon/commit/6cabfb78a97f69cf2206252c423f8fa409a371ad) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use the system root CA to connect to MySQL

- [#458](https://github.com/lagonapp/lagon/pull/458) [`083f639`](https://github.com/lagonapp/lagon/commit/083f6396bb79622222eabd0b769c3a7f382d5d21) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow ending a stream before sending the response

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.14",
"version": "0.1.15",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
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.1.2

### Patch Changes

- [#460](https://github.com/lagonapp/lagon/pull/460) [`a7b3e3b`](https://github.com/lagonapp/lagon/commit/a7b3e3b4b30bc41dc7e9fd8357b87c474eb36b1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add timers APIs (`setTimeout`, `setInterval`, `clearTimeout`, `clearInterval`, `queueMicrotask`)

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"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.3.0

### Minor Changes

- [#460](https://github.com/lagonapp/lagon/pull/460) [`a7b3e3b`](https://github.com/lagonapp/lagon/commit/a7b3e3b4b30bc41dc7e9fd8357b87c474eb36b1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add timers APIs (`setTimeout`, `setInterval`, `clearTimeout`, `clearInterval`, `queueMicrotask`)

### Patch Changes

- [#458](https://github.com/lagonapp/lagon/pull/458) [`083f639`](https://github.com/lagonapp/lagon/commit/083f6396bb79622222eabd0b769c3a7f382d5d21) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Simplify streaming responses

* [#467](https://github.com/lagonapp/lagon/pull/467) [`ef007f6`](https://github.com/lagonapp/lagon/commit/ef007f68700c01143179d4d2b7342545ccbce9d8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix timers id to always be unique

- [#467](https://github.com/lagonapp/lagon/pull/467) [`ef007f6`](https://github.com/lagonapp/lagon/commit/ef007f68700c01143179d4d2b7342545ccbce9d8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `self` to `globalThis`

## 0.2.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.2.1",
"version": "0.3.0",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down

3 comments on commit f9ff955

@vercel
Copy link

@vercel vercel bot commented on f9ff955 Jan 14, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 3 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

@vercel vercel bot commented on f9ff955 Jan 14, 2023

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
docs.lagon.app
lagon-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f9ff955 Jan 14, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.