Skip to content

Commit

Permalink
ci: release (#621)
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 Feb 26, 2023
1 parent 72c78d1 commit 056aefa
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/clever-hairs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-tomatoes-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-years-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-ties-judge.md

This file was deleted.

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

## 0.5.2

### Patch Changes

- [#622](https://github.com/lagonapp/lagon/pull/622) [`c0cd90f`](https://github.com/lagonapp/lagon/commit/c0cd90fa08c4861def6196b6527af6cd9aa96ed5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support multiple request/response headers for set-cookie

* [#620](https://github.com/lagonapp/lagon/pull/620) [`82621bd`](https://github.com/lagonapp/lagon/commit/82621bdb09330febf1db7d5fc21ad70f184b7319) Thanks [@ming535](https://github.com/ming535)! - Allow parallel upload for assets in lagon deploy command.

## 0.5.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": "@lagon/cli",
"version": "0.5.1",
"version": "0.5.2",
"description": "CLI for Lagon",
"type": "module",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions crates/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lagon/runtime

## 0.3.5

### Patch Changes

- [#622](https://github.com/lagonapp/lagon/pull/622) [`c0cd90f`](https://github.com/lagonapp/lagon/commit/c0cd90fa08c4861def6196b6527af6cd9aa96ed5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support multiple request/response headers for set-cookie

* [#623](https://github.com/lagonapp/lagon/pull/623) [`72c78d1`](https://github.com/lagonapp/lagon/commit/72c78d18537cca86aa0106683dcd6ffb9bda1c3c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve objects creation speed

## 0.3.4

### Patch Changes
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.4",
"version": "0.3.5",
"description": "JavaScript Serverless Runtime for Lagon",
"private": true,
"scripts": {
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 @@
# @lagon/serverless

## 0.1.22

### Patch Changes

- [#622](https://github.com/lagonapp/lagon/pull/622) [`c0cd90f`](https://github.com/lagonapp/lagon/commit/c0cd90fa08c4861def6196b6527af6cd9aa96ed5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Support multiple request/response headers for set-cookie

## 0.1.21

### 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": "@lagon/serverless",
"version": "0.1.21",
"version": "0.1.22",
"description": "Serverless software using Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions crates/wpt-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/wpt-runner

## 0.1.2

### Patch Changes

- [#622](https://github.com/lagonapp/lagon/pull/622) [`c0cd90f`](https://github.com/lagonapp/lagon/commit/c0cd90fa08c4861def6196b6527af6cd9aa96ed5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve getSetCookie conformance

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/wpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lagon/wpt-runner",
"version": "0.1.1",
"version": "0.1.2",
"description": "web-platform-tests runner for Lagon Runtime",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/js-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lagon/js-runtime

## 0.3.5

### Patch Changes

- [#622](https://github.com/lagonapp/lagon/pull/622) [`c0cd90f`](https://github.com/lagonapp/lagon/commit/c0cd90fa08c4861def6196b6527af6cd9aa96ed5) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Improve getSetCookie conformance

## 0.3.4

### 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.4",
"version": "0.3.5",
"description": "JavaScript Runtime",
"private": true,
"type": "module",
Expand Down

1 comment on commit 056aefa

@vercel
Copy link

@vercel vercel bot commented on 056aefa Feb 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.