Skip to content

Commit 4159cfa

Browse files
committed
chore: release v0.7.93
1 parent 6af6ec0 commit 4159cfa

6 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.7.92...v0.7.93)
2+
3+
## ⚡ Performance Improvements
4+
5+
- maintain telemetry source rollups ([6af6ec0](https://github.com/stacksjs/ts-cloud/commit/6af6ec0)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
- stream control plane backups to disk ([14ae18d](https://github.com/stacksjs/ts-cloud/commit/14ae18d)) _(by Chris <chrisbreuer93@gmail.com>)_
7+
8+
## 🧹 Chores
9+
10+
- release v0.7.93 ([f546434](https://github.com/stacksjs/ts-cloud/commit/f546434)) _(by Chris <chrisbreuer93@gmail.com>)_
11+
12+
## Contributors
13+
14+
- _Chris <chrisbreuer93@gmail.com>_
15+
116
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.7.91...v0.7.92)
217

318
## 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-cloud",
33
"type": "module",
4-
"version": "0.7.92",
4+
"version": "0.7.93",
55
"private": true,
66
"description": "A ",
77
"author": "Chris Breuer <chris@stacksjs.com>",

packages/aws-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/aws-types",
33
"type": "module",
4-
"version": "0.7.92",
4+
"version": "0.7.93",
55
"description": "AWS CloudFormation resource type definitions (without AWS SDK)",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/core",
33
"type": "module",
4-
"version": "0.7.92",
4+
"version": "0.7.93",
55
"description": "Core CloudFormation generation library for ts-cloud",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/ts-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ts-cloud",
33
"type": "module",
4-
"version": "0.7.92",
4+
"version": "0.7.93",
55
"description": "A lightweight, performant infrastructure-as-code library and CLI for deploying both server-based (EC2) and serverless applications.",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/ui",
33
"type": "module",
4-
"version": "0.7.92",
4+
"version": "0.7.93",
55
"private": true,
66
"description": "ts-cloud management dashboard (stx). Served behind HTTP Basic auth.",
77
"scripts": {

0 commit comments

Comments
 (0)