Skip to content

Commit

Permalink
Bump the version to 0.27
Browse files Browse the repository at this point in the history
Summary:
- Remove `Yoga-internal.h` from `CKFlexboxComponent`
- Add `CKAnalyticsListenerHelpers`

Reviewed By: kevin0571

Differential Revision: D15080722

fbshipit-source-id: 009ffbadd4680b44b1dcfa25eae77cbede3ae554
  • Loading branch information
kfirapps authored and facebook-github-bot committed Apr 26, 2019
1 parent 8e113c7 commit b6e94c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ComponentKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ComponentKit'
s.version = '0.26'
s.version = '0.27'
s.license = 'BSD'
s.summary = 'A React-inspired view framework for iOS'
s.homepage = 'https://componentkit.org'
Expand Down
2 changes: 1 addition & 1 deletion ComponentKit/ComponentKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
PRODUCT_NAME = ComponentKit
INFOPLIST_FILE = ComponentKit/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.ComponentKit
CURRENT_PROJECT_VERSION = 0.26
CURRENT_PROJECT_VERSION = 0.27
ALWAYS_SEARCH_USER_PATHS = NO
CLANG_ENABLE_OBJC_ARC = YES
CLANG_ENABLE_MODULES = YES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ComponentKit is a view framework for iOS that is heavily inspired by React. It t
ComponentKit is available to install via [Carthage](https://github.com/Carthage/Carthage). To get started add the following to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile):

```
github "facebook/ComponentKit" ~> 0.26
github "facebook/ComponentKit" ~> 0.27
```

### Opening the Xcode projects
Expand Down

0 comments on commit b6e94c4

Please sign in to comment.