@datawire-ai/busyfile-design-library 1.0.8 → 1.2.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/README.md +2 -1
- package/dist/index.js +3160 -0
- package/dist/index.umd.cjs +22 -0
- package/dist/style.css +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ pnpm test
|
|
|
47
47
|
1. Fork the repository
|
|
48
48
|
2. Create a feature branch
|
|
49
49
|
3. Make your changes
|
|
50
|
-
4. Create changeset `pnpm changeset:add
|
|
50
|
+
4. Create changeset `pnpm changeset:add` & `pnpm changeset version`
|
|
51
51
|
5. Submit a pull request
|
|
52
52
|
|
|
53
53
|
## PRs & Changeset Process
|
|
@@ -64,6 +64,7 @@ pnpm test
|
|
|
64
64
|
- [ ] Apply PR feedback
|
|
65
65
|
- [ ] Push the changes and get them reviewed again
|
|
66
66
|
- [ ] Repeat until the PR is ready for merge into `main`
|
|
67
|
+
- [ ] **Do not publish from your local on npm**
|
|
67
68
|
|
|
68
69
|
### Project Structure
|
|
69
70
|
|