Skip to content

Commit

Permalink
ci: release (#967)
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 Jun 25, 2023
1 parent 987642d commit fdb6156
Show file tree
Hide file tree
Showing 41 changed files with 116 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-panthers-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-parents-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-pumas-clean.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eleven-papayas-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-planets-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-rats-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-chicken-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ads-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-walls-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-mails-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-panthers-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-vans-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-waves-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-boats-divide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-jeans-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-bears-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-comics-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-moles-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-icons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-bees-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-pears-battle.md

This file was deleted.

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

## 0.7.6

### Patch Changes

- [#983](https://github.com/lagonapp/lagon/pull/983) [`b2c1129`](https://github.com/lagonapp/lagon/commit/b2c11293fbdd3dfde1756162bf182182326c0135) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Deploy to the specified organization instead of the current selected one

- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs

- [#972](https://github.com/lagonapp/lagon/pull/972) [`5dc7bd9`](https://github.com/lagonapp/lagon/commit/5dc7bd9ea4d8439ddbb75726855b40b506eaf1fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Automatically load .env file from current directory or specified path

- [#990](https://github.com/lagonapp/lagon/pull/990) [`987642d`](https://github.com/lagonapp/lagon/commit/987642dc3c19667438a79ff4d991e348a2febb38) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Refactor binary installation to be more stable

- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request`

## 0.7.5

### 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.7.5",
"version": "0.7.6",
"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.18

### Patch Changes

- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs

## 0.3.17

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

## 0.2.2

### Patch Changes

- [#979](https://github.com/lagonapp/lagon/pull/979) [`cbc66fa`](https://github.com/lagonapp/lagon/commit/cbc66fa4d396792fb6e823f086824954bf42f6eb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid allocating `String` where possible and use `&str` instead

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime_utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime-utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lagon/serverless

## 0.2.3

### Patch Changes

- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs

- [#976](https://github.com/lagonapp/lagon/pull/976) [`0d874be`](https://github.com/lagonapp/lagon/commit/0d874be5980287e9433ffcbfcb5364c551022356) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use Jemalloc instead of the default allocator

- [#977](https://github.com/lagonapp/lagon/pull/977) [`2cda111`](https://github.com/lagonapp/lagon/commit/2cda111f85d053b467a70a3486ebfb60ddaea5cc) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reduce `clone()`ing

- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request`

- [#979](https://github.com/lagonapp/lagon/pull/979) [`cbc66fa`](https://github.com/lagonapp/lagon/commit/cbc66fa4d396792fb6e823f086824954bf42f6eb) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Avoid allocating `String` where possible and use `&str` instead

- [#969](https://github.com/lagonapp/lagon/pull/969) [`a232492`](https://github.com/lagonapp/lagon/commit/a232492c317c8c4fe74fac0e87a0f1a60fafb505) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a fast path when handling assets, inline dashmap

## 0.2.2

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

## 0.1.1

### Patch Changes

- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a Drizzle and Turso example
2 changes: 1 addition & 1 deletion examples/drizzle-turso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-drizzle-turso",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"generate": "pnpm drizzle-kit generate:sqlite --schema=./schema.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/turso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/example-turso

## 0.1.2

### Patch Changes

- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Move client generation outside of handler function

## 0.1.1

### Patch Changes
Expand Down
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.1",
"version": "0.1.2",
"private": true,
"scripts": {
"lagon-dev": "lagon dev index.ts"
Expand Down
21 changes: 21 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @lagon/dashboard

## 0.3.12

### Patch Changes

- [#987](https://github.com/lagonapp/lagon/pull/987) [`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve Stripe upgrade flow with success and error banners

- [#983](https://github.com/lagonapp/lagon/pull/983) [`b2c1129`](https://github.com/lagonapp/lagon/commit/b2c11293fbdd3dfde1756162bf182182326c0135) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Deploy to the specified organization instead of the current selected one

- [#986](https://github.com/lagonapp/lagon/pull/986) [`b91e75d`](https://github.com/lagonapp/lagon/commit/b91e75de18d7f520748740c00f8a76feb4307fac) Thanks [@colinlienard](https://github.com/colinlienard)! - Add system status in footer

- [#973](https://github.com/lagonapp/lagon/pull/973) [`3a18950`](https://github.com/lagonapp/lagon/commit/3a189507a126354eaf4196f01890707b1fd905d1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Bangalore region to be ap-west instead of ap-south

- [#982](https://github.com/lagonapp/lagon/pull/982) [`7cf6208`](https://github.com/lagonapp/lagon/commit/7cf620816c1a06e2936700ee88903ac6dfaedcee) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Upgrade functions limits on plan change

- [#974](https://github.com/lagonapp/lagon/pull/974) [`565864b`](https://github.com/lagonapp/lagon/commit/565864b80f7c39e762cec25a953e476c08b50975) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Do not crash when cron parsing fails

- [#985](https://github.com/lagonapp/lagon/pull/985) [`a6714cd`](https://github.com/lagonapp/lagon/commit/a6714cd8e2f51736e598614140905002e73aae0d) Thanks [@colinlienard](https://github.com/colinlienard)! - Add footer with version and social links

- Updated dependencies [[`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d)]:
- @lagon/ui@0.2.5

## 0.3.11

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

## 1.0.2

### Patch Changes

- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs

- [#984](https://github.com/lagonapp/lagon/pull/984) [`bcbfbbb`](https://github.com/lagonapp/lagon/commit/bcbfbbb58e39540c8d6cefef6c757a410dada240) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sponsors list

- [#973](https://github.com/lagonapp/lagon/pull/973) [`3a18950`](https://github.com/lagonapp/lagon/commit/3a189507a126354eaf4196f01890707b1fd905d1) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Bangalore region to be ap-west instead of ap-south

- [#984](https://github.com/lagonapp/lagon/pull/984) [`bcbfbbb`](https://github.com/lagonapp/lagon/commit/bcbfbbb58e39540c8d6cefef6c757a410dada240) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix favicon

- [#971](https://github.com/lagonapp/lagon/pull/971) [`7a2b184`](https://github.com/lagonapp/lagon/commit/7a2b184fd194ac19aeed3aa0ff1f4f6a5326a72a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add a Drizzle and Turso example

- [#970](https://github.com/lagonapp/lagon/pull/970) [`fe5a96d`](https://github.com/lagonapp/lagon/commit/fe5a96d9cdf0227fdbb3d20fd7a06ba649da67db) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Nuxt Complex example

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/js-runtime

## 0.3.18

### Patch Changes

- [#932](https://github.com/lagonapp/lagon/pull/932) [`dd96fd0`](https://github.com/lagonapp/lagon/commit/dd96fd0bf692c01023727d12415d737b21035f7d) Thanks [@akitaSummer](https://github.com/akitaSummer)! - Add `CompressionStream` & `DecompressionStream` APIs

- [#965](https://github.com/lagonapp/lagon/pull/965) [`32a2c08`](https://github.com/lagonapp/lagon/commit/32a2c08a469a5dbcd23d47bafbd91d851f8a750d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `fetch()` with a `Request`

## 0.3.17

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

## 0.2.5

### Patch Changes

- [#987](https://github.com/lagonapp/lagon/pull/987) [`51900f3`](https://github.com/lagonapp/lagon/commit/51900f30259dc1830b97257c264040b93ca2513d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add new `Banner` component

## 0.2.4

### 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.4",
"version": "0.2.5",
"description": "Lagon Design System",
"private": true,
"main": "src/index.ts",
Expand Down

3 comments on commit fdb6156

@vercel
Copy link

@vercel vercel bot commented on fdb6156 Jun 25, 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
docs-git-main-lagon.vercel.app
lagon-docs.vercel.app
docs.lagon.app

@vercel
Copy link

@vercel vercel bot commented on fdb6156 Jun 25, 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-swart-eight.vercel.app
storybook-git-main-lagon.vercel.app
ui.lagon.app

@vercel
Copy link

@vercel vercel bot commented on fdb6156 Jun 25, 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-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app

Please sign in to comment.