create-storm-workspace 1.62.0 โ†’ 1.66.0

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,38 @@
1
+ ## 1.66.0 (2024-06-22)
2
+
3
+
4
+ ### ๐Ÿš€ Features
5
+
6
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
7
+
8
+ ## 1.65.0 (2024-06-22)
9
+
10
+
11
+ ### ๐Ÿš€ Features
12
+
13
+ - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
14
+
15
+ ## 1.64.0 (2024-06-22)
16
+
17
+
18
+ ### ๐Ÿš€ Features
19
+
20
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
21
+
22
+ ## 1.63.0 (2024-06-21)
23
+
24
+
25
+ ### ๐Ÿš€ Features
26
+
27
+ - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
28
+
29
+ ## 1.62.1 (2024-06-05)
30
+
31
+
32
+ ### ๐Ÿฉน Fixes
33
+
34
+ - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
35
+
1
36
  ## 1.62.0 (2024-06-03)
2
37
 
3
38
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>โšกStorm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">๐Ÿ’ป Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.61.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.65.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
26
 
27
27
  > [!IMPORTANT]
@@ -39,7 +39,8 @@ This package is part of the <b>โšกStorm-Ops</b> monorepo. The Storm-Ops packages
39
39
 
40
40
  This package can be used to generate a Storm workspace.
41
41
 
42
- It is essentially a wrapper around the [Nx CLI](https://nx.dev) that adds some additional functionality.
42
+ It is essentially a wrapper around the [Nx CLI](https://nx.dev) that adds some
43
+ additional functionality.
43
44
 
44
45
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
45
46
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -78,7 +79,8 @@ Run `nx build create-storm-workspace` to build the library.
78
79
 
79
80
  ## Running unit tests
80
81
 
81
- Run `nx test create-storm-workspace` to execute the unit tests via [Jest](https://jestjs.io).
82
+ Run `nx test create-storm-workspace` to execute the unit tests via
83
+ [Jest](https://jestjs.io).
82
84
 
83
85
  <!-- START footer -->
84
86
  <!-- prettier-ignore-start -->