Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release #638

Merged
merged 1 commit into from
Mar 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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