@datawire-ai/busyfile-design-library 1.0.4 → 1.0.6-canary-20250902204835

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawire-ai/busyfile-design-library",
3
- "version": "1.0.4",
3
+ "version": "1.0.6-canary-20250902204835",
4
4
  "description": "A modern, accessible React component library built with TypeScript, Tailwind CSS, and Vite",
5
5
  "private": false,
6
6
  "type": "module",
@@ -98,6 +98,7 @@
98
98
  "format": "prettier --write src/**/*.{ts,tsx,css,md}",
99
99
  "changeset:add": "changeset",
100
100
  "changeset:version": "changeset version",
101
- "changeset:release": "changeset publish --access public"
101
+ "changeset:release": "changeset publish --access public",
102
+ "changeset:release:canary": "changeset publish --tag canary --access public"
102
103
  }
103
104
  }