Skip to content

Commit b6e94c4

Browse files
kfirappsfacebook-github-bot
authored andcommitted
Bump the version to 0.27
Summary: - Remove `Yoga-internal.h` from `CKFlexboxComponent` - Add `CKAnalyticsListenerHelpers` Reviewed By: kevin0571 Differential Revision: D15080722 fbshipit-source-id: 009ffbadd4680b44b1dcfa25eae77cbede3ae554
1 parent 8e113c7 commit b6e94c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ComponentKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ComponentKit'
3-
s.version = '0.26'
3+
s.version = '0.27'
44
s.license = 'BSD'
55
s.summary = 'A React-inspired view framework for iOS'
66
s.homepage = 'https://componentkit.org'

ComponentKit/ComponentKit.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PRODUCT_NAME = ComponentKit
1313
INFOPLIST_FILE = ComponentKit/Info.plist
1414
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.ComponentKit
15-
CURRENT_PROJECT_VERSION = 0.26
15+
CURRENT_PROJECT_VERSION = 0.27
1616
ALWAYS_SEARCH_USER_PATHS = NO
1717
CLANG_ENABLE_OBJC_ARC = YES
1818
CLANG_ENABLE_MODULES = YES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ComponentKit is a view framework for iOS that is heavily inspired by React. It t
99
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):
1010

1111
```
12-
github "facebook/ComponentKit" ~> 0.26
12+
github "facebook/ComponentKit" ~> 0.27
1313
```
1414

1515
### Opening the Xcode projects

0 commit comments

Comments
 (0)