-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gerardo Pacheco
committed
Nov 11, 2020
1 parent
c32ddff
commit 050f493
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gutenberg-mobile
updated
17 files
+38 −15 | .circleci/config.yml | |
+11 −0 | .github/dependabot.yml | |
+2 −0 | .gitignore | |
+1 −0 | README.md | |
+9 −0 | RELEASE-NOTES.txt | |
+2 −1 | bundle/android/strings.xml | |
+1,548 −1,290 | bundle/ios/App.js | |
+1 −1 | bundle/ios/App.js.map | |
+2 −1 | bundle/ios/GutenbergNativeTranslations.swift | |
+5 −1 | docs/Releasing.md | |
+1 −1 | gutenberg | |
+7 −1 | package-lock.json | |
+9 −4 | package.json | |
+4 −1 | src/index.js | |
+12 −0 | src/initial-html.js | |
+27 −0 | src/jetpack-editor-setup.js | |
+4 −1 | src/test/index.js |