Skip to content

Commit

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

- project: hooks 0.24.0

- project: types 0.33.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Dec 3, 2024
1 parent 4629ec3 commit d62cd57
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.24.0 (2024-12-03)

### Features

- **hooks:** Added the `useMemoStable` and `useCallbackStable` hooks ([4629ec3](https://github.com/storm-software/storm-stack/commit/4629ec3))

## 0.23.0 (2024-12-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/hooks",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.33.0 (2024-12-03)

### Features

- **hooks:** Added the `useMemoStable` and `useCallbackStable` hooks ([4629ec3](https://github.com/storm-software/storm-stack/commit/4629ec3))

## 0.32.0 (2024-12-02)

### Features
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.32.0",
"version": "0.33.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
6 changes: 6 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.38.0 (2024-12-03)

### Features

- **hooks:** Added the `useMemoStable` and `useCallbackStable` hooks ([4629ec3](https://github.com/storm-software/storm-stack/commit/4629ec3))

## 1.37.0 (2024-12-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/utilities",
"version": "1.37.0",
"version": "1.38.0",
"description": "This package includes various base utility class and various functions to assist in the development process.",
"repository": {
"type": "github",
Expand Down

0 comments on commit d62cd57

Please sign in to comment.