Skip to content

Commit b59f912

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Bump version to v3.24.0 and update changelog
GitOrigin-RevId: 424a5dddd7da67daffecdbe3b34ee3cba0229605
1 parent 7270561 commit b59f912

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.24.0-rc.1
1+
## 3.24.0
22

33
## Features and improvements ✨
44

@@ -20,6 +20,7 @@
2020
## Bug fixes 🐞
2121
- Fix LUT to properly work with premultiplied color.
2222
- Fix a potential memory leak and crash occurring when a map was destroyed.
23+
- Fix an issue where cross-fragments config values were not correctly updated.
2324

2425
## 3.23.1
2526

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.24.0-rc.1",
4+
"version": "3.24.0",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.24.0-rc.1",
3+
"version": "14.24.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)