Skip to content

Commit

Permalink
ci: release (#485)
Browse files Browse the repository at this point in the history
* ci: release

* fix(examples): remove pinned version of astro integration

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
QuiiBz and github-actions[bot] authored Jan 27, 2023
1 parent a92e2f7 commit 72b1ace
Show file tree
Hide file tree
Showing 38 changed files with 92 additions and 330 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-dots-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-suns-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-humans-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-fishes-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-beans-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-teachers-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-ladybugs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-seahorses-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-rockets-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-eagles-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-bananas-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-cooks-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-dogs-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-rabbits-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-beers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-panthers-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-cougars-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-ways-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-houses-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-weeks-complain.md

This file was deleted.

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

### Patch Changes

- [#490](https://github.com/lagonapp/lagon/pull/490) [`9a67eb7`](https://github.com/lagonapp/lagon/commit/9a67eb77e5927eb6e0da296df7d9aeb02711a86f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit the number of `fetch()` calls to 20 per execution

* [#497](https://github.com/lagonapp/lagon/pull/497) [`36a69eb`](https://github.com/lagonapp/lagon/commit/36a69ebee0fc6fe93c0ba869c6e63a8af01946f0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use a condvar to timeout isolates execution

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"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.16

### Patch Changes

- [#484](https://github.com/lagonapp/lagon/pull/484) [`d487cd0`](https://github.com/lagonapp/lagon/commit/d487cd0aa08cd0f9908a096133a3705aceeee73f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Always drop isolates on the same thread as created

* [#493](https://github.com/lagonapp/lagon/pull/493) [`f15be2f`](https://github.com/lagonapp/lagon/commit/f15be2f4f568c0a42ab247104d8198d688a0413d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support cron deployments

## 0.1.15

### 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.15",
"version": "0.1.16",
"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.0.5

### Patch Changes

- Updated dependencies [[`56433f3`](https://github.com/lagonapp/lagon/commit/56433f3902b29fef2b9b0b4748f242988277ac6e)]:
- @lagon/astro@0.1.0

## 0.0.4

### Patch Changes
Expand Down
1 change: 0 additions & 1 deletion examples/astro/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from 'astro/config';
import deno from '@astrojs/deno';
import lagon from '@lagon/astro';

// https://astro.build/config
Expand Down
5 changes: 2 additions & 3 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-astro",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -13,7 +13,6 @@
"astro": "2.0.0"
},
"dependencies": {
"@astrojs/deno": "^0.2.0",
"@lagon/astro": "workspace:0.0.4"
"@lagon/astro": "workspace:*"
}
}
6 changes: 6 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/astro

## 0.1.0

### Minor Changes

- [#512](https://github.com/lagonapp/lagon/pull/512) [`56433f3`](https://github.com/lagonapp/lagon/commit/56433f3902b29fef2b9b0b4748f242988277ac6e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update to Astro v2

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/astro",
"version": "0.0.4",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
31 changes: 31 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @lagon/dashboard

## 0.2.0

### Minor Changes

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add permissions checks

* [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable account deletion & organization transfer with error message

### Patch Changes

- [#506](https://github.com/lagonapp/lagon/pull/506) [`9b6c8ca`](https://github.com/lagonapp/lagon/commit/9b6c8caaafb7fd6490002e4b4754956c8dfc68ae) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Restrict login to allowed emails

* [#507](https://github.com/lagonapp/lagon/pull/507) [`c169e95`](https://github.com/lagonapp/lagon/commit/c169e95d3d6cafce39aa32f2c69d9daa5947d69d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Split settings into General, Member, and Billing & Usage tabs

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix NaN errors on Function overview without stats

* [#493](https://github.com/lagonapp/lagon/pull/493) [`f15be2f`](https://github.com/lagonapp/lagon/commit/f15be2f4f568c0a42ab247104d8198d688a0413d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update default cron region to match the new regions format

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Organizations creation having required description (should be optional)

* [#493](https://github.com/lagonapp/lagon/pull/493) [`f15be2f`](https://github.com/lagonapp/lagon/commit/f15be2f4f568c0a42ab247104d8198d688a0413d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Hide functions/deployments links on Cron functions

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add documentation link in Header

* [#505](https://github.com/lagonapp/lagon/pull/505) [`4901dcf`](https://github.com/lagonapp/lagon/commit/4901dcf489e8c5f03badca980f908ab07345e90f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add subscriptions

- [#495](https://github.com/lagonapp/lagon/pull/495) [`c8349b7`](https://github.com/lagonapp/lagon/commit/c8349b75f4d84ca54643da799c3d05515daf6420) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add san-francisco-us-west and bangalore-ap-south regions

- Updated dependencies [[`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd), [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd), [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd)]:
- @lagon/ui@0.2.1

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"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.1.3

### Patch Changes

- [#486](https://github.com/lagonapp/lagon/pull/486) [`d5be717`](https://github.com/lagonapp/lagon/commit/d5be71752372260eeabe363e40b3e5b37a6a2d7c) Thanks [@renovate](https://github.com/apps/renovate)! - Add `FileReader``ProgressEvent` docs

* [#490](https://github.com/lagonapp/lagon/pull/490) [`9a67eb7`](https://github.com/lagonapp/lagon/commit/9a67eb77e5927eb6e0da296df7d9aeb02711a86f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Limit the number of `fetch()` calls to 20 per execution

- [#495](https://github.com/lagonapp/lagon/pull/495) [`c8349b7`](https://github.com/lagonapp/lagon/commit/c8349b75f4d84ca54643da799c3d05515daf6420) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add san-francisco-us-west and bangalore-ap-south regions

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

## 0.3.1

## 0.3.0

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

## 0.2.1

### Patch Changes

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Nav border width

* [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add missing target prop for Button with href

- [#487](https://github.com/lagonapp/lagon/pull/487) [`4ed9c5a`](https://github.com/lagonapp/lagon/commit/4ed9c5a89264f8adf0d34acb1b2a0b5102b971fd) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add an image prop to EmptyState

## 0.2.0

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

4 comments on commit 72b1ace

@vercel
Copy link

@vercel vercel bot commented on 72b1ace Jan 27, 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
ui.lagon.app
storybook-swart-eight.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 72b1ace Jan 27, 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
docs.lagon.app
lagon-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 72b1ace Jan 27, 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 72b1ace Jan 27, 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-lagon.vercel.app
www-git-main-lagon.vercel.app
lagon.app

Please sign in to comment.