Skip to content

Commit

Permalink
chore(monorepo): Merge branch 'main' of storm-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jan 9, 2025
2 parents c2cbdcc + cb1539a commit d9ec863
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 16 deletions.
6 changes: 6 additions & 0 deletions packages/build-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.120.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 0.120.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/build-tools",
"version": "0.120.0",
"version": "0.120.1",
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
"repository": {
"type": "github",
Expand Down
6 changes: 6 additions & 0 deletions packages/config-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.128.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 1.128.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/config-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/config-tools",
"version": "1.128.0",
"version": "1.128.1",
"description": "⚡The Storm-Ops 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/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.89.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 1.89.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/config",
"version": "1.89.0",
"version": "1.89.1",
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
"repository": {
"type": "github",
Expand Down
12 changes: 12 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.12.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

### 🧱 Updated Dependencies

- Updated config-tools to 1.128.1
- Updated build-tools to 0.120.1
- Updated config to 1.89.1

## 0.12.0 (2025-01-08)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/esbuild",
"version": "0.12.0",
"version": "0.12.1",
"type": "module",
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
"repository": {
Expand Down Expand Up @@ -217,9 +217,9 @@
"@microsoft/api-extractor": "catalog:",
"@nx/devkit": "catalog:",
"@nx/js": "catalog:",
"@storm-software/build-tools": "0.120.0",
"@storm-software/config": "1.89.0",
"@storm-software/config-tools": "1.128.0",
"@storm-software/build-tools": "0.120.1",
"@storm-software/config": "1.89.1",
"@storm-software/config-tools": "1.128.1",
"@types/node": "catalog:",
"esbuild": "catalog:",
"rollup": "4.29.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/terraform-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.40.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 0.40.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/terraform-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/terraform-tools",
"version": "0.40.0",
"version": "0.40.1",
"type": "commonjs",
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.95.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 1.95.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/testing-tools",
"version": "1.95.0",
"version": "1.95.1",
"type": "commonjs",
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/unbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.12.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

### 🧱 Updated Dependencies

- Updated config-tools to 1.128.1
- Updated build-tools to 0.120.1
- Updated config to 1.89.1

## 0.12.0 (2025-01-08)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/unbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/unbuild",
"version": "0.12.0",
"version": "0.12.1",
"type": "module",
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
"repository": {
Expand Down Expand Up @@ -217,9 +217,9 @@
"devDependencies": {
"@nx/devkit": "catalog:",
"@nx/js": "catalog:",
"@storm-software/build-tools": "0.120.0",
"@storm-software/config": "1.89.0",
"@storm-software/config-tools": "1.128.0",
"@storm-software/build-tools": "0.120.1",
"@storm-software/config": "1.89.1",
"@storm-software/config-tools": "1.128.1",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"nx": "catalog:",
Expand Down
6 changes: 6 additions & 0 deletions packages/workspace-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.220.1 (2025-01-09)

### Bug Fixes

- **workspace-tools:** Added `read-yaml-file` as external dependency ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))

## 1.220.0 (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/workspace-tools",
"version": "1.220.0",
"version": "1.220.1",
"type": "commonjs",
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9ec863

Please sign in to comment.