From 83716f79d1658216e83298938afaca8a71711974 Mon Sep 17 00:00:00 2001 From: Tom Lienard Date: Thu, 15 Jun 2023 21:43:25 +0200 Subject: [PATCH] ci: release (#934) Co-authored-by: github-actions[bot] --- .changeset/beige-bottles-push.md | 5 ----- .changeset/cold-pumpkins-sort.md | 5 ----- .changeset/early-points-provide.md | 8 -------- .changeset/khaki-dogs-type.md | 5 ----- .changeset/large-pets-rule.md | 5 ----- .changeset/modern-buttons-beg.md | 8 -------- .changeset/modern-moose-reflect.md | 5 ----- .changeset/nasty-weeks-lie.md | 5 ----- .changeset/neat-taxis-run.md | 5 ----- .changeset/new-insects-retire.md | 8 -------- .changeset/poor-ants-lay.md | 5 ----- .changeset/pretty-socks-grab.md | 6 ------ .changeset/rotten-bees-nail.md | 5 ----- .changeset/rude-toys-wait.md | 6 ------ .changeset/seven-adults-hang.md | 5 ----- .changeset/shy-pears-film.md | 5 ----- crates/cli/CHANGELOG.md | 12 ++++++++++++ crates/cli/package.json | 2 +- crates/runtime/CHANGELOG.md | 12 ++++++++++++ crates/runtime/package.json | 2 +- crates/runtime_utils/CHANGELOG.md | 6 ++++++ crates/runtime_utils/package.json | 2 +- crates/serverless/CHANGELOG.md | 20 ++++++++++++++++++++ crates/serverless/package.json | 2 +- crates/wpt-runner/CHANGELOG.md | 6 ++++++ crates/wpt-runner/package.json | 2 +- packages/dashboard/CHANGELOG.md | 14 ++++++++++++++ packages/dashboard/package.json | 2 +- packages/docs/CHANGELOG.md | 6 ++++++ packages/docs/package.json | 2 +- packages/js-runtime/CHANGELOG.md | 6 ++++++ packages/js-runtime/package.json | 2 +- www/CHANGELOG.md | 8 ++++++++ www/package.json | 2 +- 34 files changed, 99 insertions(+), 100 deletions(-) delete mode 100644 .changeset/beige-bottles-push.md delete mode 100644 .changeset/cold-pumpkins-sort.md delete mode 100644 .changeset/early-points-provide.md delete mode 100644 .changeset/khaki-dogs-type.md delete mode 100644 .changeset/large-pets-rule.md delete mode 100644 .changeset/modern-buttons-beg.md delete mode 100644 .changeset/modern-moose-reflect.md delete mode 100644 .changeset/nasty-weeks-lie.md delete mode 100644 .changeset/neat-taxis-run.md delete mode 100644 .changeset/new-insects-retire.md delete mode 100644 .changeset/poor-ants-lay.md delete mode 100644 .changeset/pretty-socks-grab.md delete mode 100644 .changeset/rotten-bees-nail.md delete mode 100644 .changeset/rude-toys-wait.md delete mode 100644 .changeset/seven-adults-hang.md delete mode 100644 .changeset/shy-pears-film.md diff --git a/.changeset/beige-bottles-push.md b/.changeset/beige-bottles-push.md deleted file mode 100644 index e5c13ea04..000000000 --- a/.changeset/beige-bottles-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': patch ---- - -Add favicon color based on navigator scheme diff --git a/.changeset/cold-pumpkins-sort.md b/.changeset/cold-pumpkins-sort.md deleted file mode 100644 index d64788bb1..000000000 --- a/.changeset/cold-pumpkins-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Add Dockerfile & publish to Docker Hub diff --git a/.changeset/early-points-provide.md b/.changeset/early-points-provide.md deleted file mode 100644 index 8668fd626..000000000 --- a/.changeset/early-points-provide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/runtime': patch -'@lagon/serverless': patch -'@lagon/wpt-runner': patch ---- - -Replace once_cell with std's OnceLock diff --git a/.changeset/khaki-dogs-type.md b/.changeset/khaki-dogs-type.md deleted file mode 100644 index 3636fa280..000000000 --- a/.changeset/khaki-dogs-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Improve domains validation status diff --git a/.changeset/large-pets-rule.md b/.changeset/large-pets-rule.md deleted file mode 100644 index 1475637ba..000000000 --- a/.changeset/large-pets-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix wrong Prisma migration file diff --git a/.changeset/modern-buttons-beg.md b/.changeset/modern-buttons-beg.md deleted file mode 100644 index 185b966ac..000000000 --- a/.changeset/modern-buttons-beg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lagon/js-runtime': patch -'@lagon/serverless': patch -'@lagon/cli': patch -'@lagon/runtime': patch ---- - -Improve performance of Headers & Body (Request & Response) diff --git a/.changeset/modern-moose-reflect.md b/.changeset/modern-moose-reflect.md deleted file mode 100644 index 3e2e8954f..000000000 --- a/.changeset/modern-moose-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Add x-robots-tag: noindex header to preview deployments responses diff --git a/.changeset/nasty-weeks-lie.md b/.changeset/nasty-weeks-lie.md deleted file mode 100644 index 91d5197c2..000000000 --- a/.changeset/nasty-weeks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Fix redis pub/sub sometimes disconnecting diff --git a/.changeset/neat-taxis-run.md b/.changeset/neat-taxis-run.md deleted file mode 100644 index c087e6e82..000000000 --- a/.changeset/neat-taxis-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Set region label for prometheus exporter globally diff --git a/.changeset/new-insects-retire.md b/.changeset/new-insects-retire.md deleted file mode 100644 index 9524741d1..000000000 --- a/.changeset/new-insects-retire.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lagon/runtime': patch -'@lagon/docs': patch -'@lagon/cli': patch -'@lagon/serverless': patch ---- - -Support HTTP/2 (along with HTTP/1.1) in `fetch()` diff --git a/.changeset/poor-ants-lay.md b/.changeset/poor-ants-lay.md deleted file mode 100644 index 26f5aaed6..000000000 --- a/.changeset/poor-ants-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Properly set session information when authenticating via a token diff --git a/.changeset/pretty-socks-grab.md b/.changeset/pretty-socks-grab.md deleted file mode 100644 index 6fae70ed5..000000000 --- a/.changeset/pretty-socks-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/runtime-utils': patch -'@lagon/serverless': patch ---- - -Fix sync responses bytes length diff --git a/.changeset/rotten-bees-nail.md b/.changeset/rotten-bees-nail.md deleted file mode 100644 index a09d02aba..000000000 --- a/.changeset/rotten-bees-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix Stripe subscription diff --git a/.changeset/rude-toys-wait.md b/.changeset/rude-toys-wait.md deleted file mode 100644 index 4bd110cb5..000000000 --- a/.changeset/rude-toys-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/serverless': patch ---- - -Use rustls-ls instead of native-tls diff --git a/.changeset/seven-adults-hang.md b/.changeset/seven-adults-hang.md deleted file mode 100644 index e7ed58695..000000000 --- a/.changeset/seven-adults-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/runtime': patch ---- - -Forward X-Lagon-Id header diff --git a/.changeset/shy-pears-film.md b/.changeset/shy-pears-film.md deleted file mode 100644 index 5b3e97319..000000000 --- a/.changeset/shy-pears-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': patch ---- - -Decrease nav gap on smaller screens diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 45c9bde2e..9839b6fb1 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -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 diff --git a/crates/cli/package.json b/crates/cli/package.json index 59545dd02..4fd62eb68 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.7.4", + "version": "0.7.5", "description": "CLI for Lagon", "type": "module", "files": [ diff --git a/crates/runtime/CHANGELOG.md b/crates/runtime/CHANGELOG.md index 4ee39c616..3669cd1e5 100644 --- a/crates/runtime/CHANGELOG.md +++ b/crates/runtime/CHANGELOG.md @@ -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 diff --git a/crates/runtime/package.json b/crates/runtime/package.json index e8139c00e..d53bdfe10 100644 --- a/crates/runtime/package.json +++ b/crates/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/runtime", - "version": "0.3.16", + "version": "0.3.17", "description": "JavaScript Serverless Runtime for Lagon", "private": true, "scripts": { diff --git a/crates/runtime_utils/CHANGELOG.md b/crates/runtime_utils/CHANGELOG.md index 8d59ea2c9..696b90e4f 100644 --- a/crates/runtime_utils/CHANGELOG.md +++ b/crates/runtime_utils/CHANGELOG.md @@ -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 diff --git a/crates/runtime_utils/package.json b/crates/runtime_utils/package.json index bfc08d79a..5b9384cb2 100644 --- a/crates/runtime_utils/package.json +++ b/crates/runtime_utils/package.json @@ -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": { diff --git a/crates/serverless/CHANGELOG.md b/crates/serverless/CHANGELOG.md index 7372d2373..9ea33c2d9 100644 --- a/crates/serverless/CHANGELOG.md +++ b/crates/serverless/CHANGELOG.md @@ -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 diff --git a/crates/serverless/package.json b/crates/serverless/package.json index d12cb6d7a..bbddb224c 100644 --- a/crates/serverless/package.json +++ b/crates/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.2.1", + "version": "0.2.2", "description": "Serverless software using Lagon Runtime", "private": true, "scripts": { diff --git a/crates/wpt-runner/CHANGELOG.md b/crates/wpt-runner/CHANGELOG.md index 84e3409de..a2443170e 100644 --- a/crates/wpt-runner/CHANGELOG.md +++ b/crates/wpt-runner/CHANGELOG.md @@ -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 diff --git a/crates/wpt-runner/package.json b/crates/wpt-runner/package.json index a207bcd24..ceb192d7c 100644 --- a/crates/wpt-runner/package.json +++ b/crates/wpt-runner/package.json @@ -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": { diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 7c1690be9..f7be3717f 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -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 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 40feecaf8..34f819042 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.3.10", + "version": "0.3.11", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 3d8141040..0e26fcc6a 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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 diff --git a/packages/docs/package.json b/packages/docs/package.json index 9255de706..9599afba9 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/docs", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/js-runtime/CHANGELOG.md b/packages/js-runtime/CHANGELOG.md index 2210758f5..53546e79e 100644 --- a/packages/js-runtime/CHANGELOG.md +++ b/packages/js-runtime/CHANGELOG.md @@ -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 diff --git a/packages/js-runtime/package.json b/packages/js-runtime/package.json index 55e7ecc03..30e9492d2 100644 --- a/packages/js-runtime/package.json +++ b/packages/js-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/js-runtime", - "version": "0.3.16", + "version": "0.3.17", "description": "JavaScript Runtime", "private": true, "type": "module", diff --git a/www/CHANGELOG.md b/www/CHANGELOG.md index 59caf6b76..f10ca121b 100644 --- a/www/CHANGELOG.md +++ b/www/CHANGELOG.md @@ -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 diff --git a/www/package.json b/www/package.json index 18427a7c6..1ea7f962d 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/www", - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "dev": "next dev",