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

Release 99.99.99 #2752

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1d5743a
direct cameronvoell gutenberg-mobile to cameronvoell gutenberg submodule
cameronvoell Aug 22, 2019
25eec43
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Aug 26, 2019
4d4a297
Updating develop on my cameronvoell fork to point to latest fullscree…
cameronvoell Aug 26, 2019
7595fdd
merged WordPress mobile gutenberg-mobile with my fork
cameronvoell Aug 29, 2019
2d7b86e
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Sep 4, 2019
3d319c3
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Oct 14, 2019
2c315d9
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Oct 23, 2019
fbdd3db
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Oct 30, 2019
761d023
update gutenberg ref.
jd-alexander Sep 22, 2020
04fe2e5
Update gutenberg ref
jd-alexander Sep 23, 2020
98c7ba0
Updated ref.
jd-alexander Sep 23, 2020
51fb69c
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Sep 28, 2020
271693c
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Sep 28, 2020
6f0ce32
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 6, 2020
4ea4507
Remove files under bundle/android/raw and add to .gitignore
cameronvoell Oct 6, 2020
76b2584
Try removing ios bundle assets files and adding to .gitignore
cameronvoell Oct 7, 2020
4e79401
Remove autogenerated files from source control
cameronvoell Oct 7, 2020
a62102f
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 9, 2020
8344676
Updated ref.
jd-alexander Oct 9, 2020
9188571
Merge branch 'develop' into fix/2693_remove_unused_bundle_files
cameronvoell Oct 9, 2020
ec9f1d1
Fix gutenberg ref after merge
cameronvoell Oct 9, 2020
62a14e8
Limit .gitignore to block.json files and don't exclude assets transla…
cameronvoell Oct 9, 2020
7e8c427
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 9, 2020
bd9ff93
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 13, 2020
98cbed7
Merge pull request #2694 from wordpress-mobile/fix/2693_remove_unused…
cameronvoell Oct 13, 2020
cf06fd7
Merge pull request #2655 from wordpress-mobile/issue-915/improve_bloc…
jd-alexander Oct 14, 2020
bc4be69
Update Jetpack ref
etoledom Oct 15, 2020
1135316
Add yarn install inside jetpack submodule after npm install
etoledom Oct 16, 2020
2f04c27
Ignoring engines in Jetpack yarn install
etoledom Oct 16, 2020
7c5f992
Update gutenberg ref
etoledom Oct 16, 2020
c48f792
Update gutenberg ref
etoledom Oct 16, 2020
d1c6980
Update gutenberg ref
etoledom Oct 16, 2020
f4ef7bf
Merge pull request #2729 from wordpress-mobile/contact-form-jetpack-u…
etoledom Oct 16, 2020
b144d13
Merge branch 'develop' into merge_release_1.39.0_to_develop
ceyhun Oct 16, 2020
85820cf
Update gutenberg ref
ceyhun Oct 16, 2020
e7deb98
Adjust media-text attributes to default stacked on mobile to true (#2…
Oct 16, 2020
31bc585
Add Yarn to Readme Prerequisites
mchowning Oct 17, 2020
31088a0
Merge pull request #2739 from wordpress-mobile/add_yarn_to_readme_pre…
mzorz Oct 17, 2020
c6d7abe
Merge branch 'develop' into merge_release_1.39.0_to_develop
cameronvoell Oct 20, 2020
92bff7e
Merge pull request #2734 from wordpress-mobile/merge_release_1.39.0_t…
cameronvoell Oct 20, 2020
1234044
Merge remote-tracking branch 'upstream/develop' into develop
cameronvoell Oct 20, 2020
8ae007a
Release script: Update gb mobile version to 99.99.99
cameronvoell Oct 21, 2020
5b5f8d4
Release script: Update bundle for: 99.99.99
cameronvoell Oct 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android/app/src/main/assets/
gen/
build/
build.log
bundle/android/raw/*
bundle/android/App.js
bundle/android/App.js.map
bundle/ios/assets/gutenberg/packages/block-library/src/*

# Local configuration file (sdk path, etc)
local.properties
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "gutenberg"]
path = gutenberg
url = ../../WordPress/gutenberg.git
url = ../../cameronvoell/gutenberg.git
shallow = true
[submodule "jetpack"]
path = jetpack
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a developer experience closer to the one the project maintainers current hav
* git
* [nvm](https://github.com/creationix/nvm)
* Node.js and npm (use nvm to install them)
* [Yarn](https://yarnpkg.com/)
* [AndroidStudio](https://developer.android.com/studio/) to be able to compile the Android version of the app
* [Xcode](https://developer.apple.com/xcode/) to be able to compile the iOS app
* CocoaPods(`sudo gem install cocoapods`) needed to fetch React and third-party dependencies.
Expand Down
3,015 changes: 0 additions & 3,015 deletions bundle/android/App.js

This file was deleted.

1 change: 0 additions & 1 deletion bundle/android/App.js.map

This file was deleted.

148 changes: 0 additions & 148 deletions bundle/android/raw/gutenberg_node_modules_csscolorkeywords_colors.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading