diff --git a/packages/config-tools/CHANGELOG.md b/packages/config-tools/CHANGELOG.md index b2bb2c46f..1b8110fff 100644 --- a/packages/config-tools/CHANGELOG.md +++ b/packages/config-tools/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.37.0 (2024-04-13) + + +### 🚀 Features + +- **config:** Add `light` and `dark` colors to configuration ([654cd1d0](https://github.com/storm-software/storm-ops/commit/654cd1d0)) + + +### ❤️ Thank You + +- Patrick Sullivan + ## 1.36.2 (2024-04-13) diff --git a/packages/config-tools/package.json b/packages/config-tools/package.json index 583e43653..3188f924c 100644 --- a/packages/config-tools/package.json +++ b/packages/config-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storm-software/config-tools", - "version": "1.36.2", + "version": "1.37.0", "private": false, "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 91a7aac49..e3fbf2cfe 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.10.0 (2024-04-13) + + +### 🚀 Features + +- **config:** Add `light` and `dark` colors to configuration ([654cd1d0](https://github.com/storm-software/storm-ops/commit/654cd1d0)) + + +### ❤️ Thank You + +- Patrick Sullivan + ## 1.9.5 (2024-04-13) diff --git a/packages/config/package.json b/packages/config/package.json index 543966e1b..459402e26 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@storm-software/config", - "version": "1.9.5", + "version": "1.10.0", "private": false, "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": {