Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 30, 2023
2 parents 5f83171 + 6c52129 commit 208766b
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.13.15](https://github.com/storm-software/storm-ops/compare/@storm-software/storm-ops-v1.13.14...@storm-software/storm-ops-v1.13.15) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.13.14](https://github.com/storm-software/storm-ops/compare/@storm-software/storm-ops-v1.13.13...@storm-software/storm-ops-v1.13.14) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/storm-ops",
"version": "1.13.14",
"version": "1.13.15",
"private": true,
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/create-storm-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.16.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.18...create-storm-workspace-v1.16.19) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.16.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.17...create-storm-workspace-v1.16.18) (2023-11-30)


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.16.18",
"version": "1.16.19",
"private": false,
"description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
"keywords": [
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 @@
## [1.10.18](https://github.com/storm-software/storm-ops/compare/git-tools-v1.10.17...git-tools-v1.10.18) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.10.17](https://github.com/storm-software/storm-ops/compare/git-tools-v1.10.16...git-tools-v1.10.17) (2023-11-30)


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": "1.10.17",
"version": "1.10.18",
"private": false,
"description": "⚡ A package containing various git tools used in Storm workspaces.",
"keywords": [
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.12.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.14...linting-tools-v1.12.15) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.12.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.13...linting-tools-v1.12.14) (2023-11-30)


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.12.14",
"version": "1.12.15",
"private": false,
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.9.14](https://github.com/storm-software/storm-ops/compare/testing-tools-v1.9.13...testing-tools-v1.9.14) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.9.13](https://github.com/storm-software/storm-ops/compare/testing-tools-v1.9.12...testing-tools-v1.9.13) (2023-11-30)


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.9.13",
"version": "1.9.14",
"private": false,
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/workspace-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.16.17](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.16.16...workspace-tools-v1.16.17) (2023-11-30)


### Bug Fixes

* **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))

## [1.16.16](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.16.15...workspace-tools-v1.16.16) (2023-11-30)


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.16.16",
"version": "1.16.17",
"private": false,
"description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
"keywords": [
Expand Down

0 comments on commit 208766b

Please sign in to comment.