Skip to content

Commit

Permalink
ci: release (#858)
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 14, 2023
1 parent 4e6968a commit 7a6458f
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 38 deletions.
9 changes: 0 additions & 9 deletions .changeset/brown-colts-press.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-falcons-tie.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-hairs-tease.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/swift-rocks-carry.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.1

### Patch Changes

- [#863](https://github.com/lagonapp/lagon/pull/863) [`4e6968a`](https://github.com/lagonapp/lagon/commit/4e6968a3688f52530cb4aed09022fd5dc54c0a80) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add AES-CTR to `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

* [#860](https://github.com/lagonapp/lagon/pull/860) [`f3ee3c4`](https://github.com/lagonapp/lagon/commit/f3ee3c44247d3776c8a2c339d1ca757e5f05b8e0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `SubtleCrypto#importKey` re-use key data

- [#857](https://github.com/lagonapp/lagon/pull/857) [`c08bbf9`](https://github.com/lagonapp/lagon/commit/c08bbf9405718d7c361f252f7485766fa3ab274c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `crypto#getRandomValues` updates array in-place

* [#861](https://github.com/lagonapp/lagon/pull/861) [`22f5cc1`](https://github.com/lagonapp/lagon/commit/22f5cc1eea6d65963060d289945dc956312a50b3) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to `SubtleCrypto#sign` & `SubtleCrypto#verify`

## 0.7.0

### Minor 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.0",
"version": "0.7.1",
"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.13

### Patch Changes

- [#863](https://github.com/lagonapp/lagon/pull/863) [`4e6968a`](https://github.com/lagonapp/lagon/commit/4e6968a3688f52530cb4aed09022fd5dc54c0a80) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add AES-CTR to `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

* [#857](https://github.com/lagonapp/lagon/pull/857) [`c08bbf9`](https://github.com/lagonapp/lagon/commit/c08bbf9405718d7c361f252f7485766fa3ab274c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `crypto#getRandomValues` updates array in-place

- [#861](https://github.com/lagonapp/lagon/pull/861) [`22f5cc1`](https://github.com/lagonapp/lagon/commit/22f5cc1eea6d65963060d289945dc956312a50b3) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to `SubtleCrypto#sign` & `SubtleCrypto#verify`

## 0.3.12

### 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.12",
"version": "0.3.13",
"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.32

### Patch Changes

- [#863](https://github.com/lagonapp/lagon/pull/863) [`4e6968a`](https://github.com/lagonapp/lagon/commit/4e6968a3688f52530cb4aed09022fd5dc54c0a80) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add AES-CTR to `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

* [#860](https://github.com/lagonapp/lagon/pull/860) [`f3ee3c4`](https://github.com/lagonapp/lagon/commit/f3ee3c44247d3776c8a2c339d1ca757e5f05b8e0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `SubtleCrypto#importKey` re-use key data

- [#857](https://github.com/lagonapp/lagon/pull/857) [`c08bbf9`](https://github.com/lagonapp/lagon/commit/c08bbf9405718d7c361f252f7485766fa3ab274c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `crypto#getRandomValues` updates array in-place

* [#861](https://github.com/lagonapp/lagon/pull/861) [`22f5cc1`](https://github.com/lagonapp/lagon/commit/22f5cc1eea6d65963060d289945dc956312a50b3) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to `SubtleCrypto#sign` & `SubtleCrypto#verify`

## 0.1.31

### 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.31",
"version": "0.1.32",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/docs

## 0.3.9

### Patch Changes

- [#863](https://github.com/lagonapp/lagon/pull/863) [`4e6968a`](https://github.com/lagonapp/lagon/commit/4e6968a3688f52530cb4aed09022fd5dc54c0a80) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add AES-CTR to `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

* [#861](https://github.com/lagonapp/lagon/pull/861) [`22f5cc1`](https://github.com/lagonapp/lagon/commit/22f5cc1eea6d65963060d289945dc956312a50b3) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to `SubtleCrypto#sign` & `SubtleCrypto#verify`

## 0.3.8

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

## 0.3.13

### Patch Changes

- [#863](https://github.com/lagonapp/lagon/pull/863) [`4e6968a`](https://github.com/lagonapp/lagon/commit/4e6968a3688f52530cb4aed09022fd5dc54c0a80) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add AES-CTR to `SubtleCrypto#encrypt` & `SubtleCrypto#decrypt`

* [#860](https://github.com/lagonapp/lagon/pull/860) [`f3ee3c4`](https://github.com/lagonapp/lagon/commit/f3ee3c44247d3776c8a2c339d1ca757e5f05b8e0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `SubtleCrypto#importKey` re-use key data

- [#857](https://github.com/lagonapp/lagon/pull/857) [`c08bbf9`](https://github.com/lagonapp/lagon/commit/c08bbf9405718d7c361f252f7485766fa3ab274c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - `crypto#getRandomValues` updates array in-place

* [#861](https://github.com/lagonapp/lagon/pull/861) [`22f5cc1`](https://github.com/lagonapp/lagon/commit/22f5cc1eea6d65963060d289945dc956312a50b3) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to `SubtleCrypto#sign` & `SubtleCrypto#verify`

## 0.3.12

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

1 comment on commit 7a6458f

@vercel
Copy link

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

Please sign in to comment.