@storm-software/config-tools 1.33.0 β†’ 1.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.33.1 (2024-03-28)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
7
+
8
+
9
+ ### ❀️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.33.0 (2024-03-25)
2
14
 
3
15
 
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  <br />
8
8
 
9
9
  <div align="center">
10
- <a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/stormstack" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/stormstack/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/stormstack/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/stormstack/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/stormstack/discussions">Ask a Question</a>
10
+ <a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
11
11
  </div>
12
12
 
13
13
  <br />
@@ -117,18 +117,18 @@ Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a
117
117
 
118
118
  ## Roadmap
119
119
 
120
- See the [open issues](https://github.com/storm-software/stormstack/issues) for a list of proposed features (and known issues).
120
+ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
121
121
 
122
- - [Top Feature Requests](https://github.com/storm-software/stormstack/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
123
- - [Top Bugs](https://github.com/storm-software/stormstack/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
124
- - [Newest Bugs](https://github.com/storm-software/stormstack/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
122
+ - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
123
+ - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
124
+ - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
125
125
 
126
126
  ## Support
127
127
 
128
128
  Reach out to the maintainer at one of the following places:
129
129
 
130
130
  - [Contact](https://stormsoftware.org/contact)
131
- - [GitHub discussions](https://github.com/storm-software/stormstack/discussions)
131
+ - [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
132
132
  - <support@stormsoftware.org>
133
133
 
134
134
  ## License
@@ -154,7 +154,7 @@ Please try to create bug reports that are:
154
154
 
155
155
  Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
156
156
 
157
- You can use [markdownlint-cli](https://github.com/storm-software/stormstack/markdownlint-cli) to check for common markdown style inconsistency.
157
+ You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
158
158
 
159
159
  ## Contributors
160
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "private": false,
5
5
  "description": "⚑The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
6
6
  "repository": {
@@ -22,6 +22,6 @@
22
22
  "access": "public"
23
23
  },
24
24
  "devDependencies": {
25
- "@storm-software/config": "1.7.0"
25
+ "@storm-software/config": "1.7.1"
26
26
  }
27
27
  }