Skip to content

Commit

Permalink
ci: release (#565)
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 13, 2023
1 parent 1d22c01 commit 7c94720
Show file tree
Hide file tree
Showing 28 changed files with 76 additions and 53 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-cherries-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-cameras-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-berries-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-houses-pull.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-games-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-llamas-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-sloths-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-ducks-listen.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.4.7

### Patch Changes

- [#564](https://github.com/lagonapp/lagon/pull/564) [`8745295`](https://github.com/lagonapp/lagon/commit/87452957505670a0f538505384203d40728da73d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Send 404 if favicon doesn't exists

* [#579](https://github.com/lagonapp/lagon/pull/579) [`1d22c01`](https://github.com/lagonapp/lagon/commit/1d22c01a8455db85a65052dbae78a43136657bed) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve contrast of the colors

## 0.4.6

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

## 0.3.2

## 0.3.1
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.2",
"version": "0.3.3",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/serverless

## 0.1.18

### Patch Changes

- [#564](https://github.com/lagonapp/lagon/pull/564) [`8745295`](https://github.com/lagonapp/lagon/commit/87452957505670a0f538505384203d40728da73d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Send 404 if favicon doesn't exists

* [#568](https://github.com/lagonapp/lagon/pull/568) [`867ce0c`](https://github.com/lagonapp/lagon/commit/867ce0ce9e2b97890a385915eaf9ac8474d83188) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix bytes event on sync responses

- [#573](https://github.com/lagonapp/lagon/pull/573) [`90520ae`](https://github.com/lagonapp/lagon/commit/90520ae11497e4b4bf68d8f74fdd627f7fcf33a7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix logging HTTP request

* [#571](https://github.com/lagonapp/lagon/pull/571) [`b2cca7f`](https://github.com/lagonapp/lagon/commit/b2cca7f897bd5f86e8e32a87a119bf5fa6b8d540) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Trace request id in logs

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.1

### Patch Changes

- Updated dependencies [[`334e578`](https://github.com/lagonapp/lagon/commit/334e578717a1c0ff3140ff5398a871ad820fea2d)]:
- @lagon/astro@0.2.1

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lagon/example-remix

## 0.0.3

### Patch Changes

- Updated dependencies [[`334e578`](https://github.com/lagonapp/lagon/commit/334e578717a1c0ff3140ff5398a871ad820fea2d)]:
- @lagon/remix@0.1.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-remix",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"sideEffects": false,
"scripts": {
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.2.2

### Patch Changes

- [#577](https://github.com/lagonapp/lagon/pull/577) [`0ccb085`](https://github.com/lagonapp/lagon/commit/0ccb08513add7d0e15b5829824615e72191fcec3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix CPU time stats to return average > 0

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.2.1

### Patch Changes

- [#578](https://github.com/lagonapp/lagon/pull/578) [`5159a91`](https://github.com/lagonapp/lagon/commit/5159a91a4c2d73fd0f482a60419e68ce055ecfc2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Headers#getSetCookie()

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next 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.1

### Patch Changes

- [#569](https://github.com/lagonapp/lagon/pull/569) [`334e578`](https://github.com/lagonapp/lagon/commit/334e578717a1c0ff3140ff5398a871ad820fea2d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Bundle using tsup with types

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"description": "Astro integration to deploy your site to Lagon",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/remix

## 0.1.1

### Patch Changes

- [#569](https://github.com/lagonapp/lagon/pull/569) [`334e578`](https://github.com/lagonapp/lagon/commit/334e578717a1c0ff3140ff5398a871ad820fea2d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Bundle using tsup with types

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/remix",
"version": "0.1.0",
"version": "0.1.1",
"description": "Remix 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.3

### Patch Changes

- [#578](https://github.com/lagonapp/lagon/pull/578) [`5159a91`](https://github.com/lagonapp/lagon/commit/5159a91a4c2d73fd0f482a60419e68ce055ecfc2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Headers#getSetCookie()

## 0.3.2

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

4 comments on commit 7c94720

@vercel
Copy link

@vercel vercel bot commented on 7c94720 Feb 13, 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-git-main-lagon.vercel.app
storybook-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7c94720 Feb 13, 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-git-main-lagon.vercel.app
lagon.app
www-lagon.vercel.app

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on 7c94720 Feb 13, 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

Please sign in to comment.