Skip to content

Commit

Permalink
ci: release (#793)
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 1, 2023
1 parent 5d28ee2 commit 14e1a9f
Show file tree
Hide file tree
Showing 43 changed files with 125 additions and 105 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-ants-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-brooms-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-gifts-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-doors-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-gorillas-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-bears-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-hounds-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-insects-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-gifts-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-cobras-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-badgers-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-terms-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-walls-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-spies-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-mayflies-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-baboons-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-ladybugs-pretend.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- [#796](https://github.com/lagonapp/lagon/pull/796) [`2f47dac`](https://github.com/lagonapp/lagon/commit/2f47dacfcb79fec302e79b22189d81b0283b017d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Publish arm64 binary for macOS

### Patch Changes

- [#799](https://github.com/lagonapp/lagon/pull/799) [`af3d21f`](https://github.com/lagonapp/lagon/commit/af3d21f10ca4fff90ed09c6569ea3fa5d06e88ec) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add NPM packages provenance

* [#818](https://github.com/lagonapp/lagon/pull/818) [`cfa7238`](https://github.com/lagonapp/lagon/commit/cfa723805390f97d2fe1493c94094e1bfd34c09c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reduce head allocations on responses

- [#807](https://github.com/lagonapp/lagon/pull/807) [`b0b0cc5`](https://github.com/lagonapp/lagon/commit/b0b0cc52c37e69518f9a44892150eeac8c642f76) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Request/Response default headers

* [#802](https://github.com/lagonapp/lagon/pull/802) [`40b8a4f`](https://github.com/lagonapp/lagon/commit/40b8a4f08142cc0fc74eb73209e67b9f0bf8366b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update to V8 11.4

## 0.5.8

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

## 0.3.10

### Patch Changes

- [#813](https://github.com/lagonapp/lagon/pull/813) [`835094f`](https://github.com/lagonapp/lagon/commit/835094fef023aee532e1d57e895e4f1cb6189d22) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Calculate isolate statistics at every seconds instead of every request

* [#814](https://github.com/lagonapp/lagon/pull/814) [`29fb49d`](https://github.com/lagonapp/lagon/commit/29fb49d7ace2759be57157969b4ffca61ed748d1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Request/Response allocations

- [#807](https://github.com/lagonapp/lagon/pull/807) [`b0b0cc5`](https://github.com/lagonapp/lagon/commit/b0b0cc52c37e69518f9a44892150eeac8c642f76) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Request/Response default headers

* [#802](https://github.com/lagonapp/lagon/pull/802) [`40b8a4f`](https://github.com/lagonapp/lagon/commit/40b8a4f08142cc0fc74eb73209e67b9f0bf8366b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update to V8 11.4

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.29

### Patch Changes

- [#818](https://github.com/lagonapp/lagon/pull/818) [`cfa7238`](https://github.com/lagonapp/lagon/commit/cfa723805390f97d2fe1493c94094e1bfd34c09c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reduce head allocations on responses

* [#811](https://github.com/lagonapp/lagon/pull/811) [`b3b8b0f`](https://github.com/lagonapp/lagon/commit/b3b8b0f92957176abe6acdd9c07da9ec7496072f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Download deployments assets in parallel

## 0.1.28

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

### Patch Changes

- Updated dependencies [[`af3d21f`](https://github.com/lagonapp/lagon/commit/af3d21f10ca4fff90ed09c6569ea3fa5d06e88ec)]:
- @lagon/astro@0.2.3

## 0.1.2

### Patch 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.2",
"version": "0.1.3",
"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.4

### Patch Changes

- Updated dependencies [[`af3d21f`](https://github.com/lagonapp/lagon/commit/af3d21f10ca4fff90ed09c6569ea3fa5d06e88ec)]:
- @lagon/remix@0.1.2

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/turso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-turso

## 0.1.1

### Patch Changes

- [#798](https://github.com/lagonapp/lagon/pull/798) [`b931b92`](https://github.com/lagonapp/lagon/commit/b931b92c4aae5e809ab99438fa3b0338521ed62e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Turso example
2 changes: 1 addition & 1 deletion examples/turso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-turso",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
17 changes: 17 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @lagon/dashboard

## 0.3.5

### Patch Changes

- [#792](https://github.com/lagonapp/lagon/pull/792) [`c775ec9`](https://github.com/lagonapp/lagon/commit/c775ec9b3096f225af03b72a65cb1189e520acd7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix playground editor theme to match the user's theme

* [#808](https://github.com/lagonapp/lagon/pull/808) [`a2146e2`](https://github.com/lagonapp/lagon/commit/a2146e23206abea9ef2803a6b2997cb00ce73b19) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Only allow lowercase alphanumeric characters and dashes for Functions names

- [#792](https://github.com/lagonapp/lagon/pull/792) [`c775ec9`](https://github.com/lagonapp/lagon/commit/c775ec9b3096f225af03b72a65cb1189e520acd7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a background color (fix macos overscroll)

* [#791](https://github.com/lagonapp/lagon/pull/791) [`a345727`](https://github.com/lagonapp/lagon/commit/a345727ad337fd57b3f14103bfba6c3ec198bf58) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix organization name/description validators

- [#816](https://github.com/lagonapp/lagon/pull/816) [`9f8d19b`](https://github.com/lagonapp/lagon/commit/9f8d19bd3553388367d90900b0a46a9d2bdc49cb) Thanks [@diboune](https://github.com/diboune)! - Persist language choice

- Updated dependencies [[`a345727`](https://github.com/lagonapp/lagon/commit/a345727ad337fd57b3f14103bfba6c3ec198bf58), [`c775ec9`](https://github.com/lagonapp/lagon/commit/c775ec9b3096f225af03b72a65cb1189e520acd7)]:
- @lagon/ui@0.2.3

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.3.6

### Patch Changes

- [#798](https://github.com/lagonapp/lagon/pull/798) [`b931b92`](https://github.com/lagonapp/lagon/commit/b931b92c4aae5e809ab99438fa3b0338521ed62e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Turso example

## 0.3.5

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

### Patch Changes

- [#799](https://github.com/lagonapp/lagon/pull/799) [`af3d21f`](https://github.com/lagonapp/lagon/commit/af3d21f10ca4fff90ed09c6569ea3fa5d06e88ec) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add NPM packages provenance

## 0.2.2

### Patch 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.2",
"version": "0.2.3",
"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.2

### Patch Changes

- [#799](https://github.com/lagonapp/lagon/pull/799) [`af3d21f`](https://github.com/lagonapp/lagon/commit/af3d21f10ca4fff90ed09c6569ea3fa5d06e88ec) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add NPM packages provenance

## 0.1.1

### Patch 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.1",
"version": "0.1.2",
"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.10

### Patch Changes

- [#807](https://github.com/lagonapp/lagon/pull/807) [`b0b0cc5`](https://github.com/lagonapp/lagon/commit/b0b0cc52c37e69518f9a44892150eeac8c642f76) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Request/Response default headers

## 0.3.9

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

## 0.2.3

### Patch Changes

- [#791](https://github.com/lagonapp/lagon/pull/791) [`a345727`](https://github.com/lagonapp/lagon/commit/a345727ad337fd57b3f14103bfba6c3ec198bf58) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Text error not being red

* [#792](https://github.com/lagonapp/lagon/pull/792) [`c775ec9`](https://github.com/lagonapp/lagon/commit/c775ec9b3096f225af03b72a65cb1189e520acd7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove shadows on dark mode

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/ui",
"version": "0.2.2",
"version": "0.2.3",
"description": "Lagon Design System",
"private": true,
"main": "src/index.ts",
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.3

### Patch Changes

- [#803](https://github.com/lagonapp/lagon/pull/803) [`0145896`](https://github.com/lagonapp/lagon/commit/0145896f3276b44f5e4fef83869f3322f85658fa) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Export fully static

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

2 comments on commit 14e1a9f

@vercel
Copy link

@vercel vercel bot commented on 14e1a9f May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

@vercel vercel bot commented on 14e1a9f May 1, 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

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

Please sign in to comment.