Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 79247a5

Browse files
author
Max
authored
Update compat table and SDK version (#1137)
* Update version numbers for new release * update compat table * updated package json
1 parent 9f4eef3 commit 79247a5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ We try our best to maintain backwards compatability of our plugin with previous
6767
| v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* |
6868
| v0.45 | v3.0+ *(RN refactored instance manager code)* |
6969
| v0.46 | v4.0+ *(RN refactored js bundle loader code)* |
70-
| v0.46-v0.51 | v5.1+ *(RN removed unused registration of JS modules)*|
71-
| v0.52+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
70+
| v0.46-v0.52 | v5.1+ *(RN removed unused registration of JS modules)*|
71+
| v0.53+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
7272

7373
### Supported Components
7474

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/Microsoft/react-native-code-push"
1818
},
1919
"dependencies": {
20-
"code-push": "1.11.2-beta",
20+
"code-push": "2.0.4",
2121
"glob": "^5.0.15",
2222
"hoist-non-react-statics": "^2.3.1",
2323
"inquirer": "1.1.2",

0 commit comments

Comments
 (0)