Skip to content

Commit

Permalink
ci: release (#934)
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 Jun 15, 2023
1 parent f97aa7e commit 83716f7
Show file tree
Hide file tree
Showing 34 changed files with 99 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-bottles-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-pumpkins-sort.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/early-points-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-dogs-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-pets-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/modern-buttons-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-moose-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-weeks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-taxis-run.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/new-insects-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ants-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-socks-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bees-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-toys-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-adults-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pears-film.md

This file was deleted.

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

## 0.7.5

### Patch Changes

- [#916](https://github.com/lagonapp/lagon/pull/916) [`a8a02dd`](https://github.com/lagonapp/lagon/commit/a8a02dd0bd244599d9c6be622e79c6f4cb1b3db4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace once_cell with std's OnceLock

- [#949](https://github.com/lagonapp/lagon/pull/949) [`d003a29`](https://github.com/lagonapp/lagon/commit/d003a2937775f00c17e1bf6b83d46310355c077d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance of Headers & Body (Request & Response)

- [#941](https://github.com/lagonapp/lagon/pull/941) [`2dcce72`](https://github.com/lagonapp/lagon/commit/2dcce72d3d0033472c36d2817d8e13153aeaa1bf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support HTTP/2 (along with HTTP/1.1) in `fetch()`

- [#948](https://github.com/lagonapp/lagon/pull/948) [`1075ea8`](https://github.com/lagonapp/lagon/commit/1075ea823e1fb810642e883460240ffaa82cd713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use rustls-ls instead of native-tls

## 0.7.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.7.4",
"version": "0.7.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.17

### Patch Changes

- [#916](https://github.com/lagonapp/lagon/pull/916) [`a8a02dd`](https://github.com/lagonapp/lagon/commit/a8a02dd0bd244599d9c6be622e79c6f4cb1b3db4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace once_cell with std's OnceLock

- [#949](https://github.com/lagonapp/lagon/pull/949) [`d003a29`](https://github.com/lagonapp/lagon/commit/d003a2937775f00c17e1bf6b83d46310355c077d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance of Headers & Body (Request & Response)

- [#941](https://github.com/lagonapp/lagon/pull/941) [`2dcce72`](https://github.com/lagonapp/lagon/commit/2dcce72d3d0033472c36d2817d8e13153aeaa1bf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support HTTP/2 (along with HTTP/1.1) in `fetch()`

- [#938](https://github.com/lagonapp/lagon/pull/938) [`0a64b68`](https://github.com/lagonapp/lagon/commit/0a64b68b3616fe70d099af6eb5df8a1a9e7093d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward X-Lagon-Id header

## 0.3.16

## 0.3.15
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.16",
"version": "0.3.17",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions crates/runtime_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/runtime-utils

## 0.2.1

### Patch Changes

- [#939](https://github.com/lagonapp/lagon/pull/939) [`079c008`](https://github.com/lagonapp/lagon/commit/079c008d7e140328a1e128dac0ec167509457028) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix sync responses bytes length

## 0.2.0

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

## 0.2.2

### Patch Changes

- [#916](https://github.com/lagonapp/lagon/pull/916) [`a8a02dd`](https://github.com/lagonapp/lagon/commit/a8a02dd0bd244599d9c6be622e79c6f4cb1b3db4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace once_cell with std's OnceLock

- [#949](https://github.com/lagonapp/lagon/pull/949) [`d003a29`](https://github.com/lagonapp/lagon/commit/d003a2937775f00c17e1bf6b83d46310355c077d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance of Headers & Body (Request & Response)

- [#952](https://github.com/lagonapp/lagon/pull/952) [`1a63dc7`](https://github.com/lagonapp/lagon/commit/1a63dc7e2ed22408455758265a901992bc059ab8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add x-robots-tag: noindex header to preview deployments responses

- [#948](https://github.com/lagonapp/lagon/pull/948) [`1075ea8`](https://github.com/lagonapp/lagon/commit/1075ea823e1fb810642e883460240ffaa82cd713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix redis pub/sub sometimes disconnecting

- [#916](https://github.com/lagonapp/lagon/pull/916) [`a8a02dd`](https://github.com/lagonapp/lagon/commit/a8a02dd0bd244599d9c6be622e79c6f4cb1b3db4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set region label for prometheus exporter globally

- [#941](https://github.com/lagonapp/lagon/pull/941) [`2dcce72`](https://github.com/lagonapp/lagon/commit/2dcce72d3d0033472c36d2817d8e13153aeaa1bf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support HTTP/2 (along with HTTP/1.1) in `fetch()`

- [#939](https://github.com/lagonapp/lagon/pull/939) [`079c008`](https://github.com/lagonapp/lagon/commit/079c008d7e140328a1e128dac0ec167509457028) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix sync responses bytes length

- [#948](https://github.com/lagonapp/lagon/pull/948) [`1075ea8`](https://github.com/lagonapp/lagon/commit/1075ea823e1fb810642e883460240ffaa82cd713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use rustls-ls instead of native-tls

## 0.2.1

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

## 0.1.6

### Patch Changes

- [#916](https://github.com/lagonapp/lagon/pull/916) [`a8a02dd`](https://github.com/lagonapp/lagon/commit/a8a02dd0bd244599d9c6be622e79c6f4cb1b3db4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace once_cell with std's OnceLock

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/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.5",
"version": "0.1.6",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lagon/dashboard

## 0.3.11

### Patch Changes

- [#906](https://github.com/lagonapp/lagon/pull/906) [`89f40a5`](https://github.com/lagonapp/lagon/commit/89f40a5c464454eb37cc719187bb27e8b78f4d81) Thanks [@anbraten](https://github.com/anbraten)! - Add Dockerfile & publish to Docker Hub

- [#945](https://github.com/lagonapp/lagon/pull/945) [`1422cab`](https://github.com/lagonapp/lagon/commit/1422cab140907c3e0c7dc294010ffbd7d05df3c9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve domains validation status

- [#954](https://github.com/lagonapp/lagon/pull/954) [`6eab245`](https://github.com/lagonapp/lagon/commit/6eab245f0411197011557765a5210bd1d6cdd9a2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix wrong Prisma migration file

- [#959](https://github.com/lagonapp/lagon/pull/959) [`f97aa7e`](https://github.com/lagonapp/lagon/commit/f97aa7e43e059afd48190198a414f05a2504a7ca) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Properly set session information when authenticating via a token

- [#936](https://github.com/lagonapp/lagon/pull/936) [`b996b23`](https://github.com/lagonapp/lagon/commit/b996b234d9fe36dad6e68c0825705970ddfa2d7a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Stripe subscription

## 0.3.10

### 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.3.10",
"version": "0.3.11",
"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

## 1.0.1

### Patch Changes

- [#941](https://github.com/lagonapp/lagon/pull/941) [`2dcce72`](https://github.com/lagonapp/lagon/commit/2dcce72d3d0033472c36d2817d8e13153aeaa1bf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support HTTP/2 (along with HTTP/1.1) in `fetch()`

## 1.0.0

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

## 0.3.17

### Patch Changes

- [#949](https://github.com/lagonapp/lagon/pull/949) [`d003a29`](https://github.com/lagonapp/lagon/commit/d003a2937775f00c17e1bf6b83d46310355c077d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance of Headers & Body (Request & Response)

## 0.3.16

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

## 1.1.5

### Patch Changes

- [#942](https://github.com/lagonapp/lagon/pull/942) [`f2ba25a`](https://github.com/lagonapp/lagon/commit/f2ba25ae7dae8906518ead3229cad94b2398f594) Thanks [@colinlienard](https://github.com/colinlienard)! - Add favicon color based on navigator scheme

- [#933](https://github.com/lagonapp/lagon/pull/933) [`087dfaa`](https://github.com/lagonapp/lagon/commit/087dfaa972a1db308527549407faa9abcfaf1e4c) Thanks [@xanderbarkhatov](https://github.com/xanderbarkhatov)! - Decrease nav gap on smaller screens

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/www",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

3 comments on commit 83716f7

@vercel
Copy link

@vercel vercel bot commented on 83716f7 Jun 15, 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:

www – ./www

www-git-main-lagon.vercel.app
www-lagon.vercel.app
lagon.app
lagon.dev

@vercel
Copy link

@vercel vercel bot commented on 83716f7 Jun 15, 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:

dashboard – ./packages/dashboard

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

@vercel
Copy link

@vercel vercel bot commented on 83716f7 Jun 15, 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-lagon.vercel.app
docs-git-main-lagon.vercel.app
lagon-docs.vercel.app
docs.lagon.app

Please sign in to comment.