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

- project: date-time 1.32.0

- project: types 0.18.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Oct 22, 2024
1 parent c0ae1d6 commit 1db31ec
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 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.32.0 (2024-10-22)


### Features

- **types:** Add type parameters and the `icon` property to the `SelectOption` type ([c0ae1d6](https://github.com/storm-software/storm-stack/commit/c0ae1d6))

## 1.31.0 (2024-10-22)


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.31.0",
"version": "1.32.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": {
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.30.0 (2024-10-22)


### Features

- **types:** Add type parameters and the `icon` property to the `SelectOption` type ([c0ae1d6](https://github.com/storm-software/storm-stack/commit/c0ae1d6))

## 1.29.0 (2024-10-22)


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.29.0",
"version": "1.30.0",
"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.18.0 (2024-10-22)


### Features

- **types:** Add type parameters and the `icon` property to the `SelectOption` type ([c0ae1d6](https://github.com/storm-software/storm-stack/commit/c0ae1d6))

## 0.17.0 (2024-10-22)


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.17.0",
"version": "0.18.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

0 comments on commit 1db31ec

Please sign in to comment.