Skip to content

Commit

Permalink
Merge pull request #19116 from wordpress-mobile/gutenberg/add-list-v2…
Browse files Browse the repository at this point in the history
…-flag

Gutenberg - Add list block v2 flag
  • Loading branch information
Gerardo Pacheco authored Aug 3, 2022
2 parents 84c9d6c + dc8c95c commit 8593a63
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 112 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def wordpress_ui
end

def wordpress_kit
pod 'WordPressKit', '~> 4.56.0'
pod 'WordPressKit', '~> 4.57.0-beta.1'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
# pod 'WordPressKit', :path => '../WordPressKit-iOS'
end

Expand Down Expand Up @@ -175,7 +175,7 @@ abstract_target 'Apps' do
## Gutenberg (React Native)
## =====================
##
gutenberg tag: 'v1.81.0-alpha1'
gutenberg tag: 'v1.81.0-alpha2'

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

0 comments on commit 8593a63

Please sign in to comment.