Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2023
1 parent be5dbde commit b085c84
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 34 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.

6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 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
6 changes: 6 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 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
6 changes: 6 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 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
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
6 changes: 6 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 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

0 comments on commit b085c84

Please sign in to comment.