@bigbinary/neeto-slack-frontend 4.0.14 → 4.0.15-beta1
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 +10 -0
- package/dist/.ready +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -600,6 +600,16 @@ Consult the
|
|
|
600
600
|
[building and releasing packages](https://neeto-engineering.neetokb.com/articles/building-and-releasing-packages)
|
|
601
601
|
guide for details on how to publish.
|
|
602
602
|
|
|
603
|
+
### Release gate
|
|
604
|
+
|
|
605
|
+
A pull request merges only through NeetoTower's release gate. Add the `patch`,
|
|
606
|
+
`minor` or `major` label (or `skip-version-bump` when nothing is published) and
|
|
607
|
+
then the `release` label. NeetoTower publishes a beta of the engine and the
|
|
608
|
+
package, tests the beta in the apps that use this nano, posts the result as a
|
|
609
|
+
comment, and merges the pull request when every app is green. If an app fails
|
|
610
|
+
because of the change, fix it and add `release` again. `force-release` skips
|
|
611
|
+
the gate in an emergency.
|
|
612
|
+
|
|
603
613
|
<br>
|
|
604
614
|
|
|
605
615
|
## Integrations
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-09-
|
|
1
|
+
Built at 2026-09-11T08:24:39.549Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.15-beta1",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-slack-nano",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
76
76
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
77
77
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
78
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
78
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
79
79
|
"@bigbinary/neetoui": "8.8.3",
|
|
80
80
|
"@emotion/is-prop-valid": "1.2.0",
|
|
81
81
|
"@faker-js/faker": "8.2.0",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
187
187
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
188
188
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
189
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
189
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
190
190
|
"@bigbinary/neetoui": "8.8.3",
|
|
191
191
|
"@honeybadger-io/js": "6.10.1",
|
|
192
192
|
"@honeybadger-io/react": "6.1.25",
|