Skip to content

Commit a03e6f4

Browse files
sullivanpjstormie-bot
authored andcommitted
chore(release): Publish monorepo release updates
- 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
1 parent 140d576 commit a03e6f4

10 files changed

Lines changed: 40 additions & 5 deletions

File tree

packages/date-time/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.38.2 (2024-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))
7+
18
## 1.38.1 (2024-10-27)
29

310

packages/date-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/date-time",
3-
"version": "1.38.1",
3+
"version": "1.38.2",
44
"type": "module",
55
"description": "This package includes a DateTime class, various utility functions for working with dates and times, and a number of formatting options.",
66
"repository": {

packages/errors/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.32.3 (2024-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))
7+
18
## 1.32.2 (2024-10-27)
29

310

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/errors",
3-
"version": "1.32.2",
3+
"version": "1.32.3",
44
"type": "module",
55
"description": "This package includes a base error class and various utility functions for working with errors.",
66
"repository": {

packages/hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.15.2 (2024-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))
7+
18
## 0.15.1 (2024-10-27)
29

310

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/hooks",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"type": "module",
55
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
66
"repository": {

packages/serialization/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.36.2 (2024-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))
7+
18
## 1.36.1 (2024-10-27)
29

310

packages/serialization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/serialization",
3-
"version": "1.36.1",
3+
"version": "1.36.2",
44
"type": "module",
55
"description": "A package used to support serializing and deserializing data sent between the client and the server.",
66
"repository": {

packages/types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.24.2 (2024-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
- **date-time:** Resolve issue with incorrectly exporting classes ([140d576](https://github.com/storm-software/storm-stack/commit/140d576))
7+
18
## 0.24.1 (2024-10-27)
29

310

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/types",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
55
"repository": {
66
"type": "github",

0 commit comments

Comments
 (0)