-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: react-native-community/template
base: 0.75.7
head repository: react-native-community/template
compare: 0.76.0
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a4c86e - Browse repository at this point
Copy the full SHA 2a4c86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dd664 - Browse repository at this point
Copy the full SHA a6dd664View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51c16b - Browse repository at this point
Copy the full SHA c51c16bView commit details -
Update .github/workflows/release.yaml
Co-authored-by: Riccardo Cipolleschi <cipolleschi@meta.com>
Configuration menu - View commit details
-
Copy full SHA for f39d18e - Browse repository at this point
Copy the full SHA f39d18eView commit details -
Update .github/workflows/release.yaml
Co-authored-by: Riccardo Cipolleschi <cipolleschi@meta.com>
Configuration menu - View commit details
-
Copy full SHA for dcef464 - Browse repository at this point
Copy the full SHA dcef464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3afd696 - Browse repository at this point
Copy the full SHA 3afd696View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeefcc3 - Browse repository at this point
Copy the full SHA aeefcc3View commit details -
Merge pull request #19 from react-native-community/nc/nightlies-workflow
Add nightlies/release workflow for the template
Configuration menu - View commit details
-
Copy full SHA for c7ced57 - Browse repository at this point
Copy the full SHA c7ced57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d31142 - Browse repository at this point
Copy the full SHA 7d31142View commit details -
Merge pull request #20 from react-native-community/nc/remove-extra-tags
[GHA] Remove extra --tags from publish
Configuration menu - View commit details
-
Copy full SHA for 5162086 - Browse repository at this point
Copy the full SHA 5162086View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb2483f - Browse repository at this point
Copy the full SHA fb2483fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f0c7d - Browse repository at this point
Copy the full SHA 13f0c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a2381 - Browse repository at this point
Copy the full SHA 26a2381View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73cca5 - Browse repository at this point
Copy the full SHA d73cca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823345a - Browse repository at this point
Copy the full SHA 823345aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5e366 - Browse repository at this point
Copy the full SHA 5f5e366View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc28199 - Browse repository at this point
Copy the full SHA bc28199View commit details -
Configuration menu - View commit details
-
Copy full SHA for a976090 - Browse repository at this point
Copy the full SHA a976090View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bb13d3 - Browse repository at this point
Copy the full SHA 3bb13d3View commit details -
refactor: automation to tag and version the template when releasing (#30
) There was a discussion on Discord, where we looked at implementing what was originally proposed. This is that implementation. It'll need to land with a [cli](react-native-community/cli#2422) change to use the update template + tagging. - feat: add mutating react-native & @react-native/ packages Support for doing this on nightly and release workflows - feat: added node ./scripts/updateReactNativeVersion.js <version> Sets the version of react-native and the @react-native/ scoped packages. It will also normalize tags to concrete versions. E.g. latest -> 0.74.2 - refactor: move scripts into a ./scripts folder
Configuration menu - View commit details
-
Copy full SHA for 893dcc8 - Browse repository at this point
Copy the full SHA 893dcc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b44a9 - Browse repository at this point
Copy the full SHA e2b44a9View commit details
Commits on Jun 24, 2024
-
chore: sync main with 0.75-stable (#34)
There are some other minor commits, but the bulk are from: 4b5bf97 fix: package.json + ci version pinning 9738013 [LOCAL] Fix typo for input.version 21fc022 [LOCAL] Fix quotes for input.version 6ead588 [LOCAL] Make the template a non mjs module Refined from: $ git log --oneline origin/main..origin/0.75-stable | pbcopy $ git diff origin/main..origin/0.75-stable | git apply && git add -i
Configuration menu - View commit details
-
Copy full SHA for 33cbbff - Browse repository at this point
Copy the full SHA 33cbbffView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa868c5 - Browse repository at this point
Copy the full SHA fa868c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91dde91 - Browse repository at this point
Copy the full SHA 91dde91View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f93044 - Browse repository at this point
Copy the full SHA 8f93044View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28eaf0a - Browse repository at this point
Copy the full SHA 28eaf0aView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8892cc1 - Browse repository at this point
Copy the full SHA 8892cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2aac9 - Browse repository at this point
Copy the full SHA 2b2aac9View commit details
Commits on Sep 8, 2024
-
feat: create releases where PATCH doesn't have to match react-native (#…
…43) This feature needs to be released with react-native-community/cli#2475, which decouples the 1:1 release model we have for templates and react-native. Switching users to this is going to be difficult, and should only be rolled asap before 0.76. If we have to release a template fix, then only users with the latest CLI will be able to use that and subsequent versions. I'm not sure of how to clearly communicate that to users. - Added tests - Set dry_run to default
Configuration menu - View commit details
-
Copy full SHA for b46b99f - Browse repository at this point
Copy the full SHA b46b99fView commit details
Commits on Sep 9, 2024
-
- VERSION wasn't assigned correctly - Dry run wasn't working
Configuration menu - View commit details
-
Copy full SHA for 7ee1fc3 - Browse repository at this point
Copy the full SHA 7ee1fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8add14a - Browse repository at this point
Copy the full SHA 8add14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51d82a - Browse repository at this point
Copy the full SHA f51d82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897b92d - Browse repository at this point
Copy the full SHA 897b92dView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3834a87 - Browse repository at this point
Copy the full SHA 3834a87View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61e24ed - Browse repository at this point
Copy the full SHA 61e24edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb9c7b - Browse repository at this point
Copy the full SHA 0fb9c7bView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7345250 - Browse repository at this point
Copy the full SHA 7345250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1a411 - Browse repository at this point
Copy the full SHA 3b1a411View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 577ec06 - Browse repository at this point
Copy the full SHA 577ec06View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fbe281 - Browse repository at this point
Copy the full SHA 8fbe281View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a10830c - Browse repository at this point
Copy the full SHA a10830cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32324a4 - Browse repository at this point
Copy the full SHA 32324a4View commit details -
Fix: continue attempting release nothing to commit
This can happen if npm publish fails
Configuration menu - View commit details
-
Copy full SHA for fa7ebf3 - Browse repository at this point
Copy the full SHA fa7ebf3View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efb570b - Browse repository at this point
Copy the full SHA efb570bView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 140012e - Browse repository at this point
Copy the full SHA 140012eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e56f8a - Browse repository at this point
Copy the full SHA 6e56f8aView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2309dc - Browse repository at this point
Copy the full SHA c2309dcView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b95302 - Browse repository at this point
Copy the full SHA 8b95302View commit details
There are no files selected for viewing
Large diffs are not rendered by default.