Skip to content

Commit

Permalink
prepare for 4.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-scherpi authored and jessebluemr committed Mar 17, 2023
1 parent 1c47f26 commit a9f68ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>

<mapapps.version>4.14.2</mapapps.version>
<mapapps.version>4.14.3</mapapps.version>
<!-- JS lib versions -->
<apprt.version>${mapapps.version}</apprt.version>
<!-- java lib versions -->
Expand Down

0 comments on commit a9f68ed

Please sign in to comment.