Skip to content

Commit

Permalink
Version Packages (#3712)
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 1071459 commit 36a6f6a
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-windows-visit.md

This file was deleted.

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

## 2.41.2

## 2.41.1

## 2.41.0
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.1",
"version": "2.41.2",
"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.2

## 2.41.1

## 2.41.0
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
@@ -1,7 +1,7 @@
{
"name": "@sst/console",
"private": true,
"version": "2.41.1",
"version": "2.41.2",
"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.2

## 2.41.1

## 2.41.0
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/package.json
@@ -1,6 +1,6 @@
{
"name": "create-sst",
"version": "2.41.1",
"version": "2.41.2",
"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.2

## 2.41.1

## 2.41.0
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.1",
"version": "2.41.2",
"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
@@ -1,5 +1,11 @@
# @serverless-stack/cli2

## 2.41.2

### Patch Changes

- [`0ddcd3210`](https://github.com/sst/sst/commit/0ddcd3210900dd96f531676069d0f72e874c0d80) Thanks [@fwang](https://github.com/fwang)! - Service: support customizing ALB listener

## 2.41.1

### 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.1",
"version": "2.41.2",
"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.1",
"astro-sst": "2.41.2",
"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.2

## 2.41.1

## 2.41.0
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.1",
"version": "2.41.2",
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 36a6f6a

Please sign in to comment.