Skip to content

Commit

Permalink
Test paragraph alignment on gutenberg
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Oct 21, 2019
1 parent fe404a2 commit 8fb7796
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 65 deletions.
9 changes: 5 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def aztec
## When using a tagged version, feel free to comment out the WordPress-Aztec-iOS line below.
## When using a commit number (during development) you should provide the same commit number for both pods.
##
## pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => '81e1e1bb1cb209004d66bba75338595cc9aab147'
## pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => '81e1e1bb1cb209004d66bba75338595cc9aab147'
pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => 'bd0548894c9af281b3f250444f198641e9d86832'
pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => 'bd0548894c9af281b3f250444f198641e9d86832'
## pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => '1.5.0.beta.1'
## pod 'WordPress-Editor-iOS', :path => '../AztecEditor-iOS'
pod 'WordPress-Editor-iOS', '~> 1.11.0'
## pod 'WordPress-Editor-iOS', '~> 1.11.0'
end

def wordpress_ui
Expand Down Expand Up @@ -140,7 +140,8 @@ target 'WordPress' do
## Gutenberg (React Native)
## =====================
##
gutenberg :tag => 'v1.15.0'
## gutenberg :tag => 'v1.15.0'
gutenberg :commit => '68f2da97ae09eaced8e9166c3664cfd76cd32458'

## Third party libraries
## =====================
Expand Down
Loading

0 comments on commit 8fb7796

Please sign in to comment.