@lessly/ui 1.1.0 → 1.3.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": "@lessly/ui",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "Lessly design system — shared UI primitives, tokens, and theme",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",
@@ -37,7 +37,7 @@
37
37
  "storybook": "storybook dev -p 6006 --no-open",
38
38
  "build-storybook": "storybook build",
39
39
  "changeset": "changeset",
40
- "release:version": "changeset version && node scripts/stamp-changelog-date.mjs",
40
+ "release:version": "changeset version && node scripts/stamp-changelog-date.mjs && pnpm gen-changelog",
41
41
  "release:publish": "node scripts/release-publish.mjs",
42
42
  "release:tag": "changeset tag",
43
43
  "dev-site": "vite --config site/vite.config.ts",