Skip to content

Commit

Permalink
Version Packages (#3667)
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 Feb 29, 2024
1 parent f818a1a commit d87edd9
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-rockets-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-apes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cougars-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-experts-sing.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.4

## 2.40.3

## 2.40.2
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.3",
"version": "2.40.4",
"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.4

## 2.40.3

## 2.40.2
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.3",
"version": "2.40.4",
"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.4

## 2.40.3

## 2.40.2
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.3",
"version": "2.40.4",
"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.4

## 2.40.3

## 2.40.2
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.3",
"version": "2.40.4",
"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.4

### Patch Changes

- [#3659](https://github.com/sst/sst/pull/3659) [`e2a019d80`](https://github.com/sst/sst/commit/e2a019d8035bd47ed6ee34731700dbb1b52c9c5c) Thanks [@ZakkProjects](https://github.com/ZakkProjects)! - Runtime: Fix rust local-lambda build step on windows #

- [`f818a1a31`](https://github.com/sst/sst/commit/f818a1a31c2b9613869fa0cb292540eec6f1c126) Thanks [@fwang](https://github.com/fwang)! - Resource binding customize permissions

## 2.40.3

### 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.3",
"version": "2.40.4",
"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.3",
"astro-sst": "2.40.4",
"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.4

## 2.40.3

## 2.40.2
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.3",
"version": "2.40.4",
"type": "module",
"license": "MIT",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @serverless-stack/docs

## 2.11.1

### Patch Changes

- [#3668](https://github.com/sst/sst/pull/3668) [`6d6d1bb00`](https://github.com/sst/sst/commit/6d6d1bb007b701729c761ce9db83c70ed5a11d38) Thanks [@deriegle](https://github.com/deriegle)! - Fixes cron schedule for remix starter guide

- [#3672](https://github.com/sst/sst/pull/3672) [`d5fa9e0f9`](https://github.com/sst/sst/commit/d5fa9e0f93ba813fa022e7fdf7b284a7c7078fc9) Thanks [@benry1](https://github.com/benry1)! - Add missing required iam permissions

## 2.11.0

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

0 comments on commit d87edd9

Please sign in to comment.