Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2023
1 parent 0a64b68 commit bb514ca
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-bees-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-adults-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pears-film.md

This file was deleted.

6 changes: 6 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/runtime

## 0.3.17

### Patch Changes

- [#938](https://github.com/lagonapp/lagon/pull/938) [`0a64b68`](https://github.com/lagonapp/lagon/commit/0a64b68b3616fe70d099af6eb5df8a1a9e7093d2) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Forward X-Lagon-Id header

## 0.3.16

## 0.3.15
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.3.16",
"version": "0.3.17",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
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.11

### Patch Changes

- [#936](https://github.com/lagonapp/lagon/pull/936) [`b996b23`](https://github.com/lagonapp/lagon/commit/b996b234d9fe36dad6e68c0825705970ddfa2d7a) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix Stripe subscription

## 0.3.10

### 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.10",
"version": "0.3.11",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 2 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lagon/js-runtime

## 0.3.17

## 0.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/js-runtime",
"version": "0.3.16",
"version": "0.3.17",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/www

## 1.1.5

### Patch Changes

- [#933](https://github.com/lagonapp/lagon/pull/933) [`087dfaa`](https://github.com/lagonapp/lagon/commit/087dfaa972a1db308527549407faa9abcfaf1e4c) Thanks [@xanderbarkhatov](https://github.com/xanderbarkhatov)! - Decrease nav gap on smaller screens

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/www",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit bb514ca

Please sign in to comment.