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.19.0

- project: serialization 1.20.0

- project: server-result 0.3.0

- project: file-system 1.24.0

- project: string-fns 0.4.0

- project: telemetry 1.3.0

- project: utilities 1.21.0

- project: errors 1.21.0

- project: hooks 0.1.0

- project: types 0.5.0

- project: cli 1.20.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Oct 8, 2024
1 parent 6daa183 commit c0e5d69
Show file tree
Hide file tree
Showing 23 changed files with 117 additions and 519 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.20.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

## 1.19.1 (2024-09-15)


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


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

- **errors:** Added the `ErrorType` concept to separate error data behavior ([cfffb39](https://github.com/storm-software/storm-stack/commit/cfffb39))

## 1.20.1 (2024-09-15)


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.20.1",
"version": "1.21.0",
"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.24.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

## 1.23.1 (2024-09-15)


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.23.1",
"version": "1.24.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
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.0 (2024-10-08)


### Features

- **hooks:** Initial check-in of the base reusable React `hooks` package ([6af6750](https://github.com/storm-software/storm-stack/commit/6af6750))


### Bug Fixes

- **monorepo:** Automated linting resolution on monorepo ([7136dec](https://github.com/storm-software/storm-stack/commit/7136dec))
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.0.1",
"version": "0.1.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
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.20.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

## 1.19.2 (2024-09-26)


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


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

- **errors:** Added the `ErrorType` concept to separate error data behavior ([cfffb39](https://github.com/storm-software/storm-stack/commit/cfffb39))

## 0.2.1 (2024-09-15)


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.2.1",
"version": "0.3.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
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.4.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

## 0.3.1 (2024-09-15)


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.3.1",
"version": "0.4.0",
"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.3.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

## 1.2.1 (2024-09-15)


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.2.1",
"version": "1.3.0",
"description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.",
"repository": {
"type": "github",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

- **errors:** Added the `ErrorType` concept to separate error data behavior ([cfffb39](https://github.com/storm-software/storm-stack/commit/cfffb39))

- **hooks:** Initial check-in of the base reusable React `hooks` package ([6af6750](https://github.com/storm-software/storm-stack/commit/6af6750))

## 0.4.2 (2024-09-15)


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.4.2",
"version": "0.5.0",
"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.19.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))



## 1.17.0 (2024-02-10)
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.18.0",
"version": "1.19.0",
"type": "module",
"description": "This package provides a simple way to generate various types of unique identifiers.",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.21.0 (2024-10-08)


### Features

- **utilities:** Added the flatten and unflatten utility functions and helper types ([702d44d](https://github.com/storm-software/storm-stack/commit/702d44d))

- **hooks:** Initial check-in of the base reusable React `hooks` package ([6af6750](https://github.com/storm-software/storm-stack/commit/6af6750))


### Bug Fixes

- **monorepo:** Automated linting resolution on monorepo ([7136dec](https://github.com/storm-software/storm-stack/commit/7136dec))

## 1.20.0 (2024-09-26)


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.20.0",
"version": "1.21.0",
"description": "This package includes various base utility class and various functions to assist in the development process.",
"repository": {
"type": "github",
Expand Down
Loading

0 comments on commit c0e5d69

Please sign in to comment.