From b912f5eea8c211389107a4c6a9bd0ff76300e789 Mon Sep 17 00:00:00 2001 From: Aidan H Date: Wed, 29 Sep 2021 14:21:11 -0600 Subject: [PATCH] Updating CHANGELOG and package.jsons for final release --- CHANGELOG.md | 3 ++- package.json | 2 +- src/style-spec/package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522a57eac47..e293edb4623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.5.0-beta.1 +## 2.5.0 ### Features ✨ and improvements 🏁 @@ -16,6 +16,7 @@ * Fixed markers not updating position when toggling terrain. ([#10985](https://github.com/mapbox/mapbox-gl-js/pull/10985)) * Fixed gap on edge of map on retina displays. ([#10936](https://github.com/mapbox/mapbox-gl-js/pull/10936)) * Fixed SDF images rendering inside text. ([#10989](https://github.com/mapbox/mapbox-gl-js/pull/10989)) +* Fixed an issue with slow tile loading performance on maps with CJK glyphs on certain Chrome/GPU combinations. ([#11047](https://github.com/mapbox/mapbox-gl-js/pull/11047)) ## 2.4.0 diff --git a/package.json b/package.json index e9a7feac334..5c48b315cef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.5.0-beta.1", + "version": "2.5.0", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt", diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 0cf8c084bdf..23e14857a9f 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -1,7 +1,7 @@ { "name": "@mapbox/mapbox-gl-style-spec", "description": "a specification for mapbox gl styles", - "version": "13.22.0-beta.1", + "version": "13.22.0", "author": "Mapbox", "keywords": [ "mapbox",