From 21ddc3f89e434e39491a6b56faec3d31d7fbe946 Mon Sep 17 00:00:00 2001 From: sullivanpj Date: Thu, 24 Oct 2024 13:39:18 -0400 Subject: [PATCH] chore(release): Publish monorepo release updates - project: unique-identifier 1.28.2 - project: plugin-system 1.18.2 - project: serialization 1.32.3 - project: server-result 0.12.2 - project: server-cache 0.11.2 - project: file-system 1.33.2 - project: string-fns 0.13.2 - project: date-time 1.34.3 - project: telemetry 1.12.2 - project: utilities 1.31.2 - project: hashing 0.10.2 - project: logging 1.30.2 - project: errors 1.31.2 - project: hooks 0.11.3 - project: types 0.20.3 - project: cli 1.29.2 --- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/date-time/CHANGELOG.md | 7 +++++++ packages/date-time/package.json | 2 +- packages/errors/CHANGELOG.md | 7 +++++++ packages/errors/package.json | 2 +- packages/file-system/CHANGELOG.md | 7 +++++++ packages/file-system/package.json | 2 +- packages/hashing/CHANGELOG.md | 7 +++++++ packages/hashing/package.json | 2 +- packages/hooks/CHANGELOG.md | 7 +++++++ packages/hooks/package.json | 2 +- packages/logging/CHANGELOG.md | 7 +++++++ packages/logging/package.json | 2 +- packages/plugin-system/CHANGELOG.md | 7 +++++++ packages/plugin-system/package.json | 2 +- packages/serialization/CHANGELOG.md | 7 +++++++ packages/serialization/package.json | 2 +- packages/server-cache/CHANGELOG.md | 7 +++++++ packages/server-cache/package.json | 2 +- packages/server-result/CHANGELOG.md | 7 +++++++ packages/server-result/package.json | 2 +- packages/string-fns/CHANGELOG.md | 7 +++++++ packages/string-fns/package.json | 2 +- packages/telemetry/CHANGELOG.md | 7 +++++++ packages/telemetry/package.json | 2 +- packages/types/CHANGELOG.md | 7 +++++++ packages/types/package.json | 2 +- packages/unique-identifier/CHANGELOG.md | 7 +++++++ packages/unique-identifier/package.json | 2 +- packages/utilities/CHANGELOG.md | 7 +++++++ packages/utilities/package.json | 2 +- 32 files changed, 128 insertions(+), 16 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 04d6b231..5e0197e2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.29.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.29.1 (2024-10-24) diff --git a/packages/cli/package.json b/packages/cli/package.json index 130bcefa..c2a73562 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/cli", - "version": "1.29.1", + "version": "1.29.2", "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 6363d390..b397fedb 100644 --- a/packages/date-time/CHANGELOG.md +++ b/packages/date-time/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.34.3 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.34.2 (2024-10-24) diff --git a/packages/date-time/package.json b/packages/date-time/package.json index 6ffdd5a0..f86f997b 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/date-time", - "version": "1.34.2", + "version": "1.34.3", "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 746bfe3e..ba379383 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.31.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.31.1 (2024-10-24) diff --git a/packages/errors/package.json b/packages/errors/package.json index 080c3eda..f570582d 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/errors", - "version": "1.31.1", + "version": "1.31.2", "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 b4806406..d8a3d184 100644 --- a/packages/file-system/CHANGELOG.md +++ b/packages/file-system/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.33.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.33.1 (2024-10-24) diff --git a/packages/file-system/package.json b/packages/file-system/package.json index c1886d87..a4dfc2e2 100644 --- a/packages/file-system/package.json +++ b/packages/file-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/file-system", - "version": "1.33.1", + "version": "1.33.2", "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 e07f1718..973d39b2 100644 --- a/packages/hashing/CHANGELOG.md +++ b/packages/hashing/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.10.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.10.1 (2024-10-24) diff --git a/packages/hashing/package.json b/packages/hashing/package.json index 6d53139a..b7a576b7 100644 --- a/packages/hashing/package.json +++ b/packages/hashing/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hashing", - "version": "0.10.1", + "version": "0.10.2", "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 a8758433..dc8ce124 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.11.3 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.11.2 (2024-10-24) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index fe06d838..1e570e6a 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hooks", - "version": "0.11.2", + "version": "0.11.3", "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 c2a3514b..b3086f19 100644 --- a/packages/logging/CHANGELOG.md +++ b/packages/logging/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.30.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.30.1 (2024-10-24) diff --git a/packages/logging/package.json b/packages/logging/package.json index d0e38491..f361d139 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/logging", - "version": "1.30.1", + "version": "1.30.2", "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 0b4eabce..6201dbe6 100644 --- a/packages/plugin-system/CHANGELOG.md +++ b/packages/plugin-system/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.18.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.18.1 (2024-10-24) diff --git a/packages/plugin-system/package.json b/packages/plugin-system/package.json index 83f63ef8..891ef4d6 100644 --- a/packages/plugin-system/package.json +++ b/packages/plugin-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/plugin-system", - "version": "1.18.1", + "version": "1.18.2", "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 1a9beee5..3e5af108 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.32.3 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.32.2 (2024-10-24) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 72fc6094..432b7bd6 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/serialization", - "version": "1.32.2", + "version": "1.32.3", "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 44805cd2..a9b58b30 100644 --- a/packages/server-cache/CHANGELOG.md +++ b/packages/server-cache/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.11.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.11.1 (2024-10-24) diff --git a/packages/server-cache/package.json b/packages/server-cache/package.json index fd614f3d..b74f1097 100644 --- a/packages/server-cache/package.json +++ b/packages/server-cache/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-cache", - "version": "0.11.1", + "version": "0.11.2", "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 7d669f36..5647c841 100644 --- a/packages/server-result/CHANGELOG.md +++ b/packages/server-result/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.12.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.12.1 (2024-10-24) diff --git a/packages/server-result/package.json b/packages/server-result/package.json index 9ad7761f..bb408062 100644 --- a/packages/server-result/package.json +++ b/packages/server-result/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/server-result", - "version": "0.12.1", + "version": "0.12.2", "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 9e2ba817..5d3b8fa6 100644 --- a/packages/string-fns/CHANGELOG.md +++ b/packages/string-fns/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.13.1 (2024-10-24) diff --git a/packages/string-fns/package.json b/packages/string-fns/package.json index ec2fb75d..8de4cfa4 100644 --- a/packages/string-fns/package.json +++ b/packages/string-fns/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/string-fns", - "version": "0.13.1", + "version": "0.13.2", "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 c8d3fb55..2b234e87 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.12.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.12.1 (2024-10-24) diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index f60fe129..1f213d44 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/telemetry", - "version": "1.12.1", + "version": "1.12.2", "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 12ff1c41..2a2ff125 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.20.3 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 0.20.2 (2024-10-24) diff --git a/packages/types/package.json b/packages/types/package.json index c7aaca39..1dae66d6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.20.2", + "version": "0.20.3", "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 4f7402d9..c4c78d23 100644 --- a/packages/unique-identifier/CHANGELOG.md +++ b/packages/unique-identifier/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.28.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.28.1 (2024-10-24) diff --git a/packages/unique-identifier/package.json b/packages/unique-identifier/package.json index 3b6691b2..dd9c996e 100644 --- a/packages/unique-identifier/package.json +++ b/packages/unique-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/unique-identifier", - "version": "1.28.1", + "version": "1.28.2", "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 1983be7e..ad746120 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.31.2 (2024-10-24) + + +### Bug Fixes + +- **date-time:** Update the conditionals in validate functions ([f5f4e26](https://github.com/storm-software/storm-stack/commit/f5f4e26)) + ## 1.31.1 (2024-10-24) diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 14bf7749..35c9602e 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/utilities", - "version": "1.31.1", + "version": "1.31.2", "description": "This package includes various base utility class and various functions to assist in the development process.", "repository": { "type": "github",