Skip to content

Commit

Permalink
ci: release (#994)
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 27, 2023
1 parent cfe19e6 commit 308ae79
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-pens-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-teachers-draw.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.7.7

### Patch Changes

- [#997](https://github.com/lagonapp/lagon/pull/997) [`cfe19e6`](https://github.com/lagonapp/lagon/commit/cfe19e6d2b763b0ac46dd7ed4f15f8ab16a2a1f0) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix assets path delimiter on Windows

## 0.7.6

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

## 0.3.13

### Patch Changes

- [#993](https://github.com/lagonapp/lagon/pull/993) [`ec8d4f9`](https://github.com/lagonapp/lagon/commit/ec8d4f93efd382b0e825e12d882352d22a25a406) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Use the token's selected organization when the provided id is empty

## 0.3.12

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

1 comment on commit 308ae79

@vercel
Copy link

@vercel vercel bot commented on 308ae79 Jun 27, 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
dashboard-git-main-lagon.vercel.app
dash.lagon.app

Please sign in to comment.