Skip to content

Commit

Permalink
ci: release (#837)
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 May 12, 2023
1 parent 54c8b59 commit f267216
Show file tree
Hide file tree
Showing 32 changed files with 99 additions and 99 deletions.
9 changes: 0 additions & 9 deletions .changeset/cool-spiders-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-pandas-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-waves-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-cars-design.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/honest-squids-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-avocados-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ghosts-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-apples-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-shirts-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-flowers-peel.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strange-moles-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-books-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-planets-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-moose-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-lies-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-apes-smell.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- [`9eada33`](https://github.com/lagonapp/lagon/commit/9eada33e02ae6e4b912354e2da094d65d62d001a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Introduce a brand new design

### Patch Changes

- [#839](https://github.com/lagonapp/lagon/pull/839) [`52b170a`](https://github.com/lagonapp/lagon/commit/52b170a993e43da1bf465d2e5c7dd848c9eb1168) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveBits

* [`9eada33`](https://github.com/lagonapp/lagon/commit/9eada33e02ae6e4b912354e2da094d65d62d001a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Pre-select confirmation inputs

- [#851](https://github.com/lagonapp/lagon/pull/851) [`66b1fa5`](https://github.com/lagonapp/lagon/commit/66b1fa59992ac5fba83f6a0bdec49a6621bacc2c) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveKey

* [#848](https://github.com/lagonapp/lagon/pull/848) [`cd214f2`](https://github.com/lagonapp/lagon/commit/cd214f2f20aa9bc32f96c0bc7841ac308650d3b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support AES-CBC for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

- [`9eada33`](https://github.com/lagonapp/lagon/commit/9eada33e02ae6e4b912354e2da094d65d62d001a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve UX by showing file errors instead of exiting immediately

## 0.6.1

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

## 0.3.12

### Patch Changes

- [#839](https://github.com/lagonapp/lagon/pull/839) [`52b170a`](https://github.com/lagonapp/lagon/commit/52b170a993e43da1bf465d2e5c7dd848c9eb1168) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveBits

* [#851](https://github.com/lagonapp/lagon/pull/851) [`66b1fa5`](https://github.com/lagonapp/lagon/commit/66b1fa59992ac5fba83f6a0bdec49a6621bacc2c) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveKey

- [#848](https://github.com/lagonapp/lagon/pull/848) [`cd214f2`](https://github.com/lagonapp/lagon/commit/cd214f2f20aa9bc32f96c0bc7841ac308650d3b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support AES-CBC for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

## 0.3.11

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

## 0.1.31

### Patch Changes

- [#839](https://github.com/lagonapp/lagon/pull/839) [`52b170a`](https://github.com/lagonapp/lagon/commit/52b170a993e43da1bf465d2e5c7dd848c9eb1168) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveBits

* [#851](https://github.com/lagonapp/lagon/pull/851) [`66b1fa5`](https://github.com/lagonapp/lagon/commit/66b1fa59992ac5fba83f6a0bdec49a6621bacc2c) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveKey

- [#853](https://github.com/lagonapp/lagon/pull/853) [`7d27a6a`](https://github.com/lagonapp/lagon/commit/7d27a6a87829bc8ddf59caa9e57d2cbab8597da3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Ingest results error to the logs

* [#848](https://github.com/lagonapp/lagon/pull/848) [`cd214f2`](https://github.com/lagonapp/lagon/commit/cd214f2f20aa9bc32f96c0bc7841ac308650d3b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support AES-CBC for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

## 0.1.30

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

## 0.1.4

### Patch Changes

- Updated dependencies [[`56cb476`](https://github.com/lagonapp/lagon/commit/56cb476e3d5edf32499ac20bf36c77c9fc2cb4e0)]:
- @lagon/astro@0.3.0

## 0.1.3

### 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.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
18 changes: 18 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @lagon/dashboard

## 0.3.7

### Patch Changes

- [#853](https://github.com/lagonapp/lagon/pull/853) [`7d27a6a`](https://github.com/lagonapp/lagon/commit/7d27a6a87829bc8ddf59caa9e57d2cbab8597da3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix "Londo" -> "London" typo

* [#836](https://github.com/lagonapp/lagon/pull/836) [`76f8260`](https://github.com/lagonapp/lagon/commit/76f8260156ee23aa64b086a2755f9c7f0f4b3d68) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix page title on functions overview

- [#853](https://github.com/lagonapp/lagon/pull/853) [`7d27a6a`](https://github.com/lagonapp/lagon/commit/7d27a6a87829bc8ddf59caa9e57d2cbab8597da3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set playground TS to ESNext & add dom.iterable

* [#844](https://github.com/lagonapp/lagon/pull/844) [`2433478`](https://github.com/lagonapp/lagon/commit/2433478a6c6b429035ef3cc27aa91013ed116fc1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add an external icon next to "Documentation" in the header

- [#844](https://github.com/lagonapp/lagon/pull/844) [`2433478`](https://github.com/lagonapp/lagon/commit/2433478a6c6b429035ef3cc27aa91013ed116fc1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Stop pre-loading functions on hover

* [#847](https://github.com/lagonapp/lagon/pull/847) [`54a241c`](https://github.com/lagonapp/lagon/commit/54a241c2526f7f0727b8022e635198afe94b636a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix environment variables length

- [#836](https://github.com/lagonapp/lagon/pull/836) [`76f8260`](https://github.com/lagonapp/lagon/commit/76f8260156ee23aa64b086a2755f9c7f0f4b3d68) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve environment variables with support for copy/pasting a .env file

## 0.3.6

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

## 0.3.8

### Patch Changes

- [#839](https://github.com/lagonapp/lagon/pull/839) [`52b170a`](https://github.com/lagonapp/lagon/commit/52b170a993e43da1bf465d2e5c7dd848c9eb1168) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveBits

* [#848](https://github.com/lagonapp/lagon/pull/848) [`cd214f2`](https://github.com/lagonapp/lagon/commit/cd214f2f20aa9bc32f96c0bc7841ac308650d3b7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support AES-CBC for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

- [#836](https://github.com/lagonapp/lagon/pull/836) [`76f8260`](https://github.com/lagonapp/lagon/commit/76f8260156ee23aa64b086a2755f9c7f0f4b3d68) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a warning that custom domains aren't supported

* [#836](https://github.com/lagonapp/lagon/pull/836) [`76f8260`](https://github.com/lagonapp/lagon/commit/76f8260156ee23aa64b086a2755f9c7f0f4b3d68) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve environment variables with support for copy/pasting a .env file

## 0.3.7

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

## 0.3.0

### Minor Changes

- [#845](https://github.com/lagonapp/lagon/pull/845) [`56cb476`](https://github.com/lagonapp/lagon/commit/56cb476e3d5edf32499ac20bf36c77c9fc2cb4e0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Write Lagon config if not present when building

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/astro",
"version": "0.2.3",
"version": "0.3.0",
"description": "Astro integration to deploy your site to Lagon",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/js-runtime

## 0.3.12

### Patch Changes

- [#839](https://github.com/lagonapp/lagon/pull/839) [`52b170a`](https://github.com/lagonapp/lagon/commit/52b170a993e43da1bf465d2e5c7dd848c9eb1168) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveBits

* [#851](https://github.com/lagonapp/lagon/pull/851) [`66b1fa5`](https://github.com/lagonapp/lagon/commit/66b1fa59992ac5fba83f6a0bdec49a6621bacc2c) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add SubtleCrypto#deriveKey

## 0.3.11

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

1 comment on commit f267216

@vercel
Copy link

@vercel vercel bot commented on f267216 May 12, 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 8 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.