@thebuoyant-tsdev/mui-ts-library 3.24.1 → 3.25.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.24.1",
3
+ "version": "3.25.0",
4
4
  "private": false,
5
5
  "description": "Type-safe React component library for MUI v9. Gantt chart with drag & drop, WYSIWYG rich text editor (TipTap), SQL & JSON code editors (CodeMirror 6), D3 data visualizations (Sunburst, Chord, RadialTree, CirclePacking, HorizontalTree, RadialStackedBar), tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
6
6
  "author": {
@@ -139,6 +139,7 @@
139
139
  "build": "npm run clean && vite build && tsc -p tsconfig.build.json && cp dist/index.d.ts dist/index.d.cts",
140
140
  "prepublishOnly": "npm run test:run && npm run build",
141
141
  "pack-release": "npm run build && mkdir -p releases && npm pack --pack-destination releases/",
142
+ "release": "bash scripts/release.sh",
142
143
  "npm-deploy": "bash scripts/npm-deploy.sh",
143
144
  "lint": "eslint .",
144
145
  "preview": "vite preview",