diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7827da4c..1fbbf55e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.37.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.36.0 (2024-11-10) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 1c45b84d..87ad667e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/cli", - "version": "1.36.0", + "version": "1.37.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 b000cbad..75899a9f 100644 --- a/packages/date-time/CHANGELOG.md +++ b/packages/date-time/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.45.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.44.0 (2024-11-10) ### Features diff --git a/packages/date-time/package.json b/packages/date-time/package.json index 4476e5e0..f333578b 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/date-time", - "version": "1.44.0", + "version": "1.45.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 d2747f13..a7424f90 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.39.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.38.0 (2024-11-10) ### Features diff --git a/packages/errors/package.json b/packages/errors/package.json index a333648c..8a469fc7 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/errors", - "version": "1.38.0", + "version": "1.39.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 01b4cc89..9b8a448a 100644 --- a/packages/file-system/CHANGELOG.md +++ b/packages/file-system/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.38.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.37.0 (2024-11-10) ### Features diff --git a/packages/file-system/package.json b/packages/file-system/package.json index 0dcc2ee9..401c17c9 100644 --- a/packages/file-system/package.json +++ b/packages/file-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/file-system", - "version": "1.37.0", + "version": "1.38.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 b115c3c1..9bc26b4e 100644 --- a/packages/hashing/CHANGELOG.md +++ b/packages/hashing/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.15.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.14.0 (2024-11-10) ### Features diff --git a/packages/hashing/package.json b/packages/hashing/package.json index 9f29358c..2f9ba8f3 100644 --- a/packages/hashing/package.json +++ b/packages/hashing/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hashing", - "version": "0.14.0", + "version": "0.15.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 7cfdd6e0..0cb92beb 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.22.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.21.0 (2024-11-10) ### Features diff --git a/packages/hooks/package.json b/packages/hooks/package.json index da4ec1c1..b224b707 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hooks", - "version": "0.21.0", + "version": "0.22.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 baf12cfc..5c2cbaa1 100644 --- a/packages/logging/CHANGELOG.md +++ b/packages/logging/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.38.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.37.0 (2024-11-10) ### Features diff --git a/packages/logging/package.json b/packages/logging/package.json index efaaf2ca..6d908f88 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/logging", - "version": "1.37.0", + "version": "1.38.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 fa0ebd72..ff2484cf 100644 --- a/packages/plugin-system/CHANGELOG.md +++ b/packages/plugin-system/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.23.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.22.0 (2024-11-10) ### Features diff --git a/packages/plugin-system/package.json b/packages/plugin-system/package.json index d506b27b..9107f79d 100644 --- a/packages/plugin-system/package.json +++ b/packages/plugin-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/plugin-system", - "version": "1.22.0", + "version": "1.23.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 686ca05b..c7be87fc 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.43.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.42.0 (2024-11-10) ### Features diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 7215b02f..01ab2659 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/serialization", - "version": "1.42.0", + "version": "1.43.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 284a84d3..f5917de1 100644 --- a/packages/server-cache/CHANGELOG.md +++ b/packages/server-cache/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.16.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.15.0 (2024-11-10) ### Features diff --git a/packages/server-cache/package.json b/packages/server-cache/package.json index de3e19ed..2aef75fd 100644 --- a/packages/server-cache/package.json +++ b/packages/server-cache/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-cache", - "version": "0.15.0", + "version": "0.16.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 e488a9ef..e83e0fe6 100644 --- a/packages/server-result/CHANGELOG.md +++ b/packages/server-result/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.17.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.16.0 (2024-11-10) ### Features diff --git a/packages/server-result/package.json b/packages/server-result/package.json index fa68aa1f..285ef953 100644 --- a/packages/server-result/package.json +++ b/packages/server-result/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-result", - "version": "0.16.0", + "version": "0.17.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 fb9beecc..f7936c89 100644 --- a/packages/string-fns/CHANGELOG.md +++ b/packages/string-fns/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.18.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.17.0 (2024-11-10) ### Features diff --git a/packages/string-fns/package.json b/packages/string-fns/package.json index f263f99c..1684f5cd 100644 --- a/packages/string-fns/package.json +++ b/packages/string-fns/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/string-fns", - "version": "0.17.0", + "version": "0.18.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 961e2253..3d3f3d24 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.17.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.16.0 (2024-11-10) ### Features diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 1756e70b..246f9426 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/telemetry", - "version": "1.16.0", + "version": "1.17.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 e07c2242..8299363f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.31.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 0.30.0 (2024-11-10) ### Features diff --git a/packages/types/package.json b/packages/types/package.json index 228e5b67..df88c51e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.30.0", + "version": "0.31.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 fa680789..e64c50c2 100644 --- a/packages/unique-identifier/CHANGELOG.md +++ b/packages/unique-identifier/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.33.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.32.0 (2024-11-10) ### Features diff --git a/packages/unique-identifier/package.json b/packages/unique-identifier/package.json index a2b06599..c6db05c4 100644 --- a/packages/unique-identifier/package.json +++ b/packages/unique-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/unique-identifier", - "version": "1.32.0", + "version": "1.33.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 0658332e..ec150acb 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.36.0 (2024-11-10) + +### Features + +- **date-time:** Resolve issue parsing ISO string in `StormDateTime` constructor ([c8032d6](https://github.com/storm-software/storm-stack/commit/c8032d6)) + ## 1.35.0 (2024-11-10) ### Features diff --git a/packages/utilities/package.json b/packages/utilities/package.json index b07bed36..cfb80a58 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/utilities", - "version": "1.35.0", + "version": "1.36.0", "description": "This package includes various base utility class and various functions to assist in the development process.", "repository": { "type": "github",