Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed May 11, 2020
1 parent 944ead0 commit 8be399d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# master

# 10.3.0
1. Don't include code which uses unavailable classes (like `NSSlider`) when targeting macOS Catalyst (#3698, kudos to @nkristek)
1. Fixed watchOS build issues. (#3703, kudos to @JaviSoto)

# 10.2.0
1. Update ReactiveSwift to 6.2.
Expand All @@ -12,6 +15,7 @@
1. Add reactive extensions for standard WatchKit interface objects. (#3670, kudos to @tdimeco)
1. Fix crashes of `NSObject.signal(for:)` and `NSObject.producer(for:)` with Objective-C enums (#3667, kudos to @gfontenot)

# 10.3.0
# 10.0.0
1. Update ReactiveSwift to 6.0
1. Remove dependency on antitypical/Result
Expand Down
2 changes: 1 addition & 1 deletion ReactiveCocoa.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveCocoa"
s.version = "10.2.0"
s.version = "10.3.0"
s.summary = "Streams of values over time"
s.description = <<-DESC
ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.
Expand Down
2 changes: 1 addition & 1 deletion ReactiveCocoa/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.2.0</string>
<string>10.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReactiveMapKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveMapKit"
s.version = "10.2.0"
s.version = "10.3.0"
s.summary = "MapKit bindings for ReactiveCocoa."
s.description = <<-DESC
Provide MapKit bindings for ReactiveCocoa. ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.
Expand Down
2 changes: 1 addition & 1 deletion ReactiveMapKit/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.1</string>
<string>10.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 8be399d

Please sign in to comment.