Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hip-beds-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-dragons-tease.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.2

### Patch Changes

- [#47](https://github.com/lagossapp/lagoss/pull/47) [`b25dee2`](https://github.com/lagossapp/lagoss/commit/b25dee2ad14bbfbca0ee53e6432e2ebe643570b2) Thanks [@anbraten](https://github.com/anbraten)! - Fixes the installation of the cli

## 0.10.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.10.1",
"version": "0.10.2",
"description": "CLI for Lagoss",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions crates/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagoss/serverless

## 0.4.4

### Patch Changes

- [#48](https://github.com/lagossapp/lagoss/pull/48) [`b8024e4`](https://github.com/lagossapp/lagoss/commit/b8024e40431b1e34ef340f59d9cc21f2ed33dc40) Thanks [@anbraten](https://github.com/anbraten)! - Update logging

## 0.4.3

### 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": "@lagoss/serverless",
"version": "0.4.3",
"version": "0.4.4",
"description": "Serverless software using Lagoss Runtime",
"private": true,
"scripts": {
Expand Down
Loading