@homebound/beam 3.0.0-alpha.1 → 3.0.0-alpha.10
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 +5 -1
- package/dist/Css.json +913 -0
- package/dist/index.cjs +7709 -4437
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +27 -10
- package/dist/index.d.ts +27 -10
- package/dist/index.js +7603 -4351
- package/dist/index.js.map +1 -1
- package/dist/truss.css +1138 -0
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -69,4 +69,8 @@ In this way, Beam should be seen as a place to "copy & paste" start from, rather
|
|
|
69
69
|
|
|
70
70
|
## Alpha release
|
|
71
71
|
|
|
72
|
-
Beam
|
|
72
|
+
Beam follows [semantic releases](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/pre-releases).
|
|
73
|
+
|
|
74
|
+
If you want to make an alpha release, just create/push to the `alpha` branch.
|
|
75
|
+
|
|
76
|
+
You don't need to create a PR for the `alpha` branch.
|