Skip to content

Commit

Permalink
ci: release (#525)
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 Feb 4, 2023
1 parent 8e67150 commit 74ffc01
Show file tree
Hide file tree
Showing 66 changed files with 215 additions and 128 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-keys-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-deers-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-hats-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-falcons-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pigs-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-candles-perform.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/heavy-pillows-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-wasps-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-dodos-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-pianos-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-zebras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-fans-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-mails-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-weeks-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-bikes-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-chefs-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-berries-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-mails-nail.md

This file was deleted.

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

## 0.4.6

### Patch Changes

- [#542](https://github.com/lagonapp/lagon/pull/542) [`04235a1`](https://github.com/lagonapp/lagon/commit/04235a181d62c3f2501c981100694241d24fd4d4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Only update the dev server when files are added/deleted/modified

* [#561](https://github.com/lagonapp/lagon/pull/561) [`8e67150`](https://github.com/lagonapp/lagon/commit/8e671507f1d925a057fd5030c6c5a76be19cdda9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Increase timeout of isolate for `dev` command

- [#559](https://github.com/lagonapp/lagon/pull/559) [`8e2eaa0`](https://github.com/lagonapp/lagon/commit/8e2eaa0149d0b65e00414f27ff526afa93af78b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve error pages

## 0.4.5

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

## 0.3.2

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

## 0.1.17

### Patch Changes

- [#557](https://github.com/lagonapp/lagon/pull/557) [`15477b1`](https://github.com/lagonapp/lagon/commit/15477b1b8dfef8076afceaed930044c280175b7c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add IP-based authorization to prometheus exporter

* [#559](https://github.com/lagonapp/lagon/pull/559) [`8e2eaa0`](https://github.com/lagonapp/lagon/commit/8e2eaa0149d0b65e00414f27ff526afa93af78b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve error pages

## 0.1.16

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

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon

### Patch Changes

- Updated dependencies [[`1cfb186`](https://github.com/lagonapp/lagon/commit/1cfb186480aaac1598aa6b08cc7606847869e170), [`1cfb186`](https://github.com/lagonapp/lagon/commit/1cfb186480aaac1598aa6b08cc7606847869e170)]:
- @lagon/astro@0.2.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-astro",
"version": "0.0.5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/fetch-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-fetch-api

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/fetch-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-fetch-api",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
7 changes: 7 additions & 0 deletions examples/hattip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-hattip

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/hattip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-hattip",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
7 changes: 7 additions & 0 deletions examples/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-hono

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-hono",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
7 changes: 7 additions & 0 deletions examples/preact-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-preact-ssr

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/preact-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-preact-ssr",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.tsx -p public -c App.tsx"
Expand Down
7 changes: 7 additions & 0 deletions examples/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-preact

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-preact",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.tsx -p public -c App.tsx"
Expand Down
7 changes: 7 additions & 0 deletions examples/rakkas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-rakkas

## null

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
3 changes: 2 additions & 1 deletion examples/rakkas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"@hattip/adapter-lagon": "^0.0.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"version": null
}
7 changes: 7 additions & 0 deletions examples/react-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-react-ssr

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/react-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-react-ssr",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.tsx -p public -c App.tsx"
Expand Down
7 changes: 7 additions & 0 deletions examples/react-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-react-streaming

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-react-streaming",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.tsx -p public -c App.tsx"
Expand Down
7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-react

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-react",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.tsx -p public -c App.tsx"
Expand Down
8 changes: 8 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @lagon/example-remix

## 0.0.2

### Patch Changes

- Updated dependencies [[`6734a50`](https://github.com/lagonapp/lagon/commit/6734a50c004c556c2e09c57bd7f6991c55fa7156)]:
- @lagon/remix@0.1.0
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-remix",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/reply-with-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-reply-with-html

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
2 changes: 1 addition & 1 deletion examples/reply-with-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-reply-with-html",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
7 changes: 7 additions & 0 deletions examples/reply-with-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-reply-with-json

## 0.1.0

### Minor Changes

- [#538](https://github.com/lagonapp/lagon/pull/538) [`d48af93`](https://github.com/lagonapp/lagon/commit/d48af93b3547051a4a93542086e5dff5acafcb67) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `lagon-dev` script to run the example inside Lagon
Loading

1 comment on commit 74ffc01

@vercel
Copy link

@vercel vercel bot commented on 74ffc01 Feb 4, 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 7 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.