Skip to content

Commit

Permalink
ci: release (#717)
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 9, 2023
1 parent e92fb57 commit 06e5556
Show file tree
Hide file tree
Showing 22 changed files with 57 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-forks-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-bananas-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-shrimps-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bikes-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-grapes-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-rabbits-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-meals-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-kangaroos-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-rules-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-feet-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cups-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rabbits-worry.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.5.7

### Patch Changes

- [#744](https://github.com/lagonapp/lagon/pull/744) [`e92fb57`](https://github.com/lagonapp/lagon/commit/e92fb579001b17dce36bde200cda3de86f13dfcc) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a `worker` import condition after `lagon` when bundling

## 0.5.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.5.6",
"version": "0.5.7",
"description": "CLI for Lagon",
"type": "module",
"files": [
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.26

### Patch Changes

- [#728](https://github.com/lagonapp/lagon/pull/728) [`476c2e2`](https://github.com/lagonapp/lagon/commit/476c2e23d1ce4ff5e30d3ccd2bd51f2070db4f6d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate underlaying storage for stats & logs to Clickhouse

* [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit maximum response time

## 0.1.25

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

## 0.3.2

### Patch Changes

- [#727](https://github.com/lagonapp/lagon/pull/727) [`dc23559`](https://github.com/lagonapp/lagon/commit/dc235595c154f87059fe518dcaf16708684090a4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a "Copy" button to the tokens list

* [#719](https://github.com/lagonapp/lagon/pull/719) [`8c41e80`](https://github.com/lagonapp/lagon/commit/8c41e80379210e0ca92efc3da6c52dea4cbc3600) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix deployments creation date

- [#728](https://github.com/lagonapp/lagon/pull/728) [`476c2e2`](https://github.com/lagonapp/lagon/commit/476c2e23d1ce4ff5e30d3ccd2bd51f2070db4f6d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate underlaying storage for stats & logs to Clickhouse

* [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit maximum response time

- [`9273678`](https://github.com/lagonapp/lagon/commit/927367879a61b4f0cec03a64b5c2af728a976362) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix CPU time showing a wrong metric

* [#716](https://github.com/lagonapp/lagon/pull/716) [`b3ea6c7`](https://github.com/lagonapp/lagon/commit/b3ea6c760308e15eb9d72f9efafb7cabcc06fb44) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix "Socket closed unexpectedly" API errors due to Redis timeouts

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

## 0.3.3

### Patch Changes

- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add pricing page

* [#738](https://github.com/lagonapp/lagon/pull/738) [`78c3787`](https://github.com/lagonapp/lagon/commit/78c3787422bd5806a6ab8ad6a8bb73009ee89257) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Deployments docs

- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update CPU time to request duration

* [#738](https://github.com/lagonapp/lagon/pull/738) [`78c3787`](https://github.com/lagonapp/lagon/commit/78c3787422bd5806a6ab8ad6a8bb73009ee89257) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Rename Static Files to Assets

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

## 1.1.0

### Minor Changes

- [#724](https://github.com/lagonapp/lagon/pull/724) [`123f520`](https://github.com/lagonapp/lagon/commit/123f5202d6f728192f3f2bc8233ee678b9dfe1ff) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Migrate to Next.js 13 app router

### Patch Changes

- [#733](https://github.com/lagonapp/lagon/pull/733) [`a75de67`](https://github.com/lagonapp/lagon/commit/a75de673cae0e7d2b2ef140b0e54df63875db27a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update CPU time to request duration

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

3 comments on commit 06e5556

@vercel
Copy link

@vercel vercel bot commented on 06e5556 Apr 9, 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
lagon.dev

@vercel
Copy link

@vercel vercel bot commented on 06e5556 Apr 9, 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

@vercel
Copy link

@vercel vercel bot commented on 06e5556 Apr 9, 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

lagon-docs.vercel.app
docs.lagon.app
docs-git-main-lagon.vercel.app
docs-lagon.vercel.app

Please sign in to comment.