Skip to content

Commit

Permalink
ci: release (#581)
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 21, 2023
1 parent cde118f commit 75ca4b5
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-apes-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-wombats-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-rice-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-doors-brush.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nice-cars-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-parents-fail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shy-singers-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-lamps-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-jars-share.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#604](https://github.com/lagonapp/lagon/pull/604) [`73856f5`](https://github.com/lagonapp/lagon/commit/73856f599f623288cd855209dcf1426564dee83f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve functions configuration by saving parameters into a local config file.

When using `lagon dev`, `lagon build` or `lagon deploy`, you don't need anymore to specify the function's entrypoint and the public directory. These configuration are saved into a local `.lagon/config.json` file.

Note that `lagon dev` still allows to specify an entrypoint and public directory as before using arguments and options, making it easy to test locally.

### Patch Changes

- [#606](https://github.com/lagonapp/lagon/pull/606) [`cde118f`](https://github.com/lagonapp/lagon/commit/cde118f85ca523db0b9a5ebc02cacf4b6c57ce22) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve DX by showing more information when deploying

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

## 0.3.4

### Patch Changes

- [#591](https://github.com/lagonapp/lagon/pull/591) [`0b422d6`](https://github.com/lagonapp/lagon/commit/0b422d698d80a77c5ed92bbb213078292092776f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Split sync and async bindings into LagonSync/LagonAsync

* [#591](https://github.com/lagonapp/lagon/pull/591) [`0b422d6`](https://github.com/lagonapp/lagon/commit/0b422d698d80a77c5ed92bbb213078292092776f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add option to load V8 heap snapshot

- [#603](https://github.com/lagonapp/lagon/pull/603) [`f1271d4`](https://github.com/lagonapp/lagon/commit/f1271d475554ceff750e46cac0f48cef9e91d4e2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove unused HTTP client instance

## 0.3.3

## 0.3.2
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.3",
"version": "0.3.4",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
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.19

### Patch Changes

- [#591](https://github.com/lagonapp/lagon/pull/591) [`0b422d6`](https://github.com/lagonapp/lagon/commit/0b422d698d80a77c5ed92bbb213078292092776f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add option to load V8 heap snapshot

* [#580](https://github.com/lagonapp/lagon/pull/580) [`74efd18`](https://github.com/lagonapp/lagon/commit/74efd186f97b86dd085c7a90e1f35c78507f5bbe) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use lagon.dev for Lagon-hosted functions

## 0.1.18

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

## 0.2.3

### Patch Changes

- [#605](https://github.com/lagonapp/lagon/pull/605) [`a89bc08`](https://github.com/lagonapp/lagon/commit/a89bc08ef2e260d21fb1fa2a569764a1c6fb86be) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Hide CLI auth code

* [#580](https://github.com/lagonapp/lagon/pull/580) [`74efd18`](https://github.com/lagonapp/lagon/commit/74efd186f97b86dd085c7a90e1f35c78507f5bbe) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use lagon.dev for Lagon-hosted functions

- [#605](https://github.com/lagonapp/lagon/pull/605) [`a89bc08`](https://github.com/lagonapp/lagon/commit/a89bc08ef2e260d21fb1fa2a569764a1c6fb86be) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Set the current theme for the editor inside the playground

* [#605](https://github.com/lagonapp/lagon/pull/605) [`a89bc08`](https://github.com/lagonapp/lagon/commit/a89bc08ef2e260d21fb1fa2a569764a1c6fb86be) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use DOM types for the playground

## 0.2.2

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

## 0.3.0

### Minor Changes

- [#604](https://github.com/lagonapp/lagon/pull/604) [`73856f5`](https://github.com/lagonapp/lagon/commit/73856f599f623288cd855209dcf1426564dee83f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve functions configuration by saving parameters into a local config file.

When using `lagon dev`, `lagon build` or `lagon deploy`, you don't need anymore to specify the function's entrypoint and the public directory. These configuration are saved into a local `.lagon/config.json` file.

Note that `lagon dev` still allows to specify an entrypoint and public directory as before using arguments and options, making it easy to test locally.

### Patch Changes

- [#580](https://github.com/lagonapp/lagon/pull/580) [`74efd18`](https://github.com/lagonapp/lagon/commit/74efd186f97b86dd085c7a90e1f35c78507f5bbe) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use lagon.dev for Lagon-hosted functions

## 0.2.1

### 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.2.1",
"version": "0.3.0",
"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.4

### Patch Changes

- [#591](https://github.com/lagonapp/lagon/pull/591) [`0b422d6`](https://github.com/lagonapp/lagon/commit/0b422d698d80a77c5ed92bbb213078292092776f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Split sync and async bindings into LagonSync/LagonAsync

## 0.3.3

### 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.3",
"version": "0.3.4",
"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

## 0.1.3

### Patch Changes

- [#580](https://github.com/lagonapp/lagon/pull/580) [`74efd18`](https://github.com/lagonapp/lagon/commit/74efd186f97b86dd085c7a90e1f35c78507f5bbe) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use lagon.dev for Lagon-hosted functions

## 0.1.2

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

4 comments on commit 75ca4b5

@vercel
Copy link

@vercel vercel bot commented on 75ca4b5 Feb 21, 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:

storybook – ./packages/ui

ui.lagon.app
storybook-swart-eight.vercel.app
storybook-lagon.vercel.app
storybook-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 75ca4b5 Feb 21, 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

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

@vercel
Copy link

@vercel vercel bot commented on 75ca4b5 Feb 21, 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-git-main-lagon.vercel.app
docs-lagon.vercel.app
lagon-docs.vercel.app
docs.lagon.app

@vercel
Copy link

@vercel vercel bot commented on 75ca4b5 Feb 21, 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-lagon.vercel.app
dash.lagon.app
dashboard-git-main-lagon.vercel.app

Please sign in to comment.