Skip to content

Commit

Permalink
Version Packages (#3708)
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 Mar 14, 2024
1 parent 533caae commit f42571e
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-chairs-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-plants-yell.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.40.8

## 2.40.7

## 2.40.6
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.40.7",
"version": "2.40.8",
"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.40.8

## 2.40.7

## 2.40.6
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.40.7",
"version": "2.40.8",
"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.40.8

## 2.40.7

## 2.40.6
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.40.7",
"version": "2.40.8",
"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.40.8

## 2.40.7

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

## 2.40.8

### Patch Changes

- [#3700](https://github.com/sst/sst/pull/3700) [`df8866bad`](https://github.com/sst/sst/commit/df8866bad57d9f243a066b929125abf99aabbc9d) Thanks [@sommeeeer](https://github.com/sommeeeer)! - NextjsSite: update to OpenNext 2.3.7

- [#3692](https://github.com/sst/sst/pull/3692) [`533caaeaa`](https://github.com/sst/sst/commit/533caaeaaa2b1def8e312efe0fa9a7734076d43a) Thanks [@zxan1285](https://github.com/zxan1285)! - Service: support using existing ECS Cluster

## 2.40.7

### 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.40.7",
"version": "2.40.8",
"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.40.7",
"astro-sst": "2.40.8",
"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.40.8

## 2.40.7

## 2.40.6
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.40.7",
"version": "2.40.8",
"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.2

### Patch Changes

- [#3692](https://github.com/sst/sst/pull/3692) [`533caaeaa`](https://github.com/sst/sst/commit/533caaeaaa2b1def8e312efe0fa9a7734076d43a) Thanks [@zxan1285](https://github.com/zxan1285)! - Service: support using existing ECS Cluster

## 2.11.1

### 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.1",
"version": "2.11.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit f42571e

Please sign in to comment.