Skip to content

Commit

Permalink
chore(release): publish v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rendrom committed Sep 12, 2024
1 parent 5f642ac commit c13883c
Show file tree
Hide file tree
Showing 27 changed files with 155 additions and 42 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)


### Bug Fixes

* **ngw-kit:** prevent NgwWebmapLayerAdapter extra requests ([5f642ac](https://github.com/nextgis/nextgis_frontend/commit/5f642ace6b974fb8b2f44a6bbdd539b0e10184b0))





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "2.5.2",
"version": "2.5.3",
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
8 changes: 8 additions & 0 deletions packages/geocoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/geocoder





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/geocoder
Expand Down
4 changes: 2 additions & 2 deletions packages/geocoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextgis/geocoder",
"version": "2.5.2",
"version": "2.5.3",
"description": "",
"main": "index.js",
"module": "lib/geocoder.esm-bundler.js",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@nextgis/cancelable-promise": "^2.5.0",
"@nextgis/ngw-connector": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.3",
"@nextgis/utils": "^2.5.0",
"@types/events": "^3.0.0",
"@types/geojson": "^7946.0.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/ngw-cesium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/ngw-cesium





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-cesium
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-cesium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextgis/ngw-cesium",
"version": "2.5.2",
"version": "2.5.3",
"private": true,
"description": "",
"main": "lib/ngw-cesium.js",
Expand All @@ -9,7 +9,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/cesium-map-adapter": "^2.5.0",
"@nextgis/ngw-map": "^2.5.2",
"@nextgis/ngw-map": "^2.5.3",
"@types/events": "^3.0.0",
"cesium": "1.96.0",
"events": "*"
Expand Down
11 changes: 11 additions & 0 deletions packages/ngw-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)


### Bug Fixes

* **ngw-kit:** prevent NgwWebmapLayerAdapter extra requests ([5f642ac](https://github.com/nextgis/nextgis_frontend/commit/5f642ace6b974fb8b2f44a6bbdd539b0e10184b0))





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-kit
Expand Down
2 changes: 1 addition & 1 deletion packages/ngw-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextgis/ngw-kit",
"version": "2.5.2",
"version": "2.5.3",
"_priority": 20,
"description": "This library contains a plugin, a set of utilities and adapters that allow you to interact with NextGIS Web",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ngw-leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/ngw-leaflet





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-leaflet
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nextgis/ngw-leaflet",
"_priority": 10,
"version": "2.5.2",
"version": "2.5.3",
"description": "Single-file bundle for rapid deployment of Leaflet-based web-gis applications with NextGIS services",
"main": "lib/ngw-leaflet.global.prod.js",
"module": "lib/ngw-leaflet.esm-bundler.js",
Expand All @@ -10,7 +10,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/leaflet-map-adapter": "^2.5.0",
"@nextgis/ngw-map": "^2.5.2",
"@nextgis/ngw-map": "^2.5.3",
"leaflet.wms": "*"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ngw-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)


### Bug Fixes

* **ngw-kit:** prevent NgwWebmapLayerAdapter extra requests ([5f642ac](https://github.com/nextgis/nextgis_frontend/commit/5f642ace6b974fb8b2f44a6bbdd539b0e10184b0))





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-map
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextgis/ngw-map",
"version": "2.5.2",
"version": "2.5.3",
"_priority": 11,
"description": "",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@nextgis/icons": "^2.5.0",
"@nextgis/ngw-connector": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.3",
"@nextgis/qms-kit": "^2.5.0",
"@nextgis/utils": "^2.5.0",
"@nextgis/webmap": "^2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ngw-maplibre-gl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/ngw-maplibre-gl





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-maplibre-gl
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-maplibre-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nextgis/ngw-maplibre-gl",
"_priority": 10,
"version": "2.5.2",
"version": "2.5.3",
"description": "Single-file bundle for rapid deployment of Maplibre GL JS based web-gis applications with NextGIS services",
"main": "lib/ngw-maplibre-gl.global.prod.js",
"module": "lib/ngw-maplibre-gl.esm-bundler.js",
Expand All @@ -10,7 +10,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/maplibre-gl-map-adapter": "^2.5.0",
"@nextgis/ngw-map": "^2.5.2"
"@nextgis/ngw-map": "^2.5.3"
},
"devDependencies": {
"@nextgis/build-tools": "^2.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/ngw-ol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/ngw-ol





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-ol
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-ol/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nextgis/ngw-ol",
"_priority": 10,
"version": "2.5.2",
"version": "2.5.3",
"description": "Single-file bundle for rapid deployment of OpenLayers-based web-gis applications with NextGIS services",
"main": "lib/ngw-ol.global.prod.js",
"module": "lib/ngw-ol.esm-bundler.js",
"unpkg": "lib/ngw-ol.global.prod.js",
"jsdelivr": "lib/ngw-ol.global.prod.js",
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/ngw-map": "^2.5.2",
"@nextgis/ngw-map": "^2.5.3",
"@nextgis/ol-map-adapter": "^2.5.0",
"@types/events": "^3.0.0",
"events": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/ngw-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/ngw-orm





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/ngw-orm
Expand Down
4 changes: 2 additions & 2 deletions packages/ngw-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextgis/ngw-orm",
"version": "2.5.2",
"version": "2.5.3",
"description": "NextGIS Web Object-Relational Mapping",
"main": "index.js",
"module": "lib/ngw-orm.esm-bundler.js",
Expand All @@ -9,7 +9,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/ngw-connector": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.2",
"@nextgis/ngw-kit": "^2.5.3",
"@nextgis/utils": "^2.5.0",
"@nextgis/webmap": "^2.5.0",
"reflect-metadata": "^0.1.13"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ngw-leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/react-ngw-leaflet





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/react-ngw-leaflet
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ngw-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nextgis/react-ngw-leaflet",
"version": "2.5.2",
"version": "2.5.3",
"description": "React NGW map component for leaflet",
"main": "lib/index.js",
"module": "lib/react-ngw-leaflet.esm-bundler.js",
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/leaflet-map-adapter": "^2.5.0",
"@nextgis/react-ngw-map": "^2.5.2"
"@nextgis/react-ngw-map": "^2.5.3"
},
"devDependencies": {
"@nextgis/build-tools": "^2.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ngw-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/react-ngw-map





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/react-ngw-map
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ngw-map/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nextgis/react-ngw-map",
"version": "2.5.2",
"version": "2.5.3",
"description": "Development tools",
"main": "index.js",
"module": "lib/react-ngw-map.esm-bundler.js",
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/ngw-map": "^2.5.2",
"@nextgis/ngw-map": "^2.5.3",
"@nextgis/utils": "^2.5.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ngw-maplibre-gl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/react-ngw-maplibre-gl





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/react-ngw-maplibre-gl
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ngw-maplibre-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nextgis/react-ngw-maplibre-gl",
"version": "2.5.2",
"version": "2.5.3",
"description": "React NextGIS Web map component for Maplibre GL JS",
"main": "lib/index.js",
"module": "lib/react-ngw-maplibre-gl.esm-bundler.js",
"types": "lib/index.d.ts",
"dependencies": {
"@nextgis/maplibre-gl-map-adapter": "^2.5.0",
"@nextgis/react-ngw-map": "^2.5.2"
"@nextgis/react-ngw-map": "^2.5.3"
},
"devDependencies": {
"@nextgis/build-tools": "^2.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ngw-ol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/nextgis/nextgis_frontend/compare/v2.5.2...v2.5.3) (2024-09-12)

**Note:** Version bump only for package @nextgis/react-ngw-ol





## [2.5.2](https://github.com/nextgis/nextgis_frontend/compare/v2.5.1...v2.5.2) (2024-07-30)

**Note:** Version bump only for package @nextgis/react-ngw-ol
Expand Down
Loading

0 comments on commit c13883c

Please sign in to comment.