Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-kiwis-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-mirrors-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-deers-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-queens-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-garlics-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-houses-explain.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.43.5

## 2.43.4

## 2.43.3
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 that allows Astro to deploy your site to AWS utilizing SST.",
"version": "2.43.4",
"version": "2.43.5",
"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 @@
# @sst/console

## 2.43.5

## 2.43.4

## 2.43.3
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": "@sst/console",
"private": true,
"version": "2.43.4",
"version": "2.43.5",
"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.43.5

## 2.43.4

## 2.43.3
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.43.4",
"version": "2.43.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# solid-start-sst

## 2.43.5

## 2.43.4

## 2.43.3
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.43.4",
"version": "2.43.5",
"description": "Adapter for Solid apps to work on AWS Lambda and AWS Lambda@Edge.",
"main": "./index.mjs",
"types": "./index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @serverless-stack/cli2

## 2.43.5

### Patch Changes

- [#3829](https://github.com/sst/sst/pull/3829) [`9c52c86c`](https://github.com/sst/sst/commit/9c52c86c4daf4321360002327a6773b039c11e22) Thanks [@scarperharper](https://github.com/scarperharper)! - SsrSite: fix query params with no values should be strings

- [#3803](https://github.com/sst/sst/pull/3803) [`1c542ab8`](https://github.com/sst/sst/commit/1c542ab86ca67d5ce8402f4a884473c76f015b2f) Thanks [@JacksonBowe](https://github.com/JacksonBowe)! - fix: fix dockerfile build commands for python 3.12

- [#3815](https://github.com/sst/sst/pull/3815) [`b4119671`](https://github.com/sst/sst/commit/b4119671bb1e99dc22917ef88f493d5855cb58e1) Thanks [@mattzcarey](https://github.com/mattzcarey)! - SSTBootstrap: Add description to bootstrap stack

- [#3799](https://github.com/sst/sst/pull/3799) [`baa633cd`](https://github.com/sst/sst/commit/baa633cd687e0e87f3a5ba86070c785d70b8510e) Thanks [@blair55](https://github.com/blair55)! - enhancement: make magic link expiry configurable

- [#3779](https://github.com/sst/sst/pull/3779) [`04717fb1`](https://github.com/sst/sst/commit/04717fb1ca51d272811bfc8a8a30f8271528f3d8) Thanks [@omikader](https://github.com/omikader)! - misc(rds): expose migration methods

- [#3794](https://github.com/sst/sst/pull/3794) [`436f2aa3`](https://github.com/sst/sst/commit/436f2aa393a056f4249e78829ac3ce45dd4330da) Thanks [@gronxb](https://github.com/gronxb)! - fix: support npm versions 10 and above

## 2.43.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.43.4",
"version": "2.43.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.43.4",
"astro-sst": "2.43.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# svelte-kit-sst

## 2.43.5

## 2.43.4

## 2.43.3
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-kit-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-kit-sst",
"description": "Adapter for SvelteKit apps to work on AWS Lambda and AWS Lambda@Edge.",
"version": "2.43.4",
"version": "2.43.5",
"type": "module",
"license": "MIT",
"author": {
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 @@
# @serverless-stack/docs

## 2.11.3

### Patch Changes

- [#3815](https://github.com/sst/sst/pull/3815) [`b4119671`](https://github.com/sst/sst/commit/b4119671bb1e99dc22917ef88f493d5855cb58e1) Thanks [@mattzcarey](https://github.com/mattzcarey)! - SSTBootstrap: Add description to bootstrap stack

## 2.11.2

### 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": "@sst/docs",
"version": "2.11.2",
"version": "2.11.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down