Skip to content

Commit

Permalink
ci: release (#898)
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 3, 2023
1 parent 10d4086 commit 38faebf
Show file tree
Hide file tree
Showing 34 changed files with 95 additions and 95 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-lobsters-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pumpkins-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-plants-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-apricots-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-rabbits-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-readers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-geckos-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ducks-learn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-cherries-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-otters-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-trains-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-insects-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-oranges-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-yaks-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-lies-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-panthers-remember.md

This file was deleted.

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

## 0.7.3

### Patch Changes

- [#907](https://github.com/lagonapp/lagon/pull/907) [`6a593cb`](https://github.com/lagonapp/lagon/commit/6a593cbc3b1a853a6b2170a8d1d696ddf0e101d6) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reduce loading animation ticks

- [#835](https://github.com/lagonapp/lagon/pull/835) [`12ff778`](https://github.com/lagonapp/lagon/commit/12ff77821b74bffc483a216c46053e270ddde64a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve implementation of Headers, Request, Response and URLSearchParams

## 0.7.2

### 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.2",
"version": "0.7.3",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lagon/runtime

## 0.3.15

## 0.3.14

### 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.14",
"version": "0.3.15",
"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.0

### Minor Changes

- [#873](https://github.com/lagonapp/lagon/pull/873) [`dd2b64e`](https://github.com/lagonapp/lagon/commit/dd2b64ef9cff03c079af60faf6e22c708d5aa78e) Thanks [@anbraten](https://github.com/anbraten)! - Release container image

### Patch Changes

- [#835](https://github.com/lagonapp/lagon/pull/835) [`12ff778`](https://github.com/lagonapp/lagon/commit/12ff77821b74bffc483a216c46053e270ddde64a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve implementation of Headers, Request, Response and URLSearchParams

- [#907](https://github.com/lagonapp/lagon/pull/907) [`6a593cb`](https://github.com/lagonapp/lagon/commit/6a593cbc3b1a853a6b2170a8d1d696ddf0e101d6) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix logs time-to-live

- [#920](https://github.com/lagonapp/lagon/pull/920) [`10d4086`](https://github.com/lagonapp/lagon/commit/10d40869d96f1d4ee590d5144a36941aee8d6b71) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Cron Functions

- [#915](https://github.com/lagonapp/lagon/pull/915) [`f05147b`](https://github.com/lagonapp/lagon/commit/f05147b663e788c04680d76a1ce8a7c9a0f87959) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace assets table with a json column

## 0.1.33

### 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.33",
"version": "0.2.0",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions crates/wpt-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/wpt-runner

## 0.1.5

### Patch Changes

- [#835](https://github.com/lagonapp/lagon/pull/835) [`12ff778`](https://github.com/lagonapp/lagon/commit/12ff77821b74bffc483a216c46053e270ddde64a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add not completed tests to results

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/wpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/wpt-runner",
"version": "0.1.4",
"version": "0.1.5",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/sidra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lagon/example-sidra

## 1.0.0

### Major Changes

- [#914](https://github.com/lagonapp/lagon/pull/914) [`00b30bc`](https://github.com/lagonapp/lagon/commit/00b30bcac6176d99a3f0f009e7d21288f8eea126) Thanks [@barbarbar338](https://github.com/barbarbar338)! - Add Sidra example.
2 changes: 1 addition & 1 deletion examples/sidra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/example-sidra",
"version": "0.1.0",
"version": "1.0.0",
"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.9

### Patch Changes

- [#901](https://github.com/lagonapp/lagon/pull/901) [`3869782`](https://github.com/lagonapp/lagon/commit/38697826a3cc86fb759b281f2428e21976ef5590) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Close modals when submitting without any error

- [#899](https://github.com/lagonapp/lagon/pull/899) [`be0dded`](https://github.com/lagonapp/lagon/commit/be0ddedb0e00da72304360a0647225dc4ff4b204) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve custom domains UX

- [#920](https://github.com/lagonapp/lagon/pull/920) [`10d4086`](https://github.com/lagonapp/lagon/commit/10d40869d96f1d4ee590d5144a36941aee8d6b71) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add links to documentation in Function settings

- [#907](https://github.com/lagonapp/lagon/pull/907) [`6a593cb`](https://github.com/lagonapp/lagon/commit/6a593cbc3b1a853a6b2170a8d1d696ddf0e101d6) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix domain status when proxied through Cloudflare

- [#920](https://github.com/lagonapp/lagon/pull/920) [`10d4086`](https://github.com/lagonapp/lagon/commit/10d40869d96f1d4ee590d5144a36941aee8d6b71) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Cron Functions

- [#913](https://github.com/lagonapp/lagon/pull/913) [`9753db2`](https://github.com/lagonapp/lagon/commit/9753db24762c750ef49a749721c702698c447e2f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow deleting a Function with existing environment variables

- [#915](https://github.com/lagonapp/lagon/pull/915) [`f05147b`](https://github.com/lagonapp/lagon/commit/f05147b663e788c04680d76a1ce8a7c9a0f87959) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Replace assets table with a json column

- Updated dependencies [[`be0dded`](https://github.com/lagonapp/lagon/commit/be0ddedb0e00da72304360a0647225dc4ff4b204)]:
- @lagon/ui@0.2.4

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

## 1.0.0

### Major Changes

- [#914](https://github.com/lagonapp/lagon/pull/914) [`00b30bc`](https://github.com/lagonapp/lagon/commit/00b30bcac6176d99a3f0f009e7d21288f8eea126) Thanks [@barbarbar338](https://github.com/barbarbar338)! - Add Sidra example.

### Patch Changes

- [#872](https://github.com/lagonapp/lagon/pull/872) [`a90e9e9`](https://github.com/lagonapp/lagon/commit/a90e9e971d3b9288bc6a40d098aa4552fa86307c) Thanks [@anbraten](https://github.com/anbraten)! - Update contributing environment variables setup

- [#920](https://github.com/lagonapp/lagon/pull/920) [`10d4086`](https://github.com/lagonapp/lagon/commit/10d40869d96f1d4ee590d5144a36941aee8d6b71) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Cron Functions

- [#899](https://github.com/lagonapp/lagon/pull/899) [`be0dded`](https://github.com/lagonapp/lagon/commit/be0ddedb0e00da72304360a0647225dc4ff4b204) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Update custom domains documentation

## 0.3.10

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

## 0.3.15

### Patch Changes

- [#835](https://github.com/lagonapp/lagon/pull/835) [`12ff778`](https://github.com/lagonapp/lagon/commit/12ff77821b74bffc483a216c46053e270ddde64a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve implementation of Headers, Request, Response and URLSearchParams

## 0.3.14

### 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.14",
"version": "0.3.15",
"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.4

### Patch Changes

- [#899](https://github.com/lagonapp/lagon/pull/899) [`be0dded`](https://github.com/lagonapp/lagon/commit/be0ddedb0e00da72304360a0647225dc4ff4b204) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add Copiable component

## 0.2.3

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

3 comments on commit 38faebf

@vercel
Copy link

@vercel vercel bot commented on 38faebf Jun 3, 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
ui.lagon.app
storybook-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 38faebf Jun 3, 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

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

@vercel
Copy link

@vercel vercel bot commented on 38faebf Jun 3, 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

lagon-docs.vercel.app
docs-git-main-lagon.vercel.app
docs-lagon.vercel.app
docs.lagon.app

Please sign in to comment.