Skip to content

Commit

Permalink
Version Packages (#3276)
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 Sep 1, 2023
1 parent b9d048c commit 7664368
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-kids-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-dodos-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-goats-relax.md

This file was deleted.

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

## 2.24.22

## 2.24.21

## 2.24.20
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-sst/package.json
@@ -1,7 +1,7 @@
{
"name": "astro-sst",
"description": "Adapter for Astro apps to work on AWS Lambda and AWS Lambda@Edge.",
"version": "2.24.21",
"version": "2.24.22",
"type": "module",
"license": "MIT",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions packages/console/CHANGELOG.md
@@ -1,5 +1,7 @@
# @sst/console

## 2.24.22

## 2.24.21

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

## 2.24.21

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

## 2.24.21

## 2.24.20
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start-sst/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-start-sst",
"version": "2.24.21",
"version": "2.24.22",
"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
@@ -1,5 +1,13 @@
# @serverless-stack/cli2

## 2.24.22

### Patch Changes

- [`bf431e102`](https://github.com/sst/sst/commit/bf431e102cc27c218b83fbde84f613bc5311c70b) Thanks [@thdxr](https://github.com/thdxr)! - context: fix bug causing infinite loop when context depends on itself

- [#3266](https://github.com/sst/sst/pull/3266) [`76f57c12f`](https://github.com/sst/sst/commit/76f57c12f287560d3c17fd765076bf5f2a5668eb) Thanks [@jamesgibbons92](https://github.com/jamesgibbons92)! - Update nodejs 14 -> 16 for DnsValidatedCertificate and Eventbridge retrier functions

## 2.24.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sst/package.json
Expand Up @@ -5,7 +5,7 @@
},
"sideEffects": false,
"name": "sst",
"version": "2.24.21",
"version": "2.24.22",
"bin": {
"sst": "cli/sst.js"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/svelte-kit-sst/CHANGELOG.md
@@ -1,5 +1,7 @@
# svelte-kit-sst

## 2.24.22

## 2.24.21

## 2.24.20
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.24.21",
"version": "2.24.22",
"type": "module",
"license": "MIT",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions www/CHANGELOG.md
@@ -1,5 +1,11 @@
# @serverless-stack/docs

## 2.5.15

### Patch Changes

- [#3254](https://github.com/sst/sst/pull/3254) [`23c650a6a`](https://github.com/sst/sst/commit/23c650a6a2b22ae747528c88e120a9766fb7542a) Thanks [@niklaswallerstedt](https://github.com/niklaswallerstedt)! - Doc: adds oidc construct example for Github Actions

## 2.5.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
@@ -1,6 +1,6 @@
{
"name": "@sst/docs",
"version": "2.5.14",
"version": "2.5.15",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 7664368

Please sign in to comment.