Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Oct 24, 2024
1 parent f5f4e26 commit 21ddc3f
Show file tree
Hide file tree
Showing 32 changed files with 128 additions and 16 deletions.
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/date-time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/date-time/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/file-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/file-system/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/hashing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/hashing/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-system/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/serialization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/server-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/server-cache/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/server-result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/server-result/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/string-fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/string-fns/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/unique-identifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/unique-identifier/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 21ddc3f

Please sign in to comment.