diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0f95e2fc..09d169b2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.29.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.28.0 (2024-10-22) diff --git a/packages/cli/package.json b/packages/cli/package.json index e689e3b3..4650e3bf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/cli", - "version": "1.28.0", + "version": "1.29.0", "type": "module", "description": "A collection of CLI utilities to assist in creating command line applications.", "repository": { diff --git a/packages/date-time/CHANGELOG.md b/packages/date-time/CHANGELOG.md index 41d1a921..8595aaca 100644 --- a/packages/date-time/CHANGELOG.md +++ b/packages/date-time/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.33.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + + +### Bug Fixes + +- **date-time:** Resolved issue with formatting date-time values ([bbddb1a](https://github.com/storm-software/storm-stack/commit/bbddb1a)) + ## 1.32.0 (2024-10-22) diff --git a/packages/date-time/package.json b/packages/date-time/package.json index 3c862f8c..93c21763 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/date-time", - "version": "1.32.0", + "version": "1.33.0", "type": "module", "description": "This package includes a DateTime class, various utility functions for working with dates and times, and a number of formatting options.", "repository": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index f612fee6..127cb13d 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.31.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.30.0 (2024-10-22) diff --git a/packages/errors/package.json b/packages/errors/package.json index e0b94897..805dbe86 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/errors", - "version": "1.30.0", + "version": "1.31.0", "type": "module", "description": "This package includes a base error class and various utility functions for working with errors.", "repository": { diff --git a/packages/file-system/CHANGELOG.md b/packages/file-system/CHANGELOG.md index c822b45b..04731249 100644 --- a/packages/file-system/CHANGELOG.md +++ b/packages/file-system/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.33.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.32.0 (2024-10-22) diff --git a/packages/file-system/package.json b/packages/file-system/package.json index 23127582..601fb1ee 100644 --- a/packages/file-system/package.json +++ b/packages/file-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/file-system", - "version": "1.32.0", + "version": "1.33.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/hashing/CHANGELOG.md b/packages/hashing/CHANGELOG.md index 58b2a8f3..9233936c 100644 --- a/packages/hashing/CHANGELOG.md +++ b/packages/hashing/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.10.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.9.0 (2024-10-22) diff --git a/packages/hashing/package.json b/packages/hashing/package.json index 078a57d9..ce43e12b 100644 --- a/packages/hashing/package.json +++ b/packages/hashing/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hashing", - "version": "0.9.0", + "version": "0.10.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index bf80bf21..124758d2 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.10.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.9.0 (2024-10-22) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 5e04ba45..e4e766d4 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hooks", - "version": "0.9.0", + "version": "0.10.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/logging/CHANGELOG.md b/packages/logging/CHANGELOG.md index 31038294..974c7b97 100644 --- a/packages/logging/CHANGELOG.md +++ b/packages/logging/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.30.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.29.0 (2024-10-22) diff --git a/packages/logging/package.json b/packages/logging/package.json index 161552e1..bfb97007 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/logging", - "version": "1.29.0", + "version": "1.30.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/plugin-system/CHANGELOG.md b/packages/plugin-system/CHANGELOG.md index 10a31b72..d65a96fc 100644 --- a/packages/plugin-system/CHANGELOG.md +++ b/packages/plugin-system/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.18.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.17.0 (2024-10-22) diff --git a/packages/plugin-system/package.json b/packages/plugin-system/package.json index 10b6b6b1..f38102b7 100644 --- a/packages/plugin-system/package.json +++ b/packages/plugin-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/plugin-system", - "version": "1.17.0", + "version": "1.18.0", "type": "module", "description": "A library used to create and manage a plugin-styled architecture in a TypeScript application.", "repository": { diff --git a/packages/serialization/CHANGELOG.md b/packages/serialization/CHANGELOG.md index c5523a7b..d92eb412 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.31.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.30.0 (2024-10-22) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 795f98c3..c4ce27b2 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/serialization", - "version": "1.30.0", + "version": "1.31.0", "type": "module", "description": "A package used to support serializing and deserializing data sent between the client and the server.", "repository": { diff --git a/packages/server-cache/CHANGELOG.md b/packages/server-cache/CHANGELOG.md index ce8a040c..6adf3dad 100644 --- a/packages/server-cache/CHANGELOG.md +++ b/packages/server-cache/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.11.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.10.0 (2024-10-22) diff --git a/packages/server-cache/package.json b/packages/server-cache/package.json index a09083a0..88a5e017 100644 --- a/packages/server-cache/package.json +++ b/packages/server-cache/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-cache", - "version": "0.10.0", + "version": "0.11.0", "type": "module", "description": "Storm-Stack patch to handle server-side caching with the [Bentocache](https://bentocache.dev/docs/introduction) library.", "repository": { diff --git a/packages/server-result/CHANGELOG.md b/packages/server-result/CHANGELOG.md index 100ba3f6..110a5b23 100644 --- a/packages/server-result/CHANGELOG.md +++ b/packages/server-result/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.12.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.11.0 (2024-10-22) diff --git a/packages/server-result/package.json b/packages/server-result/package.json index c26dffd9..62c2cdda 100644 --- a/packages/server-result/package.json +++ b/packages/server-result/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-result", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/string-fns/CHANGELOG.md b/packages/string-fns/CHANGELOG.md index dd9736a6..1339a821 100644 --- a/packages/string-fns/CHANGELOG.md +++ b/packages/string-fns/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.12.0 (2024-10-22) diff --git a/packages/string-fns/package.json b/packages/string-fns/package.json index bca568e4..bdadf36d 100644 --- a/packages/string-fns/package.json +++ b/packages/string-fns/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/string-fns", - "version": "0.12.0", + "version": "0.13.0", "type": "module", "description": "⚡ A package containing various utility functions used to format string values.", "repository": { diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index b8cb87f9..46dd9e59 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.12.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.11.0 (2024-10-22) diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 170e8112..e2f19a79 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/telemetry", - "version": "1.11.0", + "version": "1.12.0", "description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.", "repository": { "type": "github", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index ddd3919e..787b43d0 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.19.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 0.18.0 (2024-10-22) diff --git a/packages/types/package.json b/packages/types/package.json index 3c9efc9f..7cf13ada 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.18.0", + "version": "0.19.0", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { "type": "github", diff --git a/packages/unique-identifier/CHANGELOG.md b/packages/unique-identifier/CHANGELOG.md index 2188c422..45ec3d69 100644 --- a/packages/unique-identifier/CHANGELOG.md +++ b/packages/unique-identifier/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.28.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.27.0 (2024-10-22) diff --git a/packages/unique-identifier/package.json b/packages/unique-identifier/package.json index 3125b600..6ef0d33b 100644 --- a/packages/unique-identifier/package.json +++ b/packages/unique-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/unique-identifier", - "version": "1.27.0", + "version": "1.28.0", "type": "module", "description": "This package provides a simple way to generate various types of unique identifiers.", "repository": { diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index 46fde8a5..2229a007 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.31.0 (2024-10-24) + + +### Features + +- **hooks:** Added the `composeRefs` function and hook ([80a1379](https://github.com/storm-software/storm-stack/commit/80a1379)) + ## 1.30.0 (2024-10-22) diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 583fed85..8bd8d7be 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/utilities", - "version": "1.30.0", + "version": "1.31.0", "description": "This package includes various base utility class and various functions to assist in the development process.", "repository": { "type": "github",