From 0fa05c735e225da8fb06159fab184a2c2b5d5fcb Mon Sep 17 00:00:00 2001 From: avpeery Date: Fri, 8 Oct 2021 14:38:14 -0700 Subject: [PATCH 1/5] Added v1.13.2 changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5357d00b06..0c54281a63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.13.2 + +### 🐞 Bug fixes + +* Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) + ## 2.5.1 ### 🐞 Bug fixes From 5e4f29a36861bce2846433472895e4581c0158e5 Mon Sep 17 00:00:00 2001 From: avpeery Date: Fri, 8 Oct 2021 14:57:08 -0700 Subject: [PATCH 2/5] updated changelog and local node version to pass render tests --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c54281a63b..4fc22a02a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 🐞 Bug fixes -* Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) +* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) ## 2.5.1 From 10f7db8989afdecb479c7f28fba59ade114e4748 Mon Sep 17 00:00:00 2001 From: avpeery Date: Fri, 8 Oct 2021 15:25:10 -0700 Subject: [PATCH 3/5] cleaned local environment, attempting circle ci trigger again --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc22a02a87..6f721328d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 🐞 Bug fixes -* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) +* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) ## 2.5.1 From e244b144900c59e568b8421bb4bf9b83141a2212 Mon Sep 17 00:00:00 2001 From: avpeery Date: Fri, 8 Oct 2021 15:34:14 -0700 Subject: [PATCH 4/5] Updated mbxcli, hopefully fixes render test issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f721328d36..4fc22a02a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 🐞 Bug fixes -* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) +* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) ## 2.5.1 From ef1a297e09fe5841eff5d5c1b5d6b01efb4ea29b Mon Sep 17 00:00:00 2001 From: avpeery Date: Fri, 8 Oct 2021 16:28:42 -0700 Subject: [PATCH 5/5] version-ordered changlog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc22a02a87..7639c555494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## 1.13.2 - -### 🐞 Bug fixes - -* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) - ## 2.5.1 ### 🐞 Bug fixes @@ -182,6 +176,12 @@ - Run render tests in browser. +## 1.13.2 + +### 🐞 Bug fixes + +* Backports a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) + ## 1.13.0 ### ✨ Features and improvements