Skip to content

Commit

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

- project: workspace-tools 1.190.2

- project: linting-tools 1.85.2

- project: testing-tools 1.74.2

- project: config-tools 1.101.2

- project: build-tools 0.93.2

- project: git-tools 2.61.2

- project: config 1.61.2

- project: eslint 0.83.3

- project: terraform-modules 0.36.2
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Sep 19, 2024
1 parent b86cd26 commit ffcf7c6
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 24 deletions.
12 changes: 10 additions & 2 deletions packages/build-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 0.93.1 (2024-09-19)
## 0.93.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 0.93.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 0.93.0 (2024-09-19)

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.93.1",
"version": "0.93.2",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
"type": "github",
Expand Down
12 changes: 10 additions & 2 deletions packages/config-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 1.101.1 (2024-09-19)
## 1.101.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 1.101.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 1.101.0 (2024-09-19)

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.101.1",
"version": "1.101.2",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
"type": "github",
Expand Down
12 changes: 10 additions & 2 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 1.61.1 (2024-09-19)
## 1.61.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 1.61.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 1.61.0 (2024-09-19)

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.61.1",
"version": "1.61.2",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"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": ">=19.6.4",
"@nx/eslint-plugin": ">=19.6.4",
"@storm-software/eslint": "0.83.2",
"@storm-software/eslint": "0.83.3",
"@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": ">=19.6.4",
"@nx/eslint-plugin": ">=19.6.4",
"@storm-software/eslint": "0.83.2",
"@storm-software/eslint": "0.83.3",
"@types/eslint": "^8.56.10",
"eslint": "9.5.0",
"eslint-doc-generator": "1.7.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.83.3 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 0.83.2 (2024-09-19)


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.83.2",
"version": "0.83.3",
"type": "module",
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/git-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.61.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 2.61.1 (2024-09-19)


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.61.1",
"version": "2.61.2",
"type": "module",
"description": "⚡ A package containing various git tools used in Storm workspaces.",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/linting-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.85.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 1.85.1 (2024-09-19)


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.85.1",
"version": "1.85.2",
"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
12 changes: 10 additions & 2 deletions packages/terraform-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 0.22.1 (2024-09-19)
## 0.22.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 0.22.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 0.22.0 (2024-09-19)

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.22.1",
"version": "0.22.2",
"type": "commonjs",
"description": "⚡ A Nx plugin package that contains various executors, generators, and utilities that assist in managing Terraform IoC.",
"repository": {
Expand Down
12 changes: 10 additions & 2 deletions packages/testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 1.74.1 (2024-09-19)
## 1.74.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 1.74.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 1.74.0 (2024-09-19)

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.74.1",
"version": "1.74.2",
"type": "commonjs",
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
"repository": {
Expand Down
12 changes: 10 additions & 2 deletions packages/workspace-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 1.190.1 (2024-09-19)
## 1.190.2 (2024-09-19)


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 1.190.1 (2024-09-19)

### Bug Fixes

- **eslint:** Resolved issue with scenario where invalid TypeScript configuration is provided ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
- **eslint:** Resolved issue with scenario where invalid TypeScript
configuration is provided
([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))

## 1.190.0 (2024-09-19)

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


### Bug Fixes

- **eslint:** Resolve issue applying plugin to configuration aggregate ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))

## 0.36.1 (2024-09-19)


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.36.1",
"version": "0.36.2",
"type": "commonjs",
"private": true,
"main": "./src/index.js",
Expand Down

0 comments on commit ffcf7c6

Please sign in to comment.