Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Dec 20, 2023
1 parent 80ed0bb commit a71be97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.1.2",
"version": "0.1.3",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/geosearch-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencage/geosearch-bundle",
"version": "0.1.2",
"version": "0.1.3",
"description": "OpenCage GeoSearch bundled with Algolia autocomplete",
"author": {
"name": "OpenCage GmbH",
Expand Down Expand Up @@ -46,6 +46,6 @@
"dependencies": {
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2"
"@opencage/geosearch-core": "^0.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/geosearch-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencage/geosearch-core",
"version": "0.1.2",
"version": "0.1.3",
"description": "Core client for OpenCage GeoSearch",
"author": {
"name": "OpenCage GmbH",
Expand Down
4 changes: 2 additions & 2 deletions packages/leaflet-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencage/leaflet-opencage-geosearch",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Leaflet geosearch control that uses OpenCage's geosearch API.",
"author": {
"name": "OpenCage GmbH",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@algolia/autocomplete-js": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2"
"@opencage/geosearch-core": "^0.1.3"
},
"peerDependencies": {
"@algolia/autocomplete-js": "^1.*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ol-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencage/ol-opencage-geosearch",
"version": "0.1.2",
"version": "0.1.3",
"description": "An OpenLayers geosearch control that uses OpenCage's geosearch API.",
"author": {
"name": "OpenCage GmbH",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@algolia/autocomplete-js": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2",
"@opencage/geosearch-core": "^0.1.3",
"ol": "^8.2.0"
}
}

0 comments on commit a71be97

Please sign in to comment.