Skip to content

Commit

Permalink
ci: release (#638)
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 Mar 12, 2023
1 parent 0f3bbc4 commit 49bef54
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-terms-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-elephants-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-papayas-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-rivers-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-seahorses-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-balloons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-comics-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-doors-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-tables-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-phones-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-boats-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-kiwis-thank.md

This file was deleted.

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

## 0.5.4

### Patch Changes

- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Create HashMap with_capacity to avoid reallocations

## 0.5.3

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

### Patch Changes

- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Create HashMap with_capacity to avoid reallocations

## 0.3.6

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

## 0.1.24

### Patch Changes

- [#648](https://github.com/lagonapp/lagon/pull/648) [`0a1dcce`](https://github.com/lagonapp/lagon/commit/0a1dcce63e90e38104b48f9957e4578996089d72) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix logs not streaming to Axiom

* [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use ThreadRng instead of creating a new StdRng every time

- [#663](https://github.com/lagonapp/lagon/pull/663) [`822db09`](https://github.com/lagonapp/lagon/commit/822db09957b439cf548dd5bac85e7325e6a468c8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use DashMap instead of RwLock<HashMap>

## 0.1.23

### 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.23",
"version": "0.1.24",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/dashboard

## 0.3.0

### Minor Changes

- [#657](https://github.com/lagonapp/lagon/pull/657) [`3116800`](https://github.com/lagonapp/lagon/commit/3116800f9af3b28fce8af558023e04d4c2a1742c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add organization members

### Patch Changes

- [#658](https://github.com/lagonapp/lagon/pull/658) [`ca78f3a`](https://github.com/lagonapp/lagon/commit/ca78f3a829f2fa34e02c9e5df0d22ca72e9f2386) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Disable Sign In button while loading

* [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update Montreal region to Beauharnois

## 0.2.3

### 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.2.3",
"version": "0.3.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.3.1

### Patch Changes

- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve documentation for deployments, static files, npm support

* [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sitemap

- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update Montreal region to Beauharnois

## 0.3.0

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

## 0.3.6

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

## 1.0.0

### Major Changes

- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Completely new website, with features overview, pricing page and blog

### Patch Changes

- [#645](https://github.com/lagonapp/lagon/pull/645) [`71a5916`](https://github.com/lagonapp/lagon/commit/71a59167df17706d731d76a300fc74196eacee80) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add meta theme-color

* [#639](https://github.com/lagonapp/lagon/pull/639) [`2b334be`](https://github.com/lagonapp/lagon/commit/2b334bebabff90fb3a5a9d0d473a26ea6498580d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix blurry logo

- [#251](https://github.com/lagonapp/lagon/pull/251) [`a3b73c6`](https://github.com/lagonapp/lagon/commit/a3b73c623136db5a4840e1d43138ecd96b66059e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add sitemap

## 0.1.3

### 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": "0.1.3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

3 comments on commit 49bef54

@vercel
Copy link

@vercel vercel bot commented on 49bef54 Mar 12, 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-git-main-lagon.vercel.app
www-lagon.vercel.app
lagon.app
lagon.dev

@vercel
Copy link

@vercel vercel bot commented on 49bef54 Mar 12, 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
dash.lagon.app
dashboard-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49bef54 Mar 12, 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.app
lagon-docs.vercel.app
docs-git-main-lagon.vercel.app
docs-lagon.vercel.app

Please sign in to comment.