Skip to content

Commit 308ae79

Browse files
ci: release (#994)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cfe19e6 commit 308ae79

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/brown-pens-scream.md

-5
This file was deleted.

.changeset/great-teachers-draw.md

-5
This file was deleted.

crates/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lagon/cli
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.7.6
410

511
### Patch Changes

crates/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lagon/cli",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "CLI for Lagon",
55
"type": "module",
66
"files": [

packages/dashboard/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lagon/dashboard
22

3+
## 0.3.13
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.3.12
410

511
### Patch Changes

packages/dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lagon/dashboard",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)