Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3740

Merged
merged 1 commit into from Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-hounds-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-squids-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-grapes-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-bugs-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-nails-punch.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/astro-sst/CHANGELOG.md
@@ -1,5 +1,7 @@
# astro-sst

## 2.41.5

## 2.41.4

## 2.41.3
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-sst/package.json
@@ -1,7 +1,7 @@
{
"name": "astro-sst",
"description": "Adapter that allows Astro to deploy your site to AWS utilizing SST.",
"version": "2.41.4",
"version": "2.41.5",
"type": "module",
"license": "MIT",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions packages/console/CHANGELOG.md
@@ -1,5 +1,7 @@
# @sst/console

## 2.41.5

## 2.41.4

## 2.41.3
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
@@ -1,7 +1,7 @@
{
"name": "@sst/console",
"private": true,
"version": "2.41.4",
"version": "2.41.5",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-sst/CHANGELOG.md
@@ -1,5 +1,7 @@
# create-sst

## 2.41.5

## 2.41.4

## 2.41.3
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/package.json
@@ -1,6 +1,6 @@
{
"name": "create-sst",
"version": "2.41.4",
"version": "2.41.5",
"homepage": "https://sst.dev",
"description": "Create SST apps",
"main": "src/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/solid-start-sst/CHANGELOG.md
@@ -1,5 +1,7 @@
# solid-start-sst

## 2.41.5

## 2.41.4

## 2.41.3
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start-sst/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-start-sst",
"version": "2.41.4",
"version": "2.41.5",
"description": "Adapter for Solid apps to work on AWS Lambda and AWS Lambda@Edge.",
"main": "./index.mjs",
"types": "./index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/sst/CHANGELOG.md
@@ -1,5 +1,19 @@
# @serverless-stack/cli2

## 2.41.5

### Patch Changes

- [#3727](https://github.com/sst/sst/pull/3727) [`0acf9c68e`](https://github.com/sst/sst/commit/0acf9c68e9731755105899e20cad1fba1b118d3c) Thanks [@neilsaccardo](https://github.com/neilsaccardo)! - NextjsSite: update OpenNext version to 2.3.8

- [#3734](https://github.com/sst/sst/pull/3734) [`b2ecaeb23`](https://github.com/sst/sst/commit/b2ecaeb239f112c4493c3d03d15ca883c460f576) Thanks [@blair55](https://github.com/blair55)! - Function: add support for dotnet 8 runtime

- [#3745](https://github.com/sst/sst/pull/3745) [`3835298d2`](https://github.com/sst/sst/commit/3835298d24a0d5c00228ee6a3130e4b4c417e40d) Thanks [@gtdudu](https://github.com/gtdudu)! - RDS: support postgresql engines 14.10, 15.4 and 16.1

- [#3741](https://github.com/sst/sst/pull/3741) [`e3e15286c`](https://github.com/sst/sst/commit/e3e15286ca938f6812586d289bc534b62ec669bc) Thanks [@chrisdlangham](https://github.com/chrisdlangham)! - Function: logs errors to stdout for dotnet8

- [#3735](https://github.com/sst/sst/pull/3735) [`10c339b91`](https://github.com/sst/sst/commit/10c339b9113bf5561bc8bed540725230696f2387) Thanks [@ZacharySpilinek](https://github.com/ZacharySpilinek)! - NextjsSite: allow overriding error responses

## 2.41.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sst/package.json
Expand Up @@ -5,7 +5,7 @@
},
"sideEffects": false,
"name": "sst",
"version": "2.41.4",
"version": "2.41.5",
"bin": {
"sst": "cli/sst.js"
},
Expand Down Expand Up @@ -128,7 +128,7 @@
"@types/ws": "^8.5.3",
"@types/yargs": "^17.0.13",
"archiver": "^5.3.1",
"astro-sst": "2.41.4",
"astro-sst": "2.41.5",
"async": "^3.2.4",
"tsx": "^3.12.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/svelte-kit-sst/CHANGELOG.md
@@ -1,5 +1,7 @@
# svelte-kit-sst

## 2.41.5

## 2.41.4

## 2.41.3
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-kit-sst/package.json
@@ -1,7 +1,7 @@
{
"name": "svelte-kit-sst",
"description": "Adapter for SvelteKit apps to work on AWS Lambda and AWS Lambda@Edge.",
"version": "2.41.4",
"version": "2.41.5",
"type": "module",
"license": "MIT",
"author": {
Expand Down