Skip to content

Releases: expo/expo-github-action

7.0.1

17 Jan 20:37
Compare
Choose a tag to compare

7.0.1 (2022-01-17)

Bug fixes

  • remove double resolving package versions (#152) (d53d38f)

Other chores

  • run test workflow every day at 15:00 utc (fd33d59)

Documentation changes

  • explicitly add non interactive flag (#151) (844ea09)
  • update comment preview readme header (7a46a49)
  • update step title in example with eas cli (7934883)
  • update workflow badge with test status (99593b8)

7.0.0

15 Jan 15:47
Compare
Choose a tag to compare

7.0.0 (2022-01-15)

⚠ BREAKING CHANGES

  • some input options are deprecated
    • Username and password authentication is dropped in favor of tokens
    • Custom cache keys are dropped
    • Custom install error handler is dropped

New features

Bug fixes

  • use which instead of npx to authenticate (#147) (c5d2c0f)

Code changes

Other chores

  • add basic e2e test workflow for main action (#141) (414c169)
  • add manual trigger to the tests (4908a48)
  • always use lf for build files (#122) (a9b9cfe)
  • bump semver-regex from 3.1.2 to 3.1.3 (#114) (50c0ef9)
  • bump tar from 4.4.13 to 4.4.19 (#112) (5f5673b)
  • bump tmpl from 1.0.4 to 1.0.5 (#115) (92ec93f)
  • clean up dependencies and eslint rules (#145) (3ae7999)
  • clean up master references in release and workflows (#104) (a2d9b1c)
  • clean up tsconfig and eslint rules (#123) (c20146f)
  • lint root files with prettier and eslint (#125) (1cfa7bb)
  • rebuild project (45b79a0)
  • rebuild project after dependency bumps (b099f17)
  • remove husky and improve ci build message (#128) (39b0d36)
  • simplify review and update build detection (#142) (ee415b0)
  • update setup-node action to v2 release (#119) (3b3e6b8)
  • update semantic release to update the build (354dc08)
  • update the action manifest (633cdf0)
  • upgrade dev dependencies and rebuild action (#120) (186ef00)

Documentation changes

  • fix broken sup element in readme (0b1822a)
  • fix github capitalization (#116) (b602469)
  • fix unsplash comment on pr branch reference (#110) (f14253e)
  • update default values in readme (c2f11d2)
  • update expo.io links to expo.dev (#111) (1c8e5a2)
  • update node version reference in readme (#107) (3ba667b)
  • update readme and contributing guides (521de72)
  • use main branch to update v{major} tag (#103) (def44e2)

6.0.0

22 Jun 14:32
Compare
Choose a tag to compare

6.0.0 (2021-06-22)

⚠ BREAKING CHANGES

  • Github Action inputs are changed to allow both Expo and EAS CLI.

New features

  • add support for eas cli installs (#98) (04692c3)

Other chores

Documentation changes

  • add commands to contirbuting guide for updating v{major} tags (1b57c37)
  • update readme for v6 release (#101) (8b43bae)
  • update upstream reference in contributing guide (76ce4de)

5.5.1

17 Jun 12:00
Compare
Choose a tag to compare

5.5.1 (2021-06-17)

Bug fixes

  • revert to node 12 for the action (2662a5f)

5.5.0

17 Jun 11:56
Compare
Choose a tag to compare

5.5.0 (2021-06-17)

New features

  • switch to node 14 for the action itself (f13b0ea)

Bug fixes

  • add support for environments without remote cache (#91) (9c0e696)

Code changes

  • simplify typescript config with community config (#94) (da4e754)
  • update all dependencies to latest versions (#93) (6bc0bed)

Other chores

  • add semantic release for easy versioning (#95) (6354b0a)
  • fix the allowed branches for semenatic release (6b8c488)
  • mock the github actions warning to avoid leaking annotations (#96) (a11a47a)
  • tweak the release workflow (79ebfbc)

Documentation changes

  • add missing release step to contributing guide (04e3b32)

5.4.0

12 Jan 14:21
Compare
Choose a tag to compare

5.4.0 (2021-01-12)

New features

  • improve error handling with update check (#76) (917e072)

Code refactors

  • use official actions cache package instead of cypress fork (#62) (0eb46e9)
  • output cache errors with actions core (187c4ad)
  • group output by steps for readability (#70) (75b743c)
  • update all dev dependencies to latest version (#71) (ed7f67d)

Documentation changes

  • update the cache description without the fork (13d7820)
  • update readme to latest expo cli and node (#77) (6c0f4d7)

Other chores

  • update all dependencies to latest versions (#78) (4ec7251)

5.3.1

20 Oct 16:10
Compare
Choose a tag to compare

5.3.1 (2020-10-20)

Other chores

  • bump @actions/core from 1.2.4 to 1.2.6 (#63) (b807fa6)

5.3.0

19 Sep 01:58
Compare
Choose a tag to compare

5.3.0 (2020-09-19)

New features

  • add expo token authentication method (#57) (1c36889)

5.2.0

14 Jul 14:06
Compare
Choose a tag to compare

5.2.0 (2020-07-14)

Bug fixes

  • proper space between icon and text (#50) (b8a49f4)

Code refactors

  • use github actions instead of circle (#54) (d3602b9)

Documentation changes

Other chores

  • upgrade all dependencies to latest version (#55) (404bd09)

5.1.1

10 Jun 17:30
Compare
Choose a tag to compare

5.1.1 (2020-06-10)

Bug fixes