Skip to content

Commit

Permalink
fix(repo): Rename 'v8' release tags to 'v8-latest' (#8821)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 25, 2024
1 parent 2e7524d commit f3d121d
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/carto/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"carto",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
4 changes: 4 additions & 0 deletions modules/jupyter-widget/package.json
Expand Up @@ -3,6 +3,10 @@
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
"license": "MIT",
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8-latest"
},
"keywords": [
"jupyter",
"jupyterlab",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
4 changes: 4 additions & 0 deletions modules/main/package.json
Expand Up @@ -3,6 +3,10 @@
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8-latest"
},
"keywords": [
"webgl",
"visualization",
Expand Down
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "8.9.36",
"publishConfig": {
"access": "public",
"tag": "v8"
"tag": "v8-latest"
},
"keywords": [
"webgl",
Expand Down

0 comments on commit f3d121d

Please sign in to comment.