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

- project: date-time 1.38.2

- project: errors 1.32.3

- project: hooks 0.15.2

- project: types 0.24.2
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Oct 31, 2024
1 parent 140d576 commit a03e6f4
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 5 deletions.
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.38.2 (2024-10-31)


### Bug Fixes

- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))

## 1.38.1 (2024-10-27)


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.38.1",
"version": "1.38.2",
"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.32.3 (2024-10-31)


### Bug Fixes

- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))

## 1.32.2 (2024-10-27)


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.32.2",
"version": "1.32.3",
"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/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.15.2 (2024-10-31)


### Bug Fixes

- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))

## 0.15.1 (2024-10-27)


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.15.1",
"version": "0.15.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/serialization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.36.2 (2024-10-31)


### Bug Fixes

- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))

## 1.36.1 (2024-10-27)


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.36.1",
"version": "1.36.2",
"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/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.24.2 (2024-10-31)


### Bug Fixes

- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))

## 0.24.1 (2024-10-27)


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.24.1",
"version": "0.24.2",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
"type": "github",
Expand Down

0 comments on commit a03e6f4

Please sign in to comment.