Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 001b15f

Browse files
committed
Bump version to 1.13.0
1 parent 7aacf26 commit 001b15f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,23 @@ _None._
3838

3939
### New Features
4040

41-
- Add Swift Package Manager support [#120]
41+
_None._
4242

4343
### Bug Fixes
4444

4545
_None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 1.13.0
52+
53+
### New Features
54+
55+
- `BottomSheetViewController` can now work modally, too [#126]
56+
- Add Swift Package Manager support [#120]
57+
58+
### Internal Changes
59+
4960
- Add this changelog file [#119]

WordPressUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressUI'
5-
s.version = '1.12.5'
5+
s.version = '1.13.0'
66

77
s.summary = 'Home of reusable WordPress UI components.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)