Skip to content

Commit

Permalink
ci: release (#773)
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 Apr 24, 2023
1 parent 1b50663 commit fd1cc15
Show file tree
Hide file tree
Showing 24 changed files with 66 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-comics-explain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/poor-parents-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-pigs-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-bears-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-books-breathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-colts-cheat.md

This file was deleted.

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

## 0.5.8

### Patch Changes

- [`209ee44`](https://github.com/lagonapp/lagon/commit/209ee449043f90b83df8ac8301d136c10dd44aa3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set `process.env.NODE_ENV` to "development" when using `lagon dev`

* [#782](https://github.com/lagonapp/lagon/pull/782) [`b92e0de`](https://github.com/lagonapp/lagon/commit/b92e0de61c0254e49ac3626de2517081465010be) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Automatically load .env files with `lagon dev` if present in root

## 0.5.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.5.7",
"version": "0.5.8",
"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.9

### Patch Changes

- [#778](https://github.com/lagonapp/lagon/pull/778) [`54df73e`](https://github.com/lagonapp/lagon/commit/54df73e6a0043307f4e153613806122fad1809d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use once_cell instead of lazy_static

## 0.3.8

### 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.8",
"version": "0.3.9",
"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.28

### Patch Changes

- [#778](https://github.com/lagonapp/lagon/pull/778) [`54df73e`](https://github.com/lagonapp/lagon/commit/54df73e6a0043307f4e153613806122fad1809d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use once_cell instead of lazy_static

## 0.1.27

### 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.27",
"version": "0.1.28",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions crates/wpt-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/wpt-runner

## 0.1.3

### Patch Changes

- [#778](https://github.com/lagonapp/lagon/pull/778) [`54df73e`](https://github.com/lagonapp/lagon/commit/54df73e6a0043307f4e153613806122fad1809d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use once_cell instead of lazy_static

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/wpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/wpt-runner",
"version": "0.1.2",
"version": "0.1.3",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/planetscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-planetscale

## 0.1.1

### Patch Changes

- [#781](https://github.com/lagonapp/lagon/pull/781) [`b5894e2`](https://github.com/lagonapp/lagon/commit/b5894e23da9920c9338f350d25a5276cd70d3267) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add PlanetScale example
2 changes: 1 addition & 1 deletion examples/planetscale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-planetscale",
"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.4

### Patch Changes

- [#785](https://github.com/lagonapp/lagon/pull/785) [`6c12980`](https://github.com/lagonapp/lagon/commit/6c12980015319974e5ac1b2284a8ab360850d16b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use Prisma `jsonProtocol` to reduce cold starts & execution time

## 0.3.3

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

## 0.3.5

### Patch Changes

- [`209ee44`](https://github.com/lagonapp/lagon/commit/209ee449043f90b83df8ac8301d136c10dd44aa3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set `process.env.NODE_ENV` to "development" when using `lagon dev`

* [#782](https://github.com/lagonapp/lagon/pull/782) [`b92e0de`](https://github.com/lagonapp/lagon/commit/b92e0de61c0254e49ac3626de2517081465010be) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Automatically load .env files with `lagon dev` if present in root

- [#781](https://github.com/lagonapp/lagon/pull/781) [`b5894e2`](https://github.com/lagonapp/lagon/commit/b5894e23da9920c9338f350d25a5276cd70d3267) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add PlanetScale example

## 0.3.4

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

## 0.3.9

## 0.3.8

### 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.8",
"version": "0.3.9",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
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

## 1.1.2

### Patch Changes

- [#770](https://github.com/lagonapp/lagon/pull/770) [`c7bf3cc`](https://github.com/lagonapp/lagon/commit/c7bf3ccd7f7ea6870cd44e513849cfe7488c0321) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Lagon Alpha blog post

## 1.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": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

3 comments on commit fd1cc15

@vercel
Copy link

@vercel vercel bot commented on fd1cc15 Apr 24, 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-lagon.vercel.app
lagon-docs.vercel.app
docs-git-main-lagon.vercel.app
docs.lagon.app

@vercel
Copy link

@vercel vercel bot commented on fd1cc15 Apr 24, 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:

dashboard – ./packages/dashboard

dashboard-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app

@vercel
Copy link

@vercel vercel bot commented on fd1cc15 Apr 24, 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:

www – ./www

lagon.app
www-lagon.vercel.app
www-git-main-lagon.vercel.app
lagon.dev

Please sign in to comment.