Skip to content

Commit 1c616a5

Browse files
committed
Releasing version 11.0.0-beta.1.
1 parent cac6c2d commit 1c616a5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6-
## **Introducing support for SwiftUI!**
6+
## [11.0.0-beta.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/11.0.0-beta.1)
7+
8+
### **Introducing support for SwiftUI!**
79

810
Registering SwiftUI views as content for collection view cells:
911

@@ -15,7 +17,7 @@ manager.registerHostingCell(for: Post.self) { model, indexPath in
1517

1618
This method is supported on iOS 13+ / tvOS 13+ / macCatalyst 13+.
1719

18-
> Please note, that this integration is not supported by Apple, therefore it comes with several workarounds, please read more about those in [SwiftUI support document](Documentation/SwiftUI.md)
20+
> Please note, that this integration is not supported by Apple, therefore it comes with several workarounds, read more about those in [SwiftUI support document](Documentation/SwiftUI.md)
1921
2022
### Added
2123

DTCollectionViewManager.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DTCollectionViewManager'
3-
s.version = "10.0.0"
3+
s.version = "11.0.0-beta.1"
44
s.license = 'MIT'
55
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
66
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'

Supporting files/Framework.plist

+1-1
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>10.0.0</string>
18+
<string>11.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)