Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2023
1 parent b3b8b0f commit 53a0231
Show file tree
Hide file tree
Showing 39 changed files with 113 additions and 83 deletions.
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/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.

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.

6 changes: 0 additions & 6 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.

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.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

* [#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
8 changes: 8 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/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)! - Use ArrayBuffer for Request/response body

* [#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
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.29

### Patch Changes

- [#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
15 changes: 15 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @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

* 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)! - Use ArrayBuffer for Request/response body

## 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

0 comments on commit 53a0231

Please sign in to comment.