Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2023
1 parent 20e8c6d commit adc0b2a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-bananas-hug.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/astro-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# astro-sst

## 2.7.3

## 2.7.2

## 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-sst",
"description": "Adapter for Astro apps to work on AWS Lambda and AWS Lambda@Edge.",
"version": "2.7.2",
"version": "2.7.3",
"type": "module",
"license": "MIT",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @serverless-stack/console

## 2.7.3

## 2.7.2

## 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serverless-stack/console",
"private": true,
"version": "2.7.2",
"version": "2.7.3",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-sst

## 2.7.3

## 2.7.2

## 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sst",
"version": "2.7.2",
"version": "2.7.3",
"homepage": "https://serverless-stack.com",
"description": "Create Serverless Stack apps.",
"main": "src/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/solid-start-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# solid-start-sst

## 2.7.3

## 2.7.2

## 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-sst",
"version": "2.7.2",
"version": "2.7.3",
"description": "Adapter for Solid apps to work on AWS Lambda and AWS Lambda@Edge.",
"main": "./index.mjs",
"types": "./index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @serverless-stack/cli2

## 2.7.3

### Patch Changes

- [`42ab9acb`](https://github.com/serverless-stack/sst/commit/42ab9acbee06ade79774c2d1b3f58a78e2f62a7f) Thanks [@fwang](https://github.com/fwang)! - Function: handle Rate Exceeded error setting log retention

## 2.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"sideEffects": false,
"name": "sst",
"version": "2.7.2",
"version": "2.7.3",
"bin": {
"sst": "cli/sst.js"
},
Expand Down

0 comments on commit adc0b2a

Please sign in to comment.