@storm-software/prettier 0.45.31 → 0.46.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +2 -1
  3. package/package.json +32 -12
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  # Changelog for Storm Ops - Prettier
4
4
 
5
+ ## [0.46.0](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.46.0) (2025-05-05)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Use pnpm to publish the packages
10
+ ([f31a22830](https://github.com/storm-software/storm-ops/commit/f31a22830))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([ddded09ab](https://github.com/storm-software/storm-ops/commit/ddded09ab))
16
+
17
+ ## [0.45.32](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.45.32) (2025-04-30)
18
+
19
+ ### Miscellaneous
20
+
21
+ - **monorepo:** Regenerate README markdown files
22
+ ([4b707da15](https://github.com/storm-software/storm-ops/commit/4b707da15))
23
+
5
24
  ## [0.45.31](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.45.31) (2025-04-30)
6
25
 
7
26
  ### Miscellaneous
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-0.45.30-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
24
+ [![Version](https://img.shields.io/badge/version-0.45.32-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Prettier Package](#storm-prettier-package)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.45.31",
3
+ "version": "0.46.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -50,15 +50,33 @@
50
50
  "prettier-plugin-toml": "^2.0.4"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
- "prettier": { "optional": false },
54
- "prettier-plugin-astro": { "optional": true },
55
- "prettier-plugin-organize-imports": { "optional": false },
56
- "prettier-plugin-pkg": { "optional": false },
57
- "prettier-plugin-prisma": { "optional": false },
58
- "prettier-plugin-sh": { "optional": false },
59
- "prettier-plugin-solidity": { "optional": true },
60
- "prettier-plugin-tailwindcss": { "optional": true },
61
- "prettier-plugin-toml": { "optional": false }
53
+ "prettier": {
54
+ "optional": false
55
+ },
56
+ "prettier-plugin-astro": {
57
+ "optional": true
58
+ },
59
+ "prettier-plugin-organize-imports": {
60
+ "optional": false
61
+ },
62
+ "prettier-plugin-pkg": {
63
+ "optional": false
64
+ },
65
+ "prettier-plugin-prisma": {
66
+ "optional": false
67
+ },
68
+ "prettier-plugin-sh": {
69
+ "optional": false
70
+ },
71
+ "prettier-plugin-solidity": {
72
+ "optional": true
73
+ },
74
+ "prettier-plugin-tailwindcss": {
75
+ "optional": true
76
+ },
77
+ "prettier-plugin-toml": {
78
+ "optional": false
79
+ }
62
80
  },
63
81
  "dependencies": {
64
82
  "prettier-plugin-jsdoc": "^1.3.2",
@@ -75,5 +93,7 @@
75
93
  "prettier-plugin-solidity": "^1.4.3",
76
94
  "prettier-plugin-tailwindcss": "^0.6.11"
77
95
  },
78
- "publishConfig": { "access": "public" }
79
- }
96
+ "publishConfig": {
97
+ "access": "public"
98
+ }
99
+ }