Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: date-time 1.26.0

- project: errors 1.28.0

- project: types 0.12.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Oct 18, 2024
1 parent 3169747 commit 8aba20e
Show file tree
Hide file tree
Showing 6 changed files with 26 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.26.0 (2024-10-18)


### Features

- **date-time:** Added the static validate method to the `StormDateTime` utility classes ([3169747](https://github.com/storm-software/storm-stack/commit/3169747))

## 1.25.0 (2024-10-18)


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.25.0",
"version": "1.26.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
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.28.0 (2024-10-18)


### Features

- **errors:** Added helper function to `StormError` to quickly create with specific types ([6ffdb40](https://github.com/storm-software/storm-stack/commit/6ffdb40))

- **date-time:** Added the static validate method to the `StormDateTime` utility classes ([3169747](https://github.com/storm-software/storm-stack/commit/3169747))

## 1.27.0 (2024-10-18)


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


### Features

- **date-time:** Added the static validate method to the `StormDateTime` utility classes ([3169747](https://github.com/storm-software/storm-stack/commit/3169747))

## 0.11.0 (2024-10-18)


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.11.0",
"version": "0.12.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 8aba20e

Please sign in to comment.