Skip to content

Commit

Permalink
Version Packages (#3751)
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
github-actions[bot] and github-actions[bot] committed May 18, 2024
1 parent 7026c46 commit ccf9f41
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-laws-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-carrots-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-bears-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-camels-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-starfishes-relax.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.42.0

## 2.41.5

## 2.41.4
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.41.5",
"version": "2.42.0",
"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.42.0

## 2.41.5

## 2.41.4
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.41.5",
"version": "2.42.0",
"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.42.0

## 2.41.5

## 2.41.4
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.41.5",
"version": "2.42.0",
"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.42.0

## 2.41.5

## 2.41.4
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.41.5",
"version": "2.42.0",
"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.42.0

### Minor Changes

- [#3764](https://github.com/sst/sst/pull/3764) [`3c62d50b7`](https://github.com/sst/sst/commit/3c62d50b79daa22d1fd1d4c4e160d506f18d3c0f) Thanks [@berenddeboer](https://github.com/berenddeboer)! - chore: update aws-cdk-lib to 2.142.1 from 2.132.1.

### Patch Changes

- [#3722](https://github.com/sst/sst/pull/3722) [`6f8fb48f2`](https://github.com/sst/sst/commit/6f8fb48f2b6dd195a732114abf33bd4e9f68439f) Thanks [@adrianisk](https://github.com/adrianisk)! - Fix cacheTo Function/container prop

- [#3729](https://github.com/sst/sst/pull/3729) [`7026c46db`](https://github.com/sst/sst/commit/7026c46dbbedcc3f2936db4002644a56704ef47c) Thanks [@jamesgibbons92](https://github.com/jamesgibbons92)! - [Function]: Update go runtime

- [#3759](https://github.com/sst/sst/pull/3759) [`b51f1fb75`](https://github.com/sst/sst/commit/b51f1fb75901353537d5e34cd8a3b3f99c08ba04) Thanks [@adminCitify](https://github.com/adminCitify)! - RDS: support postgresql13.12

- [#3762](https://github.com/sst/sst/pull/3762) [`17069475e`](https://github.com/sst/sst/commit/17069475e073eb117327a27a6712e164d5fe64c2) Thanks [@lostra01](https://github.com/lostra01)! - Proxy issuer calls to avoid timeouts on unused auth adapters

## 2.41.5

### 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.41.5",
"version": "2.42.0",
"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.5",
"astro-sst": "2.42.0",
"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.42.0

## 2.41.5

## 2.41.4
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.41.5",
"version": "2.42.0",
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit ccf9f41

Please sign in to comment.