Skip to content

Releases: expo/expo-github-action

8.2.1

15 Jan 12:36
Compare
Choose a tag to compare

8.2.1 (2024-01-15)

Bug fixes

  • preview: filter slugs with special characters to match dev clients exp+<slug> scheme (#252) (b8a9be8)

8.2.0

02 Dec 15:50
Compare
Choose a tag to compare

8.2.0 (2023-12-02)

New features

  • preview: add qr-target and use proper QR codes for expo-go and dev-build (#247) (54efbfd)

Documentation changes

  • preview: clarify the branch and workflow trigger relations (#246) (ccfad6f)

8.1.0

24 Nov 19:30
Compare
Choose a tag to compare

8.1.0 (2023-11-24)

New features

Bug fixes

  • preview: allow multiple app.json schemes (#244) (42d64cf)

Code changes

  • update error handling to node 20 standards (#243) (65ee055)
  • update workflows and repository to use Bun (#241) (7f1c170)
  • upgrade all actions to run on node 20 (#242) (b3e5355)

Other chores

  • ci: update release flow with new service account (#238) (e289d93)
  • update release workflow actions (#239) (57dcabe)

Documentation changes

  • add link to breaking change pull request (9e1a8c8)
  • fix changelog link in readme (185932d)
  • update example to use eas-version (#222) (7bc946c)

8.0.0

20 Feb 16:58
Compare
Choose a tag to compare

8.0.0 (2023-02-20)

⚠ BREAKING CHANGES

  • preview-comment: add deprecation notice with blog post (#207)

New features

  • preview: add eas update preview sub-action (#206) (f4d6037)

Code changes

  • preview-comment: add deprecation notice with blog post (#207) (d2b3e6c)

Other chores

  • bump http-cache-semantics from 4.1.0 to 4.1.1 (#205) (b1a8c06)

Documentation changes

  • preview-comment: emphasize that this sub-action is now deprecated (f4af238)
  • update examples for v8 (#210) (3d1cf9a)
  • update the readme with new examples (#208) (ae5d1a1)

7.2.1

04 Jan 16:38
Compare
Choose a tag to compare

7.2.1 (2023-01-04)

Code changes

Other chores

Documentation changes

  • command: update readme to fix badge (#201) (2606508)
  • preview-comment: add missing permissions in examples (#187) (5848f88)
  • update badge urls in the readmes (#199) (8440fd9)
  • update demo workflow to fix checkout issue (#181) (8e2559c)
  • use latest action verisons in readme (#193) (3f0a4b5)

7.2.0

07 Apr 18:19
Compare
Choose a tag to compare

7.2.0 (2022-04-07)

New features

  • comment: add comment-based action to interact with eas in pulls (#171) (088fd4e)

Other chores

  • bump minimist from 1.2.5 to 1.2.6 (#173) (72721e5)
  • clean the repo instead of checking out (ec1a49b)
  • disallow any linting issues for pulls (#177) (b5a8ca7)

Documentation changes

  • command: clean up the readme code example (0811162)
  • update the release steps in the contribution guide (b3b45ee)

7.1.1

17 Mar 19:59
Compare
Choose a tag to compare

7.1.1 (2022-03-17)

Bug fixes

Other chores

  • add tags syncing to the release workflow (eb1ffb8)
  • fix dirty repo preventing tag bump (7cde8f8)

Documentation changes

  • add direct link to expo access tokens (1f38d16)
  • increase visibility of the EXPO_TOKEN link (#168) (9fce70f)
  • preview-comment: update expo-cli version to latest (4681fcf)
  • reword the assumptions on package manager (459b567)

7.1.0

04 Mar 17:07
Compare
Choose a tag to compare

7.1.0 (2022-03-04)

New features

  • add projectDeepLink to template variables (#165) (2603f85)

Other chores

  • run authed tests only when auth is available (5815161)
  • set major tag version to release commit (b516013)
  • skip steps if auth is unavailable (bb7c723)
  • update github action author name (#166) (520d959)

7.0.3

14 Feb 15:46
Compare
Choose a tag to compare

7.0.3 (2022-02-14)

Bug fixes

  • improve invalid package version error handling (#159) (94c7d8a)
  • output error stacktraces in debug mode (#160) (6931e3c)

Other chores

Documentation changes

  • simplify expo cli versioning to latest (#161) (2e1fe6a)

7.0.2

25 Jan 16:49
Compare
Choose a tag to compare

7.0.2 (2022-01-25)

Code changes

  • preview-comment: auto-fill the github token (#156) (204dfed)