File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 uses : pixl8/github-action-box-install@v2
2828
29+ - name : Push to Translation Manager
30+ uses : pixl8/github-action-push-to-translation-manager@v1
31+ with :
32+ translations_api_key : ${{ secrets.TRANSLATIONS_API_KEY }}
33+
2934 - name : Generate release version number
3035 if : " env.PUBLISH == 'true'"
3136 id : versiongen
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.2.3
4+
5+ * VALIDATION-8 - Min/ Max if other field value
6+
7+
38## v1.2.2
49
510* Add missing client side validation for the ` requiredifotherfieldmatchsystemlookup ` validator
1015
1116## v1.2.0
1217
13- * [ VALIDATION-5] ( https://projects.pixl8.london/browse/VALIDATION-5 ) - requiredIfOtherFieldInValues to allow required for multiple values
14- * [ VALIDATION-4] ( https://projects.pixl8.london/browse/VALIDATION-4 ) - Add rule for a field to be required if other field match system config
18+ * VALIDATION-5 - requiredIfOtherFieldInValues to allow required for multiple values
19+ * VALIDATION-4 - Add rule for a field to be required if other field match system config
1520
1621## v1.1.0
1722
You can’t perform that action at this time.
0 commit comments