Skip to content

Commit

Permalink
ci: release (#618)
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 Feb 25, 2023
1 parent 2495126 commit 8751ec9
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-hairs-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-pugs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-carrots-clean.md

This file was deleted.

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

## 0.1.21

### Patch Changes

- [#616](https://github.com/lagonapp/lagon/pull/616) [`16b0a43`](https://github.com/lagonapp/lagon/commit/16b0a43cd0df659f360448befa9ca22285728f0a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `LAGON_WORKERS` environment variable to customize the size of the worker's pool

* [#616](https://github.com/lagonapp/lagon/pull/616) [`16b0a43`](https://github.com/lagonapp/lagon/commit/16b0a43cd0df659f360448befa9ca22285728f0a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow concurrent requests of isolates

## 0.1.20

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

## 0.1.2

### Patch Changes

- Updated dependencies [[`2495126`](https://github.com/lagonapp/lagon/commit/2495126a8d8f4c8c67149b50d41d51912cb2dec6)]:
- @lagon/astro@0.2.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-astro",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/astro

## 0.2.2

### Patch Changes

- [#619](https://github.com/lagonapp/lagon/pull/619) [`2495126`](https://github.com/lagonapp/lagon/commit/2495126a8d8f4c8c67149b50d41d51912cb2dec6) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Bundle for Node.js by excluding all dependencies

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/astro",
"version": "0.2.1",
"version": "0.2.2",
"description": "Astro integration to deploy your site to Lagon",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 8751ec9

Please sign in to comment.