Skip to content

Commit

Permalink
Merge pull request #6 from nyaruka/main
Browse files Browse the repository at this point in the history
update to 1.14.0
  • Loading branch information
jcbalmeida authored Aug 3, 2021
2 parents b86ab9c + e0d6a7f commit 69049d2
Show file tree
Hide file tree
Showing 21 changed files with 2,992 additions and 170 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"jest": true
},
"rules": {
"prettier/prettier": ["error", { "singleQuote": true }]
"prettier/prettier": ["error", { "singleQuote": true }],
"no-prototype-builtins": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/camelcase": 0,
"@typescript-eslint/explicit-member-accessibility": 0
},
"settings": {
"react": {
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ stats.json
report.html
lambda-build
lib
build
build
fabric
fabfile.py
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.14.0](https://github.com/nyaruka/floweditor/compare/v1.13.19...v1.14.0)

> 14 July 2021
- Initialize ticketer properly for the internal only case. [`#1005`](https://github.com/nyaruka/floweditor/pull/1005)

#### [v1.13.19](https://github.com/nyaruka/floweditor/compare/v1.13.18...v1.13.19)

> 13 July 2021
- Rely on load to reset OGG sound files [`148fd99`](https://github.com/nyaruka/floweditor/commit/148fd99afc71953211667c2c9c122a906dfb5535)

#### [v1.13.18](https://github.com/nyaruka/floweditor/compare/v1.13.17...v1.13.18)

> 13 July 2021
- Fix media player display and loading [`#1004`](https://github.com/nyaruka/floweditor/pull/1004)
- cruft [`d0b9f41`](https://github.com/nyaruka/floweditor/commit/d0b9f41361687616f5d701aa60f23a80885053d2)

#### [v1.13.17](https://github.com/nyaruka/floweditor/compare/v1.13.16...v1.13.17)

> 30 June 2021
- Adjust treatment for open ticket action for internal ticketers [`#1002`](https://github.com/nyaruka/floweditor/pull/1002)
- Add combined lambda function file [`fba4f39`](https://github.com/nyaruka/floweditor/commit/fba4f399424656ef7c4d4d22fc6700cb18bb4a07)
- Update i18n [`433d561`](https://github.com/nyaruka/floweditor/commit/433d561617365c762db02217545d7966341d307b)
- Fix i18n for field placeholder [`ee7763d`](https://github.com/nyaruka/floweditor/commit/ee7763d66160f9078e1f8abba1361455528cb359)

#### [v1.13.16](https://github.com/nyaruka/floweditor/compare/v1.13.9...v1.13.16)

> 3 June 2021
Expand Down
Loading

0 comments on commit 69049d2

Please sign in to comment.