@storm-software/projen 0.15.52 → 0.15.58
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 +44 -0
- package/README.md +1 -1
- package/dist/{chunk-SRTKLDKB.js → chunk-BKFZ5MIF.js} +750 -664
- package/dist/{chunk-5GTHGNYB.mjs → chunk-MTYNYKCU.mjs} +747 -661
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,50 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.57](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.57) (2025-08-03)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updates to package dependencies
|
|
10
|
+
([d3178b9fe](https://github.com/storm-software/storm-ops/commit/d3178b9fe))
|
|
11
|
+
|
|
12
|
+
## [0.15.56](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.56) (2025-08-03)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Updates to README and dependencies
|
|
17
|
+
([d5fa740ba](https://github.com/storm-software/storm-ops/commit/d5fa740ba))
|
|
18
|
+
|
|
19
|
+
## [0.15.55](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.55) (2025-08-03)
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Update workspace dependency links for packages
|
|
24
|
+
([e311f77ef](https://github.com/storm-software/storm-ops/commit/e311f77ef))
|
|
25
|
+
|
|
26
|
+
## [0.15.54](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.54) (2025-08-03)
|
|
27
|
+
|
|
28
|
+
### Miscellaneous
|
|
29
|
+
|
|
30
|
+
- **monorepo:** Update README and package dependency versions
|
|
31
|
+
([cf2786e59](https://github.com/storm-software/storm-ops/commit/cf2786e59))
|
|
32
|
+
|
|
33
|
+
## [0.15.53](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.53) (2025-08-03)
|
|
34
|
+
|
|
35
|
+
### Miscellaneous
|
|
36
|
+
|
|
37
|
+
- **monorepo:** Update workspace package dependencies
|
|
38
|
+
([a51e7f3f5](https://github.com/storm-software/storm-ops/commit/a51e7f3f5))
|
|
39
|
+
- **monorepo:** Regenerate README markdown files
|
|
40
|
+
([bfce1b325](https://github.com/storm-software/storm-ops/commit/bfce1b325))
|
|
41
|
+
|
|
42
|
+
## [0.15.52](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.52) (2025-08-03)
|
|
43
|
+
|
|
44
|
+
### Miscellaneous
|
|
45
|
+
|
|
46
|
+
- **monorepo:** Update workspace package dependencies
|
|
47
|
+
([c6fbbda93](https://github.com/storm-software/storm-ops/commit/c6fbbda93))
|
|
48
|
+
|
|
5
49
|
## [0.15.51](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.51) (2025-08-02)
|
|
6
50
|
|
|
7
51
|
### Bug Fixes
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|