Skip to content

Commit

Permalink
ci: release (#35)
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
anbraten and github-actions[bot] authored Jul 5, 2024
1 parent 11c504c commit 44c112e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-bees-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-snakes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-rice-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ants-march.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 @@
# @lagoss/cli

## 0.10.0

### Minor Changes

- [#26](https://github.com/lagossapp/lagoss/pull/26) [`11c504c`](https://github.com/lagossapp/lagoss/commit/11c504c83185c9b1bea3dc0097bfa7f9276e9148) Thanks [@anbraten](https://github.com/anbraten)! - Skip downloading cli if requested version is already installed and migrate cli code to typescript.

## 0.9.1

### 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": "@lagoss/cli",
"version": "0.9.1",
"version": "0.10.0",
"description": "CLI for Lagoss",
"type": "module",
"files": [
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 @@
# @lagoss/dashboard

## 0.6.0

### Minor Changes

- [#29](https://github.com/lagossapp/lagoss/pull/29) [`1d06a2d`](https://github.com/lagossapp/lagoss/commit/1d06a2de406a6b12ef0746430d938a803cd5722e) Thanks [@anbraten](https://github.com/anbraten)! - do not bundle config vars to allow changing with docker env

### Patch Changes

- [#36](https://github.com/lagossapp/lagoss/pull/36) [`a68e021`](https://github.com/lagossapp/lagoss/commit/a68e021ef2ef5816ccb935b85af0c5a54cb522b2) Thanks [@anbraten](https://github.com/anbraten)! - Simplify stripe integration

- [#33](https://github.com/lagossapp/lagoss/pull/33) [`09697a4`](https://github.com/lagossapp/lagoss/commit/09697a4bca46f301eff4886fae07765b072c101c) Thanks [@anbraten](https://github.com/anbraten)! - Remove posthog integration

## 0.5.0

### Minor 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": "@lagoss/dashboard",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 44c112e

Please sign in to comment.