diff --git a/packages/date-time/CHANGELOG.md b/packages/date-time/CHANGELOG.md index b397fedb..402259de 100644 --- a/packages/date-time/CHANGELOG.md +++ b/packages/date-time/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.35.0 (2024-10-26) + + +### Features + +- **types:** Added the `FileResult` shared type definition ([f9d07c6](https://github.com/storm-software/storm-stack/commit/f9d07c6)) + ## 1.34.3 (2024-10-24) diff --git a/packages/date-time/package.json b/packages/date-time/package.json index f86f997b..07f1aed9 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/date-time", - "version": "1.34.3", + "version": "1.35.0", "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": { diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index dc8ce124..30ff17e9 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.12.0 (2024-10-26) + + +### Features + +- **types:** Added the `FileResult` shared type definition ([f9d07c6](https://github.com/storm-software/storm-stack/commit/f9d07c6)) + ## 0.11.3 (2024-10-24) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 1e570e6a..ad99d8b9 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hooks", - "version": "0.11.3", + "version": "0.12.0", "type": "module", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { diff --git a/packages/serialization/CHANGELOG.md b/packages/serialization/CHANGELOG.md index 3e5af108..d5ea7a18 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.33.0 (2024-10-26) + + +### Features + +- **types:** Added the `FileResult` shared type definition ([f9d07c6](https://github.com/storm-software/storm-stack/commit/f9d07c6)) + ## 1.32.3 (2024-10-24) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 432b7bd6..3ddbe4cc 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/serialization", - "version": "1.32.3", + "version": "1.33.0", "type": "module", "description": "A package used to support serializing and deserializing data sent between the client and the server.", "repository": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 2a2ff125..cbe61583 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.21.0 (2024-10-26) + + +### Features + +- **types:** Added the `FileResult` shared type definition ([f9d07c6](https://github.com/storm-software/storm-stack/commit/f9d07c6)) + ## 0.20.3 (2024-10-24) diff --git a/packages/types/package.json b/packages/types/package.json index 1dae66d6..783a5d99 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.20.3", + "version": "0.21.0", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { "type": "github",