Skip to content

Releases: GSTJ/react-native-code-push-plugin

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:58

1.0.13 (2026-07-27)

Bug Fixes

  • ios: redirect the bundle URL on Expo SDK 53's Swift AppDelegate (bb07d7b), closes #30, references #import #if #import
  • throw when a native file anchor is missing instead of no-op (fb416b1), references #30

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:35

1.0.12 (2026-07-27)

  • format the repo with oxfmt (1e7a566)

Bug Fixes

  • android: apply codepush.gradle without an apply from: anchor (7d29583), closes #26
  • android: hook CodePush into MainApplication's ReactHost (0519cd7)
  • build: keep tsc's incremental cache out of the emit path (2fe3574)
  • lint: clear the magic oxlint preset (aa671ac)

Code Refactoring

  • android: take ResourceXML from expo/config-plugins (91b76ce)
  • declare PluginConfigType as a type alias (cc67b2a)
  • kebab-case filenames (6c0ef7a)

Documentation

  • ci: note the check-approval gate on release PRs (#23) (3330f5e)
  • say which SDKs prebuild is tested against (641ad2c), references #import
  • tooling: refresh the config comments for 1.2.0 (39242cc)

Build System

  • deps: bump the magic packages to 1.1.0 (327fa39)
  • deps: bump the magic packages to 1.2.0 (39b11d7)
  • deps: move to pnpm and swap eslint/prettier for the magic stack (8a40864)

Continuous Integration

  • call the shared workflow by tag instead of @main (#29) (46cc903)
  • lint: make a stale disable directive fail the build (fd29026)
  • run the checks through GSTJ/magic and pnpm (2a13c39)

Chores

  • extend the shared renovate preset (cbf6fd2)
  • tooling: adopt the magic oxlint and oxfmt configs (84a44dc)
  • tooling: drop the workarounds 1.1.0 made unnecessary (46dc95b)

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 27 Jul 01:06

1.0.11 (2026-07-27)

Continuous Integration

  • say what to do when the release PR can't be opened (#21) (aa1e9d5)

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 27 Jul 01:00

1.0.10 (2026-07-27)

Bug Fixes

  • release: keep the changelog headings in the tag message (0c6c8c1)

Continuous Integration

  • land release bumps through a PR instead of pushing to master (#19) (a7016d2)

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:55

1.0.9 (2026-07-26)

Bug Fixes

Documentation

  • note App Center retirement and require CodePushServerURL (#14) (4e98a22)

Continuous Integration

  • add CI, CodeQL and release automation (#18) (09eeee1), references #11 #14
  • write the npm token in the release step (5de4211)

Chores

  • refresh yarn.lock to clear dev-only advisories (#15) (c6c05a3)
  • scope resolutions to clear 6 dev-only Dependabot alerts (#17) (367e340)

v1.0.8

Choose a tag to compare

@GSTJ GSTJ released this 25 Jul 20:18
6ab6f1d

Fixes the expo monorepo path resolution reported in #9.

codepush.gradle and the codepush android project are now resolved through node instead of hardcoded ../../node_modules paths, so hoisted and pnpm workspace setups stop failing with "Could not read script".

If you're upgrading from an older version, run expo prebuild --clean (or delete the old hardcoded apply line yourself). The idempotency guard won't rewrite it for you.

1.0.7

Choose a tag to compare

@GSTJ GSTJ released this 08 Feb 15:21
ecefe54

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@GSTJ GSTJ released this 22 Jan 15:43
8534277

What's Changed

New Contributors

Full Changelog: https://github.com/GSTJ/react-native-code-push-plugin/commits/1.0.6