@moontra/moonui-pro 3.5.3 → 3.5.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.
@@ -27,7 +27,7 @@ var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
27
27
  var path__namespace = /*#__PURE__*/_interopNamespace(path);
28
28
 
29
29
  /**
30
- * @moontra/moonui-pro v3.5.3 - CommonJS build (next-config + vite plugins)
30
+ * @moontra/moonui-pro v3.5.4 - CommonJS build (next-config + vite plugins)
31
31
  * (c) 2026 MoonUI. All rights reserved.
32
32
  * @license Commercial - https://moonui.dev/license
33
33
  */
@@ -2,7 +2,7 @@ import * as fs from 'fs';
2
2
  import * as path from 'path';
3
3
 
4
4
  /**
5
- * @moontra/moonui-pro v3.5.3
5
+ * @moontra/moonui-pro v3.5.4
6
6
  * Premium UI components for MoonUI
7
7
  * (c) 2026 MoonUI. All rights reserved.
8
8
  * @license Commercial - https://moonui.dev/license
package/dist/server.mjs CHANGED
@@ -4,7 +4,7 @@ import * as crypto from 'crypto';
4
4
  import crypto__default from 'crypto';
5
5
 
6
6
  /**
7
- * @moontra/moonui-pro v3.5.3
7
+ * @moontra/moonui-pro v3.5.4
8
8
  * Premium UI components for MoonUI
9
9
  * (c) 2026 MoonUI. All rights reserved.
10
10
  * @license Commercial - https://moonui.dev/license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @moontra/moonui-pro v3.5.3
2
+ * @moontra/moonui-pro v3.5.4
3
3
  * Premium UI components for MoonUI
4
4
  * (c) 2026 MoonUI. All rights reserved.
5
5
  * @license Commercial - https://moonui.dev/license
@@ -27,7 +27,7 @@ var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
27
27
  var path__namespace = /*#__PURE__*/_interopNamespace(path);
28
28
 
29
29
  /**
30
- * @moontra/moonui-pro v3.5.3 - CommonJS build (next-config + vite plugins)
30
+ * @moontra/moonui-pro v3.5.4 - CommonJS build (next-config + vite plugins)
31
31
  * (c) 2026 MoonUI. All rights reserved.
32
32
  * @license Commercial - https://moonui.dev/license
33
33
  */
@@ -2,7 +2,7 @@ import * as fs from 'fs';
2
2
  import * as path from 'path';
3
3
 
4
4
  /**
5
- * @moontra/moonui-pro v3.5.3
5
+ * @moontra/moonui-pro v3.5.4
6
6
  * Premium UI components for MoonUI
7
7
  * (c) 2026 MoonUI. All rights reserved.
8
8
  * @license Commercial - https://moonui.dev/license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -75,9 +75,10 @@
75
75
  "test:coverage": "jest --coverage",
76
76
  "prepublishOnly": "npm run clean && npm run build",
77
77
  "postinstall": "node scripts/postinstall.cjs",
78
- "pub": "npm version patch && npm run build && npm publish",
79
- "pub:minor": "npm version minor && npm run build && npm publish",
80
- "pub:major": "npm version major && npm run build && npm publish"
78
+ "pub": "npm publish",
79
+ "version:patch": "npm version patch --no-git-tag-version",
80
+ "version:minor": "npm version minor --no-git-tag-version",
81
+ "version:major": "npm version major --no-git-tag-version"
81
82
  },
82
83
  "keywords": [
83
84
  "ui",