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

Commit aa6da98

Browse files
authored
Merge release 1.13.0 (#127)
2 parents 2ab2ba7 + 001b15f commit aa6da98

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format of this document is inspired by [Keep a Changelog](https://keepachang
77
When releasing a new version:
88
99
1. Remove any empty section (those with `_None._`)
10-
2. Update the `## Unreleased` header to `## [<version_number>](https://github.com/wordpress-mobile/WordPressUI-iOS/releases/tag/<version_number>)`
10+
2. Update the `## Unreleased` header to `## <version_number>`
1111
3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template:
1212
1313
## Unreleased
@@ -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)