Skip to content

Commit

Permalink
ci: release (#823)
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 May 6, 2023
1 parent d6e39ae commit 1e07026
Show file tree
Hide file tree
Showing 23 changed files with 71 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-dolls-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-plants-flow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-teachers-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-beers-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-shoes-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-toys-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-cheetahs-cross.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- [#833](https://github.com/lagonapp/lagon/pull/833) [`3101c9e`](https://github.com/lagonapp/lagon/commit/3101c9eddb36c76a790d7c73ba4e54256e44cfb0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Tweak release build flags to improve performance

* [#821](https://github.com/lagonapp/lagon/pull/821) [`6b91b4c`](https://github.com/lagonapp/lagon/commit/6b91b4ca976a09520c50c7d647400d1d43b692d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Increase assets per Deployment to 1000 for Pro plans

- [#830](https://github.com/lagonapp/lagon/pull/830) [`7d54f3a`](https://github.com/lagonapp/lagon/commit/7d54f3a2d5b9709dc554bee7d14525cd74383885) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add info message with link to get authorization code when using `lagon login`

* [#834](https://github.com/lagonapp/lagon/pull/834) [`d6e39ae`](https://github.com/lagonapp/lagon/commit/d6e39ae79c2b6cf2aa83c883bf8a926c319e1712) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow any protocols for URL parsing

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.11

### Patch Changes

- [#834](https://github.com/lagonapp/lagon/pull/834) [`d6e39ae`](https://github.com/lagonapp/lagon/commit/d6e39ae79c2b6cf2aa83c883bf8a926c319e1712) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Request/Response error messages

## 0.3.10

### 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.10",
"version": "0.3.11",
"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.30

### Patch Changes

- [#833](https://github.com/lagonapp/lagon/pull/833) [`3101c9e`](https://github.com/lagonapp/lagon/commit/3101c9eddb36c76a790d7c73ba4e54256e44cfb0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Tweak release build flags to improve performance

## 0.1.29

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

## 0.1.1

### Patch Changes

- [#824](https://github.com/lagonapp/lagon/pull/824) [`eca2255`](https://github.com/lagonapp/lagon/commit/eca2255e19a0e59baf7a6382439fca3519478f9d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Xata example
2 changes: 1 addition & 1 deletion examples/xata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-xata",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"xata": "xata init --codegen xata.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/dashboard

## 0.3.6

### Patch Changes

- [#821](https://github.com/lagonapp/lagon/pull/821) [`6b91b4c`](https://github.com/lagonapp/lagon/commit/6b91b4ca976a09520c50c7d647400d1d43b692d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Increase assets per Deployment to 1000 for Pro plans

* [#828](https://github.com/lagonapp/lagon/pull/828) [`4bef900`](https://github.com/lagonapp/lagon/commit/4bef9002e9bd5e633327158cad69fdac15dc5977) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable ESLint + TypeScript when building Next.js website

## 0.3.5

### 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.5",
"version": "0.3.6",
"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.7

### Patch Changes

- [#821](https://github.com/lagonapp/lagon/pull/821) [`6b91b4c`](https://github.com/lagonapp/lagon/commit/6b91b4ca976a09520c50c7d647400d1d43b692d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Increase assets per Deployment to 1000 for Pro plans

* [#824](https://github.com/lagonapp/lagon/pull/824) [`eca2255`](https://github.com/lagonapp/lagon/commit/eca2255e19a0e59baf7a6382439fca3519478f9d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Xata example

- [#828](https://github.com/lagonapp/lagon/pull/828) [`4bef900`](https://github.com/lagonapp/lagon/commit/4bef9002e9bd5e633327158cad69fdac15dc5977) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable ESLint + TypeScript when building Next.js website

## 0.3.6

### 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.6",
"version": "0.3.7",
"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.11

### Patch Changes

- [#834](https://github.com/lagonapp/lagon/pull/834) [`d6e39ae`](https://github.com/lagonapp/lagon/commit/d6e39ae79c2b6cf2aa83c883bf8a926c319e1712) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow any protocols for URL parsing

## 0.3.10

### 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.10",
"version": "0.3.11",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/www

## 1.1.4

### Patch Changes

- [#821](https://github.com/lagonapp/lagon/pull/821) [`6b91b4c`](https://github.com/lagonapp/lagon/commit/6b91b4ca976a09520c50c7d647400d1d43b692d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Increase assets per Deployment to 1000 for Pro plans

* [#828](https://github.com/lagonapp/lagon/pull/828) [`4bef900`](https://github.com/lagonapp/lagon/commit/4bef9002e9bd5e633327158cad69fdac15dc5977) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable ESLint + TypeScript when building Next.js website

## 1.1.3

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

3 comments on commit 1e07026

@vercel
Copy link

@vercel vercel bot commented on 1e07026 May 6, 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-git-main-lagon.vercel.app
www-lagon.vercel.app
lagon.dev

@vercel
Copy link

@vercel vercel bot commented on 1e07026 May 6, 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 1e07026 May 6, 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.