This repository was archived by the owner on Jun 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The format of this document is inspired by [Keep a Changelog](https://keepachang
77When releasing a new version:
88
991. 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>`
11113. 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 ]
Original file line number Diff line number Diff line change 22
33Pod ::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
You can’t perform that action at this time.
0 commit comments