@bigbinary/neeto-slack-frontend 4.0.14 → 4.0.15-beta2

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 (3) hide show
  1. package/README.md +13 -0
  2. package/dist/.ready +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -20,6 +20,7 @@ package and `neeto-slack-engine` Rails engine for development.
20
20
  - [Hooks](#hooks)
21
21
  - [useFetchSlackIntegrationsStatus](#1-usefetchslackintegrationsstatus)
22
22
  2. [Instructions for Publishing](#instructions-for-publishing)
23
+ - [Release gate](#release-gate)
23
24
 
24
25
  ## Development with Host Application
25
26
 
@@ -600,6 +601,18 @@ Consult the
600
601
  [building and releasing packages](https://neeto-engineering.neetokb.com/articles/building-and-releasing-packages)
601
602
  guide for details on how to publish.
602
603
 
604
+ ### Release gate
605
+
606
+ A pull request merges only through NeetoTower's release gate. Two labels are
607
+ needed: exactly one of `patch`, `minor` or `major` (or `skip-version-bump` when
608
+ nothing is published), and then `release`, added last. NeetoTower publishes a
609
+ beta of the engine and the package, tests the beta in the apps that use this
610
+ nano, posts the result as a comment, and merges the pull request when every app
611
+ is green. If an app fails because of the change, NeetoTower removes the
612
+ `release` label; fix the problem and add `release` again to start a new
613
+ attempt. `force-release` skips the gate and merges at once. It is for
614
+ maintainers in an emergency only, and the gate comment records who used it.
615
+
603
616
  <br>
604
617
 
605
618
  ## Integrations
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-09-11T03:46:19.610Z
1
+ Built at 2026-09-11T09:37:28.738Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "4.0.14",
3
+ "version": "4.0.15-beta2",
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.18",
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.18",
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",