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

- project: date-time 1.44.0

- project: logging 1.37.0

- project: errors 1.38.0

- project: hooks 0.21.0

- project: types 0.30.0

- project: cli 1.36.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Nov 10, 2024
1 parent 14d0984 commit 89c62aa
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/date-time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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": {
Expand Down
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.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
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.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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/serialization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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": {
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.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
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.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",
Expand Down

0 comments on commit 89c62aa

Please sign in to comment.