From b9629511311500f8e6491dba172feb9543e24438 Mon Sep 17 00:00:00 2001 From: Karim Naaji Date: Thu, 4 Feb 2021 14:38:09 -0800 Subject: [PATCH] Out of beta cycle (#10352) --- CHANGELOG.md | 4 ++-- package.json | 2 +- src/style-spec/CHANGELOG.md | 2 +- src/style-spec/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ffe633004..a79e829b778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0-beta.1 +## 2.1.0 ### ✨ Features and improvements @@ -11,7 +11,7 @@ ### 🐞 Bug fixes - Fixed querying of `fill-extrusion`s when terrain is enabled. ([#10293](https://github.com/mapbox/mapbox-gl-js/pull/10293)) -- Fixed a bug where close points were sometimes not clustered on higher zoom levels given a small clustering radius. Fixed `clusterMaxZoom` so that it is not capped by the source `maxzoom`. ([#10296](https://github.com/mapbox/mapbox-gl-js/pull/10296)) +- Fixed a bug where close points were sometimes not clustered on higher zoom levels given a small clustering radius. Fixed `clusterMaxZoom` so that it is not capped by the source `maxzoom`. ([#10300](https://github.com/mapbox/mapbox-gl-js/pull/10300)) - Fixed blurry map-aligned labels on highly pitched maps with terrain. ([#10296](https://github.com/mapbox/mapbox-gl-js/pull/10296)) - Fixed a race condition when evaluating image expressions by ensuring sprite has loaded before parsing tiles. ([#10294](https://github.com/mapbox/mapbox-gl-js/pull/10294)) - Fixed a bug with fullscreen `fill-extrusion` querying at low pitch. ([#10315](https://github.com/mapbox/mapbox-gl-js/pull/10315)) diff --git a/package.json b/package.json index 769c5061c30..310e56853dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.1.0-beta.1", + "version": "2.1.0", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt", diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index 954f489a15e..3d90b902bd0 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,4 +1,4 @@ -## 13.19.0-beta.1 +## 13.19.0 ### ✨ Features and improvements diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 33fa15ada61..647e4ea371f 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.19.0-beta.1", + "version": "13.19.0", "author": "Mapbox", "keywords": [ "mapbox",