Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: serialization 1.46.0

- project: server-result 0.18.0

- project: server-cache 0.17.0

- project: file-system 1.39.0

- project: telemetry 1.18.0

- project: utilities 1.39.0

- project: logging 1.40.0

- project: cli 1.40.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Dec 18, 2024
1 parent 22af7f2 commit 82b67bf
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.40.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 1.39.0 (2024-12-04)

### Features
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.39.0",
"version": "1.40.0",
"type": "module",
"description": "A collection of CLI utilities to assist in creating command line applications.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/file-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.39.0 (2024-12-18)

### Features

- **file-system:** Added the `getEnvPaths` utility function ([7dae4df](https://github.com/storm-software/storm-stack/commit/7dae4df))

## 1.38.0 (2024-11-10)

### Features
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.38.0",
"version": "1.39.0",
"type": "module",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.40.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 1.39.0 (2024-12-02)

### Features
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.39.0",
"version": "1.40.0",
"type": "module",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/serialization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.46.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 1.45.0 (2024-12-12)

### Features
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.45.0",
"version": "1.46.0",
"type": "module",
"description": "A package used to support serializing and deserializing data sent between the client and the server.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.17.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 0.16.0 (2024-11-10)

### Features
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.16.0",
"version": "0.17.0",
"type": "module",
"description": "Storm-Stack patch to handle server-side caching with the [Bentocache](https://bentocache.dev/docs/introduction) library.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server-result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.18.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 0.17.0 (2024-11-10)

### Features
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.17.0",
"version": "0.18.0",
"type": "module",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.18.0 (2024-12-18)

### Features

- **logging:** Update the `initialize` method signature in the `StormLog` class ([7b11262](https://github.com/storm-software/storm-stack/commit/7b11262))

## 1.17.0 (2024-11-10)

### Features
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.17.0",
"version": "1.18.0",
"description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.",
"repository": {
"type": "github",
Expand Down
6 changes: 6 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.39.0 (2024-12-18)

### Features

- **utilities:** Added the `env` parameter to the `isMode` checker utilities ([df847cb](https://github.com/storm-software/storm-stack/commit/df847cb))

## 1.38.1 (2024-12-04)

### Bug Fixes
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.38.1",
"version": "1.39.0",
"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 82b67bf

Please sign in to comment.