Skip to content

Commit

Permalink
v1.1.0-beta.2 (#8395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis authored Jun 25, 2019
1 parent c49dd31 commit ef9e5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
dependencies:
"@babel/highlight" "~7.0.0"
"@babel/highlight" "^7.0.0"

"@babel/core@>=7.1.0", "@babel/core@^7.1.2":
version "7.4.3"
Expand Down Expand Up @@ -224,7 +224,7 @@
"@babel/traverse" "^7.4.3"
"@babel/types" "^7.4.0"

"@babel/highlight@^7.0.0":
"@babel/highlight@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
integrity sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==
Expand Down

0 comments on commit ef9e5ff

Please sign in to comment.