Skip to content

Commit 800a79f

Browse files
committed
Release 4.4.2
1 parent 9baed34 commit 800a79f

File tree

17 files changed

+58
-60
lines changed

17 files changed

+58
-60
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
---
55
## Master
66

7+
## [4.4.2](https://github.com/ReactiveX/RxSwift/releases/tag/4.4.2)
8+
79
* Adds `UIView.rx.backgroundColor` Binder. #1888
8-
* Bring back the `first` operator to `ObservableType`. #1886
910

1011
### Anomalies
1112

1213
* Fix multiple disposes on ScheduledDisposables. #1892
1314
* Fix `DelegateProxy` main thread validation. #1882
15+
* Bring back the `first` operator to `ObservableType`. #1886
1416

1517
## [4.4.1](https://github.com/ReactiveX/RxSwift/releases/tag/4.4.1)
1618

RxAtomic.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 = "RxAtomic"
3-
s.version = "4.4.1"
3+
s.version = "4.4.2"
44
s.summary = "Atomic primitives for RxSwift"
55
s.description = <<-DESC
66
Atomic primitives for RxSwift.

RxAtomic/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.4.1</string>
18+
<string>4.4.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

RxBlocking.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "4.4.1"
3+
s.version = "4.4.2"
44
s.summary = "RxSwift Blocking operatos"
55
s.description = <<-DESC
66
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
@@ -25,6 +25,6 @@ Waiting for observable sequence to complete before exiting command line applicat
2525
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
2626
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
2727

28-
s.dependency 'RxAtomic', '~> 4.4'
29-
s.dependency 'RxSwift', '~> 4.0'
28+
s.dependency 'RxAtomic', '~> 4.4', '>= 4.4.2'
29+
s.dependency 'RxSwift', '~> 4.4', '>= 4.4.2'
3030
end

RxBlocking/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.4.1</string>
18+
<string>4.4.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxCocoa.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "4.4.1"
3+
s.version = "4.4.2"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift'
2323
s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift'
2424

25-
s.dependency 'RxSwift', '~> 4.0'
25+
s.dependency 'RxSwift', '~> 4.4', '>= 4.4.2'
2626
end

RxCocoa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.4.1</string>
18+
<string>4.4.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "4.4.1"
3+
s.version = "4.4.2"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
@@ -35,5 +35,5 @@ gitDiff().grep("bug").less // sequences of swift objects
3535
s.source_files = 'RxSwift/**/*.swift', 'Platform/**/*.swift'
3636
s.exclude_files = 'RxSwift/Platform/**/*.swift'
3737

38-
s.dependency 'RxAtomic', '~> 4.4'
38+
s.dependency 'RxAtomic', '~> 4.4', '>= 4.4.2'
3939
end

RxSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.4.1</string>
18+
<string>4.4.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxTest.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxTest"
3-
s.version = "4.4.1"
3+
s.version = "4.4.2"
44
s.summary = "RxSwift Testing extensions"
55
s.description = <<-DESC
66
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
@@ -56,8 +56,8 @@ func testMap() {
5656

5757
s.framework = 'XCTest'
5858

59-
s.dependency 'RxAtomic', '~> 4.4'
60-
s.dependency 'RxSwift', '~> 4.0'
59+
s.dependency 'RxAtomic', '~> 4.4', '>= 4.4.2'
60+
s.dependency 'RxSwift', '~> 4.4', '>= 4.4.2'
6161

6262
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
6363
end

0 commit comments

Comments
 (0)