Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix types, cleanup minor submitted PRs & issues #262

Merged
merged 8 commits into from
Jul 12, 2024
Merged

Commits on Jul 6, 2024

  1. fix: do not access prototype

    NOTE: I could on reproduce this as an issue in Android StrictMode (not JS or React StrictMode)
    
    fixes #239
    6utt3rfly committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    037d1db View commit details
    Browse the repository at this point in the history
  2. fix: update Array elements typing

    ephys authored and 6utt3rfly committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    097ae12 View commit details
    Browse the repository at this point in the history
  3. fix: throwError return type

    (from d07RiV but with semantic-release commit message)
    
    fixes #252
    6utt3rfly committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e0df539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f7fb57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a5b1a View commit details
    Browse the repository at this point in the history
  6. fix: add types for SequenceExpressions

    fixes #261
    6utt3rfly committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d0cf015 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70b8ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. build: update GH Action versions (#264) (#265)

    - test on node 16, 18, 20
    - update actions/* version numbers
    - publish from node 20
    
    Co-authored-by: Shelly <[email protected]>
    EricSmekens and 6utt3rfly authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f450633 View commit details
    Browse the repository at this point in the history