Skip to content

Commit

Permalink
Version Packages (#1813)
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 Jun 16, 2022
1 parent 33b89b6 commit 84633e0
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-moles-begin.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @serverless-stack/cli

## 1.2.24

### Patch Changes

- Updated dependencies [[`33b89b64`](https://github.com/serverless-stack/serverless-stack/commit/33b89b64af3a9cec98dea0f3c5fcc7279a8142b0)]:
- @serverless-stack/resources@1.2.24
- @serverless-stack/core@1.2.24

## 1.2.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/cli",
"version": "1.2.23",
"version": "1.2.24",
"description": "A CLI to help deploy Serverless Stack apps.",
"scripts": {
"cdk-version-check": "node ./bin/sync-cdk-version.js",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://serverless-stack.com",
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "2.24.0-alpha.0",
"@serverless-stack/core": "1.2.23",
"@serverless-stack/resources": "1.2.23",
"@serverless-stack/core": "1.2.24",
"@serverless-stack/resources": "1.2.24",
"aws-cdk": "2.24.0",
"aws-cdk-lib": "2.24.0",
"aws-sdk": "^2.1110.0",
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 @@
# @serverless-stack/console

## 1.2.24

## 1.2.23

## 1.2.22
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": "@serverless-stack/console",
"private": true,
"version": "1.2.23",
"version": "1.2.24",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @serverless-stack/core

## 1.2.24

## 1.2.23

## 1.2.22
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/core",
"version": "1.2.23",
"version": "1.2.24",
"homepage": "https://serverless-stack.com",
"description": "Core of Serverless Stack.",
"main": "dist/index.js",
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

## 1.2.24

## 1.2.23

## 1.2.22
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": "1.2.23",
"version": "1.2.24",
"homepage": "https://serverless-stack.com",
"description": "Create Serverless Stack apps.",
"main": "src/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @serverless-stack/node

## 1.2.24

## 1.2.23

## 1.2.22
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/node",
"version": "1.2.23",
"version": "1.2.24",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @serverless-stack/resources

## 1.2.24

### Patch Changes

- [#1814](https://github.com/serverless-stack/serverless-stack/pull/1814) [`33b89b64`](https://github.com/serverless-stack/serverless-stack/commit/33b89b64af3a9cec98dea0f3c5fcc7279a8142b0) Thanks [@fwang](https://github.com/fwang)! - DebugStack: allow customizing DynamoDB Table

- Updated dependencies []:
- @serverless-stack/core@1.2.24

## 1.2.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/resources",
"version": "1.2.23",
"version": "1.2.24",
"homepage": "https://serverless-stack.com",
"description": "Helper AWS CDK constructs for Serverless Stack apps.",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.24.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.24.0-alpha.0",
"@aws-cdk/aws-appsync-alpha": "2.24.0-alpha.0",
"@serverless-stack/core": "1.2.23",
"@serverless-stack/core": "1.2.24",
"archiver": "^5.3.0",
"aws-cdk-lib": "2.24.0",
"chalk": "^4.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/static-site-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @serverless-stack/static-site-env

## 1.2.24

## 1.2.23

## 1.2.22
Expand Down
2 changes: 1 addition & 1 deletion packages/static-site-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/static-site-env",
"version": "1.2.23",
"version": "1.2.24",
"description": "A simple CLI that allows your static site to load the environment variables from your SST app.",
"scripts": {
"test": "vitest"
Expand Down
2 changes: 2 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @serverless-stack/web

## 1.2.24

## 1.2.23

## 1.2.22
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-stack/web",
"version": "1.2.23",
"version": "1.2.24",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"publishConfig": {
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

## 1.1.8

### Patch Changes

- [#1814](https://github.com/serverless-stack/serverless-stack/pull/1814) [`33b89b64`](https://github.com/serverless-stack/serverless-stack/commit/33b89b64af3a9cec98dea0f3c5fcc7279a8142b0) Thanks [@fwang](https://github.com/fwang)! - DebugStack: allow customizing DynamoDB Table

## 1.1.7

### 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": "@serverless-stack/docs",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 84633e0

Please sign in to comment.