Skip to content

Commit db580fd

Browse files
authored
Release 12.3.3 into trunk (#616)
2 parents 33a2ab5 + 414bfdc commit db580fd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@ _None_
1414

1515
### Bug Fixes
1616

17-
- Fix `check_fonts_installed` step in `create_promo_screenshots` [#615]
18-
- Fix broken `draw_text_to_canvas` method for `create_promo_screenshots` [#614]
17+
_None_
1918

2019
### Internal Changes
2120

2221
_None_
2322

23+
## 12.3.3
24+
25+
### Bug Fixes
26+
27+
- Fix `check_fonts_installed` step in `create_promo_screenshots` [#615]
28+
- Fix broken `draw_text_to_canvas` method for `create_promo_screenshots` [#614]
29+
2430
## 12.3.2
2531

2632
### Bug Fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (12.3.2)
4+
fastlane-plugin-wpmreleasetoolkit (12.3.3)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

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

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '12.3.2'
5+
VERSION = '12.3.3'
66
end
77
end

0 commit comments

Comments
 (0)