Skip to content

Commit

Permalink
Merge pull request #39 from sst/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fwang authored Jan 29, 2025
2 parents ad4124f + 08a6899 commit 4a49b92
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-cats-chew.md

This file was deleted.

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.47.1

## 2.47.0

## 2.46.0
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.47.0",
"version": "2.47.1",
"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.47.1

## 2.47.0

## 2.46.0
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.47.0",
"version": "2.47.1",
"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.47.1

## 2.47.0

## 2.46.0
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.47.0",
"version": "2.47.1",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @serverless-stack/cli2

## 2.47.1

### Patch Changes

- [#34](https://github.com/sst/v2/pull/34) [`56990e5ead8df6099f5f80a89ae9c77f00bc2306`](https://github.com/sst/v2/commit/56990e5ead8df6099f5f80a89ae9c77f00bc2306) Thanks [@leanderiversen](https://github.com/leanderiversen)! - Pin adm-zip at 0.5.14

## 2.47.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.47.0",
"version": "2.47.1",
"bin": {
"sst": "cli/sst.js"
},
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.47.1

## 2.47.0

## 2.46.0
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.47.0",
"version": "2.47.1",
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 4a49b92

Please sign in to comment.