Skip to content

Commit

Permalink
ci: release (#25)
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 Jun 18, 2024
1 parent 5036840 commit 50e473b
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-pigs-sing.md

This file was deleted.

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

This file was deleted.

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.0

### Minor Changes

- [#30](https://github.com/lagossapp/lagoss/pull/30) [`5036840`](https://github.com/lagossapp/lagoss/commit/5036840b66f8d380e4f35e6f044054a86672da6f) Thanks [@anbraten](https://github.com/anbraten)! - Load deployments using api

## 0.3.1

### 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.3.1",
"version": "0.4.0",
"description": "Serverless software using Lagoss Runtime",
"private": true,
"scripts": {
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 @@
# @lagoss/dashboard

## 0.5.0

### Minor Changes

- [#30](https://github.com/lagossapp/lagoss/pull/30) [`5036840`](https://github.com/lagossapp/lagoss/commit/5036840b66f8d380e4f35e6f044054a86672da6f) Thanks [@anbraten](https://github.com/anbraten)! - Load deployments using api

### Patch Changes

- Updated dependencies [[`b475ca4`](https://github.com/lagossapp/lagoss/commit/b475ca4a93690dd88a36a4f9c240d6ab3df1ff08)]:
- @lagoss/ui@0.4.0

## 0.4.1

### 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": "@lagoss/dashboard",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagoss/docs

## 1.1.2

### Patch Changes

- [#30](https://github.com/lagossapp/lagoss/pull/30) [`5036840`](https://github.com/lagossapp/lagoss/commit/5036840b66f8d380e4f35e6f044054a86672da6f) Thanks [@anbraten](https://github.com/anbraten)! - Load deployments using api

## 1.1.1

### 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": "@lagoss/docs",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagoss/ui

## 0.4.0

### Minor Changes

- [#12](https://github.com/lagossapp/lagoss/pull/12) [`b475ca4`](https://github.com/lagossapp/lagoss/commit/b475ca4a93690dd88a36a4f9c240d6ab3df1ff08) Thanks [@anbraten](https://github.com/anbraten)! - Updated docs to vitepress, added self-hosting instructions and adjusted README

## 0.3.1

### Patch Changes
Expand Down
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": "@lagoss/ui",
"version": "0.3.1",
"version": "0.4.0",
"description": "Lagoss Design System",
"private": true,
"main": "src/index.ts",
Expand Down

0 comments on commit 50e473b

Please sign in to comment.