Skip to content

Commit

Permalink
ci: release (#218)
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 Nov 2, 2022
1 parent bcf8530 commit 2972ca9
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-fans-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-parents-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-vans-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-foxes-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-jars-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rivers-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-boats-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-teachers-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-walls-tap.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- [#219](https://github.com/lagonapp/lagon/pull/219) [`b271c2a`](https://github.com/lagonapp/lagon/commit/b271c2ad4adea50a97ef143748b20b9210d0baf9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add env option to dev command

* [#220](https://github.com/lagonapp/lagon/pull/220) [`4d368dc`](https://github.com/lagonapp/lagon/commit/4d368dc22bcbb311eb31aeb1947490ac311590c9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward client IP through X-Forwarded-For header

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.3.3",
"version": "0.3.4",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/docs

## 0.0.2

### Patch Changes

- [#225](https://github.com/lagonapp/lagon/pull/225) [`eebaf9d`](https://github.com/lagonapp/lagon/commit/eebaf9d535c9376cdccacb5a7578eae30835c9e1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add vercel audiences
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.0.1",
"version": "0.0.2",
"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.1.5

### Patch Changes

- [#227](https://github.com/lagonapp/lagon/pull/227) [`bcf8530`](https://github.com/lagonapp/lagon/commit/bcf8530ed1ecd88103861e5304f937c01ca0fcf7) Thanks [@cyco130](https://github.com/cyco130)! - Make Headers class case insensitive

## 0.1.4

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

## 0.1.6

### Patch Changes

- [#217](https://github.com/lagonapp/lagon/pull/217) [`67290b8`](https://github.com/lagonapp/lagon/commit/67290b812b1b20a473c02e8f07cd802a846b5ddd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Throw an error when importing modules

* [#223](https://github.com/lagonapp/lagon/pull/223) [`5e803dc`](https://github.com/lagonapp/lagon/commit/5e803dce3488ddf0fb80715cececf63dda773d1e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add on_drop callback and properly handle isolate termination

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.1.5",
"version": "0.1.6",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/serverless

## 0.1.7

### Patch Changes

- [#216](https://github.com/lagonapp/lagon/pull/216) [`b5d47cb`](https://github.com/lagonapp/lagon/commit/b5d47cb30e7741c4f27adb8fbbf4c6cca6966021) Thanks [@bahlo](https://github.com/bahlo)! - Fix Axiom logger

* [#224](https://github.com/lagonapp/lagon/pull/224) [`0d2cd1a`](https://github.com/lagonapp/lagon/commit/0d2cd1a291c1815f28fd24d09222df5b2447c9d4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve 500/400 pages with proper HTML/CSS

- [#223](https://github.com/lagonapp/lagon/pull/223) [`5e803dc`](https://github.com/lagonapp/lagon/commit/5e803dce3488ddf0fb80715cececf63dda773d1e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add configurable LRU time cache for isolates

* [#220](https://github.com/lagonapp/lagon/pull/220) [`4d368dc`](https://github.com/lagonapp/lagon/commit/4d368dc22bcbb311eb31aeb1947490ac311590c9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward client IP through X-Forwarded-For header

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.6",
"version": "0.1.7",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/www

## 0.1.2

### Patch Changes

- [#225](https://github.com/lagonapp/lagon/pull/225) [`eebaf9d`](https://github.com/lagonapp/lagon/commit/eebaf9d535c9376cdccacb5a7578eae30835c9e1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add vercel audiences

## 0.1.1

### 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": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 2972ca9

Please sign in to comment.