@storm-software/workspace-tools 1.66.2 → 1.66.4
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 +24 -0
- package/README.md +7 -7
- package/package.json +1 -1
- package/src/generators/release-version/generator.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.66.4 (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Resolve issue releasing cargo dependency crates ([6c14fb2d](https://github.com/storm-software/storm-ops/commit/6c14fb2d))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.66.3 (2024-03-28)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
## 1.66.2 (2024-03-28)
|
|
2
26
|
|
|
3
27
|
|
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/
|
|
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 />
|
|
@@ -519,18 +519,18 @@ Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a
|
|
|
519
519
|
|
|
520
520
|
## Roadmap
|
|
521
521
|
|
|
522
|
-
See the [open issues](https://github.com/storm-software/
|
|
522
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
523
523
|
|
|
524
|
-
- [Top Feature Requests](https://github.com/storm-software/
|
|
525
|
-
- [Top Bugs](https://github.com/storm-software/
|
|
526
|
-
- [Newest Bugs](https://github.com/storm-software/
|
|
524
|
+
- [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)
|
|
525
|
+
- [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)
|
|
526
|
+
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
527
527
|
|
|
528
528
|
## Support
|
|
529
529
|
|
|
530
530
|
Reach out to the maintainer at one of the following places:
|
|
531
531
|
|
|
532
532
|
- [Contact](https://stormsoftware.org/contact)
|
|
533
|
-
- [GitHub discussions](https://github.com/storm-software/
|
|
533
|
+
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
534
534
|
- <support@stormsoftware.org>
|
|
535
535
|
|
|
536
536
|
## License
|
|
@@ -556,7 +556,7 @@ Please try to create bug reports that are:
|
|
|
556
556
|
|
|
557
557
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
558
558
|
|
|
559
|
-
You can use [markdownlint-cli](https://github.com/storm-software/
|
|
559
|
+
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
560
560
|
|
|
561
561
|
## Contributors
|
|
562
562
|
|
package/package.json
CHANGED