diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 50392b41..7827da4c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.36.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 1.35.0 (2024-11-10) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 6f8f29fb..1c45b84d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/cli", - "version": "1.35.0", + "version": "1.36.0", "type": "module", "description": "A collection of CLI utilities to assist in creating command line applications.", "repository": { diff --git a/packages/date-time/CHANGELOG.md b/packages/date-time/CHANGELOG.md index 45d7dae3..b000cbad 100644 --- a/packages/date-time/CHANGELOG.md +++ b/packages/date-time/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.44.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 1.43.0 (2024-11-10) ### Features diff --git a/packages/date-time/package.json b/packages/date-time/package.json index a67d80d6..4476e5e0 100644 --- a/packages/date-time/package.json +++ b/packages/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/date-time", - "version": "1.43.0", + "version": "1.44.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/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 264ca5de..d2747f13 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.38.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 1.37.0 (2024-11-10) ### Features diff --git a/packages/errors/package.json b/packages/errors/package.json index 47716bf7..a333648c 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/errors", - "version": "1.37.0", + "version": "1.38.0", "type": "module", "description": "This package includes a base error class and various utility functions for working with errors.", "repository": { diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 49ec720b..7cfdd6e0 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.21.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 0.20.0 (2024-11-10) ### Features diff --git a/packages/hooks/package.json b/packages/hooks/package.json index b2882a9c..da4ec1c1 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/hooks", - "version": "0.20.0", + "version": "0.21.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/logging/CHANGELOG.md b/packages/logging/CHANGELOG.md index a2bb2a83..baf12cfc 100644 --- a/packages/logging/CHANGELOG.md +++ b/packages/logging/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.37.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 1.36.0 (2024-11-10) ### Features diff --git a/packages/logging/package.json b/packages/logging/package.json index 7305b822..efaaf2ca 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/logging", - "version": "1.36.0", + "version": "1.37.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 0e7a263c..686ca05b 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.42.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 1.41.0 (2024-11-10) ### Features diff --git a/packages/serialization/package.json b/packages/serialization/package.json index bca7c5a4..7215b02f 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/serialization", - "version": "1.41.0", + "version": "1.42.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 b29ad649..e07c2242 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.30.0 (2024-11-10) + +### Features + +- **cli:** Added `@antfu/install-pkg` to improve install ([26cf962](https://github.com/storm-software/storm-stack/commit/26cf962)) + ## 0.29.0 (2024-11-10) ### Features diff --git a/packages/types/package.json b/packages/types/package.json index fde1567f..228e5b67 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.29.0", + "version": "0.30.0", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { "type": "github",