Skip to content

Commit

Permalink
Merge pull request #17844 from wordpress-mobile/bug/aztec-headings
Browse files Browse the repository at this point in the history
[Gutenberg] [Aztec] Prevent headings from becoming bold after words are autocorrected
  • Loading branch information
twstokes authored and Siobhan committed Mar 3, 2022
1 parent e3a2c4b commit 6fc8712
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 110 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def aztec
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => ''
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => ''
#pod 'WordPress-Editor-iOS', :path => '../AztecEditor-iOS'
pod 'WordPress-Editor-iOS', '1.19.7'
pod 'WordPress-Editor-iOS', '~> 1.19.8'
end

def wordpress_ui
Expand Down Expand Up @@ -169,7 +169,7 @@ abstract_target 'Apps' do
## Gutenberg (React Native)
## =====================
##
gutenberg :tag => 'v1.71.1'
gutenberg :tag => 'v1.72.0-alpha2'

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

0 comments on commit 6fc8712

Please sign in to comment.