diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b0c5c..504a504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ All notable changes to this project will be documented in this file. -## [4.15.0] - TBD -- Support for map.apps 4.15.0 -- Update Node.js and npm version in `./pom.xml` to latest LTS Version (18.x) -- Add `transpileTargets` property to `gulpfile.js` to streamline transpilation with ArcGIS Maps SDK for JS requirements. + +## [4.14.3] - 20.03.2023 + +- Support for map.apps 4.14.3 +- Update `mapapps.version` property in `./pom.xml` to `4.14.3` +- Update `@conterra/ct-mapapps-typings` in `package.json` to `4.14.3` +- Update Node.js and npm version in `./pom.xml` to latest LTS Version (18.x) +- Add `transpileTargets` property to `gulpfile.js` to streamline transpilation with ArcGIS Maps SDK for JS requirements. ## [4.14.2] - 24.01.2023 diff --git a/README.md b/README.md index 34033f2..4bc2ecd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This Maven project implements some of the core concepts for developing bundles i ## Requirements -- map.apps 4.14.2 +- map.apps 4.14.3 - All resources from `map.apps-VERSION/sdk/m2-repository` need to be copied manually to your local Maven repository (e.g. `%UserProfile%/.m2/repository` for Windows, `~/.m2/repository` for MacOS). ## Usage @@ -182,6 +182,10 @@ There is a sample bundle in this project called "sample_camera" which demonstrat ## Updating from older versions +### from 4.14.2 to 4.14.3 + +See [Changelog](./CHANGELOG.md#4143---20032023) + ### from 4.14.1 to 4.14.2 See [Changelog](./CHANGELOG.md#4142---24012023) diff --git a/package.json b/package.json index 2713d7d..c890978 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "check-licenses": "node ./src/support/js/check-licenses.js" }, "devDependencies": { - "@conterra/ct-mapapps-typings": "4.14.1", + "@conterra/ct-mapapps-typings": "4.14.3", "@conterra/mapapps-mocha-runner": "^1.0.0", "@types/arcgis-js-api": "4.24.0", "chai": "^4.3.6", diff --git a/pom.xml b/pom.xml index 5dd40a1..f2cd9c8 100644 --- a/pom.xml +++ b/pom.xml @@ -383,7 +383,7 @@ ${project.build.directory}/webapp ${root.build.outputPath}/js - 4.14.2 + 4.14.3 ${mapapps.version}