Skip to content

Commit

Permalink
ci: release (#350)
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 11, 2022
1 parent 361a8d6 commit 1d454b4
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-beds-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-spoons-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-tips-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-jokes-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-points-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-timers-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-flowers-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-oranges-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-planes-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-dogs-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-crabs-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-ties-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-mangos-perform.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.2

### Patch Changes

- [#365](https://github.com/lagonapp/lagon/pull/365) [`c6dec43`](https://github.com/lagonapp/lagon/commit/c6dec4316bf6c2e155a7b244c0b74842f0b3527e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add --allow-code-generation flag to dev command

## 0.4.1

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

## 0.0.10

### Patch Changes

- [#351](https://github.com/lagonapp/lagon/pull/351) [`b23f359`](https://github.com/lagonapp/lagon/commit/b23f359f13fee4e6473d581843b36054fcc3673a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use query instead of queryLegacy for axiom

* [#371](https://github.com/lagonapp/lagon/pull/371) [`33f9698`](https://github.com/lagonapp/lagon/commit/33f96983d63109918675256e5e23a649c2483ed2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Axiom logs sorting by \_time instead of time

* Updated dependencies [[`baae7ce`](https://github.com/lagonapp/lagon/commit/baae7ce981b31f0d97946d435cb859a609b7dd20), [`951cbd1`](https://github.com/lagonapp/lagon/commit/951cbd1c9204dcb4d54581fa6eb29108f40b4255), [`1e0134d`](https://github.com/lagonapp/lagon/commit/1e0134d93808caaa5387905d0fb2bded64ed31e1), [`33f9698`](https://github.com/lagonapp/lagon/commit/33f96983d63109918675256e5e23a649c2483ed2)]:
- @lagon/ui@0.2.0

## 0.0.9

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

## 0.0.6

### Patch Changes

- [#357](https://github.com/lagonapp/lagon/pull/357) [`4e1372c`](https://github.com/lagonapp/lagon/commit/4e1372ccac668570202b39a53e218151499cb0a7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve contributing guidelines

* [#365](https://github.com/lagonapp/lagon/pull/365) [`c6dec43`](https://github.com/lagonapp/lagon/commit/c6dec4316bf6c2e155a7b244c0b74842f0b3527e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add --allow-code-generation docs for lagon dev

## 0.0.5

### 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.0.5",
"version": "0.0.6",
"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.10

### Patch Changes

- [#365](https://github.com/lagonapp/lagon/pull/365) [`c6dec43`](https://github.com/lagonapp/lagon/commit/c6dec4316bf6c2e155a7b244c0b74842f0b3527e) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Configurable code generation

## 0.1.9

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

## 0.1.12

### Patch Changes

- [#354](https://github.com/lagonapp/lagon/pull/354) [`2b0b265`](https://github.com/lagonapp/lagon/commit/2b0b265ce4657db96728e5a9c82eddefa4801bc9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add LAGON_LISTEN_ADDR and PROMETHEUS_LISTEN_ADDR env variables

* [#353](https://github.com/lagonapp/lagon/pull/353) [`2bf63f3`](https://github.com/lagonapp/lagon/commit/2bf63f37dd92fdb99a173af5b49033a23456f4b4) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Don't use a .env file on release builds

- [#363](https://github.com/lagonapp/lagon/pull/363) [`04afb96`](https://github.com/lagonapp/lagon/commit/04afb9616bbffaa4e0ac5e1c5fcd2e0724b02713) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add more metrics

## 0.1.11

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

## 0.2.0

### Minor Changes

- [#356](https://github.com/lagonapp/lagon/pull/356) [`baae7ce`](https://github.com/lagonapp/lagon/commit/baae7ce981b31f0d97946d435cb859a609b7dd20) Thanks [@Jighdan](https://github.com/Jighdan)! - Deprecating useTailwind in favor of class-variance-authority

* [#355](https://github.com/lagonapp/lagon/pull/355) [`951cbd1`](https://github.com/lagonapp/lagon/commit/951cbd1c9204dcb4d54581fa6eb29108f40b4255) Thanks [@Jighdan](https://github.com/Jighdan)! - Fixing typo in ui/Form

- [#349](https://github.com/lagonapp/lagon/pull/349) [`1e0134d`](https://github.com/lagonapp/lagon/commit/1e0134d93808caaa5387905d0fb2bded64ed31e1) Thanks [@asharonbaltazar](https://github.com/asharonbaltazar)! - - Replace Headless.ui Menu with Radix UI Menu
- Modify Menu component styles
- Configure NextRouter for Storybook

### Patch Changes

- [#371](https://github.com/lagonapp/lagon/pull/371) [`33f9698`](https://github.com/lagonapp/lagon/commit/33f96983d63109918675256e5e23a649c2483ed2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix styling of Button when having an href
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.1.0",
"version": "0.2.0",
"description": "Lagon Design System",
"private": true,
"main": "src/index.ts",
Expand Down

3 comments on commit 1d454b4

@vercel
Copy link

@vercel vercel bot commented on 1d454b4 Dec 11, 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/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 1d454b4 Dec 11, 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:

docs – ./packages/docs

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

@vercel
Copy link

@vercel vercel bot commented on 1d454b4 Dec 11, 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

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

Please sign in to comment.