Skip to content

Commit 613ae10

Browse files
committed
chore: release v0.7.105
1 parent a3a7399 commit 613ae10

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.7.104...v0.7.105)
2+
3+
## 🧹 Chores
4+
5+
- release v0.7.105 ([d7c021a](https://github.com/stacksjs/ts-cloud/commit/d7c021a)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
7+
## 📄 Miscellaneous
8+
9+
- Revert "feat(dns): provision mail DNS on deploy" ([a3a7399](https://github.com/stacksjs/ts-cloud/commit/a3a7399)) _(by Chris <chrisbreuer93@gmail.com>)_
10+
11+
## Contributors
12+
13+
- _Chris <chrisbreuer93@gmail.com>_
14+
115
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.7.103...v0.7.104)
216

317
## 🚀 Features

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.104",
4+
"version": "0.7.105",
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.104",
4+
"version": "0.7.105",
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.104",
4+
"version": "0.7.105",
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.104",
4+
"version": "0.7.105",
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.104",
4+
"version": "0.7.105",
55
"private": true,
66
"description": "ts-cloud management dashboard (stx). Served behind HTTP Basic auth.",
77
"scripts": {

0 commit comments

Comments
 (0)