Skip to content

Commit

Permalink
ci: release (#321)
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 Dec 3, 2022
1 parent b738aec commit 2cb370b
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-mangos-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-peaches-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-hairs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-ladybugs-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-kids-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-seals-approve.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [#340](https://github.com/lagonapp/lagon/pull/340) [`75eac5d`](https://github.com/lagonapp/lagon/commit/75eac5d096a08d91334b8bc7fb345cd9a8de4ff4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix some commands returning an error due to wrong parsing

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "CLI for Lagon",
"type": "module",
"files": [
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.0.9

### Patch Changes

- [#340](https://github.com/lagonapp/lagon/pull/340) [`75eac5d`](https://github.com/lagonapp/lagon/commit/75eac5d096a08d91334b8bc7fb345cd9a8de4ff4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow promoting deployments for functions without a production deployment

* [#323](https://github.com/lagonapp/lagon/pull/323) [`dd3d74a`](https://github.com/lagonapp/lagon/commit/dd3d74af202840ec101f131fbf9916fef9e0a182) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Log tRPC errors to console + clean code

## 0.0.8

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

## 0.1.9

### Patch Changes

- [#320](https://github.com/lagonapp/lagon/pull/320) [`f866de4`](https://github.com/lagonapp/lagon/commit/f866de4351f7b62389777c03267d1207e6b4d36b) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use macros for Rust <-> JS bindings

## 0.1.8

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

## 0.1.11

### Patch Changes

- [#335](https://github.com/lagonapp/lagon/pull/335) [`e10aabe`](https://github.com/lagonapp/lagon/commit/e10aabee456fa54892507f9b4407b66faee450d3) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve performances by not spawning a thread on each request

* [#329](https://github.com/lagonapp/lagon/pull/329) [`e24d381`](https://github.com/lagonapp/lagon/commit/e24d3811ef6b54d8c343edc26697713bdd4b2985) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve logs

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.10",
"version": "0.1.11",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

2 comments on commit 2cb370b

@vercel
Copy link

@vercel vercel bot commented on 2cb370b Dec 3, 2022

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

dash.lagon.app
dashboard-lagon.vercel.app
dashboard-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2cb370b Dec 3, 2022

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/dashboard

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

Please sign in to comment.