Skip to content

Commit

Permalink
ci: release (#203)
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
QuiiBz and github-actions[bot] authored Oct 25, 2022
1 parent 5fe9e73 commit 1f22abf
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 51 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-peas-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-cooks-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-moons-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-pots-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-comics-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-ligers-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-rivers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rocks-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-pillows-lick.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lagon/cli

## 0.3.2

### Patch Changes

- [#204](https://github.com/lagonapp/lagon/pull/204) [`f95dbe4`](https://github.com/lagonapp/lagon/commit/f95dbe41212f020a2fafe2ba072ae137cce67ff8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix subsequent requests when streaming response

* [#212](https://github.com/lagonapp/lagon/pull/212) [`5fe9e73`](https://github.com/lagonapp/lagon/commit/5fe9e73bc115e46b74135de269dae43243594124) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Notify for new release

- [#202](https://github.com/lagonapp/lagon/pull/202) [`b7ee4db`](https://github.com/lagonapp/lagon/commit/b7ee4db186c1aaa824168c85c2f0174b27123024) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Open the configured URL on login

* [#212](https://github.com/lagonapp/lagon/pull/212) [`5fe9e73`](https://github.com/lagonapp/lagon/commit/5fe9e73bc115e46b74135de269dae43243594124) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Show correct version with --version

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lagon/js-runtime

## 0.1.3

### Patch Changes

- [#207](https://github.com/lagonapp/lagon/pull/207) [`fed1446`](https://github.com/lagonapp/lagon/commit/fed1446326217aa8a6a50bf2a88b0a965986ac37) Thanks [@QuiiBz](https://github.com/QuiiBz)! - printf-like formatting for console.\*

* [#210](https://github.com/lagonapp/lagon/pull/210) [`763ac50`](https://github.com/lagonapp/lagon/commit/763ac5061c47cef18b27ad56239bbfb3da7c12bf) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add core for Lagon globally shared utilities

- [#206](https://github.com/lagonapp/lagon/pull/206) [`71d72f5`](https://github.com/lagonapp/lagon/commit/71d72f54b8a3ee0bf986e7e563eff3ef9bfef360) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `arrayBuffer()` method to `Response`

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/runtime

## 0.1.5

### Patch Changes

- [#205](https://github.com/lagonapp/lagon/pull/205) [`8c01399`](https://github.com/lagonapp/lagon/commit/8c013995536fca105703e8a937c8040798196e6f) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Handle fetch errors

* [#206](https://github.com/lagonapp/lagon/pull/206) [`71d72f5`](https://github.com/lagonapp/lagon/commit/71d72f54b8a3ee0bf986e7e563eff3ef9bfef360) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `arrayBuffer()` method to `Response`

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/runtime",
"version": "0.1.4",
"version": "0.1.5",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/serverless

## 0.1.5

### Patch Changes

- [#204](https://github.com/lagonapp/lagon/pull/204) [`f95dbe4`](https://github.com/lagonapp/lagon/commit/f95dbe41212f020a2fafe2ba072ae137cce67ff8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix subsequent requests when streaming response

* [#204](https://github.com/lagonapp/lagon/pull/204) [`f95dbe4`](https://github.com/lagonapp/lagon/commit/f95dbe41212f020a2fafe2ba072ae137cce67ff8) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Correctly resolve stream bytes

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/serverless",
"version": "0.1.4",
"version": "0.1.5",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down

0 comments on commit 1f22abf

Please sign in to comment.