Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Apr 19, 2024
1 parent 869366b commit 068f106
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/compass",
"version": "1.1.0",
"version": "1.2.0",
"description": "Indicate map direction",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/helpers",
"version": "1.1.0",
"version": "1.2.0",
"description": "Helpers for mapbox controls",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/image",
"version": "1.1.0",
"version": "1.2.0",
"description": "Move, scale and rotate image on a map",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/inspect",
"version": "1.1.0",
"version": "1.2.0",
"description": "Debug map style layers and sources",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/language",
"version": "1.1.0",
"version": "1.2.0",
"description": "Change map language",
"type": "module",
"main": "./src/index.js",
Expand Down
7 changes: 2 additions & 5 deletions packages/ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/ruler",
"version": "1.1.0",
"version": "1.2.0",
"description": "Measure distance between points on a map",
"type": "module",
"main": "./src/index.js",
Expand All @@ -21,10 +21,7 @@
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/styles",
"version": "1.1.0",
"version": "1.2.0",
"description": "Change map style",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/tooltip",
"version": "1.1.0",
"version": "1.2.0",
"description": "Display tooltip on hover",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox-controls/zoom",
"version": "1.1.0",
"version": "1.2.0",
"description": "Zoom in and zoom out map",
"type": "module",
"main": "./src/index.js",
Expand Down

0 comments on commit 068f106

Please sign in to comment.