Skip to content

Commit

Permalink
ci: release (#869)
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 23, 2023
1 parent 62447ba commit 8426924
Show file tree
Hide file tree
Showing 27 changed files with 87 additions and 55 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-boats-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-bears-tap.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nasty-ads-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-books-fetch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-carpets-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-doors-help.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silly-wombats-cheer.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.7.2

### Patch Changes

- [#868](https://github.com/lagonapp/lagon/pull/868) [`33fa56c`](https://github.com/lagonapp/lagon/commit/33fa56c12b80d091a45fdffac0791c46f760e2e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `export as` for handler function

* [#889](https://github.com/lagonapp/lagon/pull/889) [`62447ba`](https://github.com/lagonapp/lagon/commit/62447bac3dbef88eb31a2ade620f478e7c27b538) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Support RSA-OAEP for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypto`

- [#883](https://github.com/lagonapp/lagon/pull/883) [`00c1e66`](https://github.com/lagonapp/lagon/commit/00c1e6630d43f247e8d9893e63ff5de1ca7e64f5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance by always using Hyper types

## 0.7.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.7.1",
"version": "0.7.2",
"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.14

### Patch Changes

- [#868](https://github.com/lagonapp/lagon/pull/868) [`33fa56c`](https://github.com/lagonapp/lagon/commit/33fa56c12b80d091a45fdffac0791c46f760e2e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `export as` for handler function

* [#889](https://github.com/lagonapp/lagon/pull/889) [`62447ba`](https://github.com/lagonapp/lagon/commit/62447bac3dbef88eb31a2ade620f478e7c27b538) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Support RSA-OAEP for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypto`

- [#883](https://github.com/lagonapp/lagon/pull/883) [`00c1e66`](https://github.com/lagonapp/lagon/commit/00c1e6630d43f247e8d9893e63ff5de1ca7e64f5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance by always using Hyper types

## 0.3.13

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

## 0.2.0

### Minor Changes

- [#870](https://github.com/lagonapp/lagon/pull/870) [`15d08f1`](https://github.com/lagonapp/lagon/commit/15d08f1bb08b641aaac78fef8ab8a61cf8d6e177) Thanks [@anbraten](https://github.com/anbraten)! - Add dark-mode for error pages
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.1.0",
"version": "0.2.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.33

### Patch Changes

- [#868](https://github.com/lagonapp/lagon/pull/868) [`33fa56c`](https://github.com/lagonapp/lagon/commit/33fa56c12b80d091a45fdffac0791c46f760e2e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `export as` for handler function

* [#889](https://github.com/lagonapp/lagon/pull/889) [`62447ba`](https://github.com/lagonapp/lagon/commit/62447bac3dbef88eb31a2ade620f478e7c27b538) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Support RSA-OAEP for `SubtleCrypto#encrypt` & `SubtleCrypto#decrypto`

- [#883](https://github.com/lagonapp/lagon/pull/883) [`00c1e66`](https://github.com/lagonapp/lagon/commit/00c1e6630d43f247e8d9893e63ff5de1ca7e64f5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance by always using Hyper types

## 0.1.32

### 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.32",
"version": "0.1.33",
"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.4

### Patch Changes

- [#883](https://github.com/lagonapp/lagon/pull/883) [`00c1e66`](https://github.com/lagonapp/lagon/commit/00c1e6630d43f247e8d9893e63ff5de1ca7e64f5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performance by always using Hyper types

## 0.1.3

### 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.3",
"version": "0.1.4",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/upstash-ratelimit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-upstash-ratelimit

## 0.1.1

### Patch Changes

- [#874](https://github.com/lagonapp/lagon/pull/874) [`be5dbde`](https://github.com/lagonapp/lagon/commit/be5dbdec750c62256d5bfef3496ccb2a409f12fa) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Upstash examples
2 changes: 1 addition & 1 deletion examples/upstash-ratelimit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-upstash-ratelimit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
7 changes: 7 additions & 0 deletions examples/upstash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-upstash

## 0.1.1

### Patch Changes

- [#874](https://github.com/lagonapp/lagon/pull/874) [`be5dbde`](https://github.com/lagonapp/lagon/commit/be5dbdec750c62256d5bfef3496ccb2a409f12fa) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Upstash examples
2 changes: 1 addition & 1 deletion examples/upstash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-upstash",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
8 changes: 8 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/dashboard

## 0.3.8

### Patch Changes

- [#871](https://github.com/lagonapp/lagon/pull/871) [`de0ffb6`](https://github.com/lagonapp/lagon/commit/de0ffb677507a1cd5fa1630e9992f685fb43ce37) Thanks [@anbraten](https://github.com/anbraten)! - Use correct theme for playground editor

* [#877](https://github.com/lagonapp/lagon/pull/877) [`79fd8f6`](https://github.com/lagonapp/lagon/commit/79fd8f6ccba3819e542b868b2f05733d674bd713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix environment variables deletion

## 0.3.7

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

## 0.3.10

### Patch Changes

- [#874](https://github.com/lagonapp/lagon/pull/874) [`be5dbde`](https://github.com/lagonapp/lagon/commit/be5dbdec750c62256d5bfef3496ccb2a409f12fa) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Upstash examples

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.14

### Patch Changes

- [#868](https://github.com/lagonapp/lagon/pull/868) [`33fa56c`](https://github.com/lagonapp/lagon/commit/33fa56c12b80d091a45fdffac0791c46f760e2e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `export as` for handler function

## 0.3.13

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

2 comments on commit 8426924

@vercel
Copy link

@vercel vercel bot commented on 8426924 May 23, 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
lagon-docs.vercel.app
docs-git-main-lagon.vercel.app
docs.lagon.app

@vercel
Copy link

@vercel vercel bot commented on 8426924 May 23, 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-git-main-lagon.vercel.app
dash.lagon.app
dashboard-lagon.vercel.app

Please sign in to comment.