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 Jun 29, 2023
1 parent fa37118 commit ac0ffd2
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-doors-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-ties-live.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.8

### Patch Changes

- [#1001](https://github.com/lagonapp/lagon/pull/1001) [`d71d4c5`](https://github.com/lagonapp/lagon/commit/d71d4c56256090e1dd5f7ed15209ccb4c002d951) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Throw an error if handler function do no return a Response

## 0.7.7

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

## 0.3.19

## 0.3.18

### 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.18",
"version": "0.3.19",
"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.2.4

### Patch Changes

- [#1001](https://github.com/lagonapp/lagon/pull/1001) [`d71d4c5`](https://github.com/lagonapp/lagon/commit/d71d4c56256090e1dd5f7ed15209ccb4c002d951) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Throw an error if handler function do no return a Response

## 0.2.3

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

## 0.1.1

### Patch Changes

- Updated dependencies [[`fa37118`](https://github.com/lagonapp/lagon/commit/fa37118c82d37e770afdb55a1921539e5f1df6c4)]:
- @lagon/sveltekit@0.1.1
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-sveltekit",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
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

## 1.0.3

### Patch Changes

- [#1000](https://github.com/lagonapp/lagon/pull/1000) [`fa37118`](https://github.com/lagonapp/lagon/commit/fa37118c82d37e770afdb55a1921539e5f1df6c4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add SvelteKit adapter and example

## 1.0.2

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

## 0.1.1

### Patch Changes

- [#1000](https://github.com/lagonapp/lagon/pull/1000) [`fa37118`](https://github.com/lagonapp/lagon/commit/fa37118c82d37e770afdb55a1921539e5f1df6c4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add SvelteKit adapter and example
2 changes: 1 addition & 1 deletion packages/integrations/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/sveltekit",
"version": "0.1.0",
"version": "0.1.1",
"description": "SvelteKit integration to deploy your site to Lagon",
"type": "module",
"main": "dist/index.js",
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.19

### Patch Changes

- [#1001](https://github.com/lagonapp/lagon/pull/1001) [`d71d4c5`](https://github.com/lagonapp/lagon/commit/d71d4c56256090e1dd5f7ed15209ccb4c002d951) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Throw an error if handler function do no return a Response

## 0.3.18

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

0 comments on commit ac0ffd2

Please sign in to comment.