Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: create-storm-workspace 1.77.0

- project: cloudflare-tools 0.39.0

- project: terraform-tools 0.31.0

- project: workspace-tools 1.199.0

- project: eslint-config 0.51.0

- project: eslint-plugin 0.42.0

- project: linting-tools 1.91.0

- project: testing-tools 1.83.0

- project: config-tools 1.112.0

- project: build-tools 0.102.0

- project: git-tools 2.68.0

- project: config 1.71.0

- project: eslint 0.95.0

- project: terraform-modules 0.42.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Nov 18, 2024
1 parent f19fc36 commit 6246a3b
Show file tree
Hide file tree
Showing 30 changed files with 112 additions and 22 deletions.
9 changes: 8 additions & 1 deletion packages/build-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.102.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.101.3 (2024-11-10)

### Bug Fixes

- **config-tools:** Improve config file path formatting in log message ([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))
- **config-tools:** Improve config file path formatting in log message
([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))

## 0.101.2 (2024-11-10)

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.101.3",
"version": "0.102.0",
"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/cloudflare-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.39.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.38.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/cloudflare-tools",
"version": "0.38.1",
"version": "0.39.0",
"type": "commonjs",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/config-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 1.112.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.111.3 (2024-11-10)

### Bug Fixes

- **config-tools:** Improve config file path formatting in log message ([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))
- **config-tools:** Improve config file path formatting in log message
([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))

## 1.111.2 (2024-11-10)

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.111.3",
"version": "1.112.0",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
"type": "github",
Expand Down
9 changes: 8 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 1.71.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.70.3 (2024-11-10)

### Bug Fixes

- **config-tools:** Improve config file path formatting in log message ([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))
- **config-tools:** Improve config file path formatting in log message
([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))

## 1.70.2 (2024-11-10)

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.70.3",
"version": "1.71.0",
"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/create-storm-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.77.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.76.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-storm-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-storm-workspace",
"version": "1.76.1",
"version": "1.77.0",
"type": "commonjs",
"description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.51.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.50.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/eslint-config",
"version": "0.50.1",
"version": "0.51.0",
"description": "⚡ The eslint-config package is a shared ESLint config that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
"repository": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"devDependencies": {
"@nx/eslint": ">=20.0.6",
"@nx/eslint-plugin": ">=20.0.6",
"@storm-software/eslint": "0.94.3",
"@storm-software/eslint": "0.95.0",
"@types/eslint": "^8.56.10",
"eslint": "9.5.0",
"eslint-doc-generator": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"devDependencies": {
"@nx/eslint": ">=20.0.6",
"@nx/eslint-plugin": ">=20.0.6",
"@storm-software/eslint": "0.94.3",
"@storm-software/eslint": "0.95.0",
"@types/eslint": "^8.56.10",
"eslint": "9.5.0",
"eslint-doc-generator": "1.7.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.42.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.41.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-storm-software",
"version": "0.41.1",
"version": "0.42.0",
"description": "⚡ The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
"repository": {
"type": "github",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.95.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.94.3 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/eslint",
"version": "0.94.3",
"version": "0.95.0",
"type": "module",
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/git-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.68.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 2.67.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/git-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/git-tools",
"version": "2.67.1",
"version": "2.68.0",
"type": "module",
"description": "⚡ A package containing various git tools used in Storm workspaces.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/linting-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.91.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.90.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/linting-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/linting-tools",
"version": "1.90.1",
"version": "1.91.0",
"type": "module",
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/terraform-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.31.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.30.1 (2024-11-10)

### Bug Fixes

- **config-tools:** Ensure trace logging is not marked as system logging ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
- **config-tools:** Ensure trace logging is not marked as system logging
([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))

## 0.30.0 (2024-11-08)

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.30.1",
"version": "0.31.0",
"type": "commonjs",
"description": "⚡ A Nx plugin package that contains various executors, generators, and utilities that assist in managing Terraform IoC.",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 1.83.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.82.1 (2024-11-10)

### Bug Fixes

- **config-tools:** Ensure trace logging is not marked as system logging ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
- **config-tools:** Ensure trace logging is not marked as system logging
([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))

## 1.82.0 (2024-11-08)

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.82.1",
"version": "1.83.0",
"type": "commonjs",
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/workspace-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 1.199.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 1.198.1 (2024-11-10)

### Bug Fixes

- **config-tools:** Ensure trace logging is not marked as system logging ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
- **config-tools:** Ensure trace logging is not marked as system logging
([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))

## 1.198.0 (2024-11-08)

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.198.1",
"version": "1.199.0",
"type": "commonjs",
"description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions terraform-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.42.0 (2024-11-18)

### Features

- **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))

## 0.41.1 (2024-11-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion terraform-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/terraform-modules",
"version": "0.41.1",
"version": "0.42.0",
"type": "commonjs",
"private": true,
"main": "./src/index.js",
Expand Down

0 comments on commit 6246a3b

Please sign in to comment.