Skip to content

Commit abebd61

Browse files
jessebluemrjulkuh
andauthored
changes for map.apps 4.19.0 (#26)
* changes for map.apps 4.19.1 Co-authored-by: Julian Kuhlmann <j.kuhlmann@conterra.de>
1 parent b699c15 commit abebd61

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.19.1] - TBD
6+
7+
- Support for map.apps 4.19.1
8+
9+
### Changes in pom.xml
10+
- Update `mapapps.version` property to `4.19.1`
11+
12+
### Changes in package.json
13+
- Update `@conterra/ct-mapapps-typings` to `~4.19.1`
14+
- Update `@types/chai` to `4.3.20`
15+
- Update `ct-mapapps-gulp-js` to `0.10.9`
16+
- Update `ct-mapapps-browser-sync` to `0.0.43`
17+
- Update `eslint-config-ct-prodeng` to `1.5.0`
18+
- Update `typescript` to `5.7.3`
19+
520
## [4.19.0] - 21.01.2025
621

722
- Support for map.apps 4.19.0
@@ -27,7 +42,7 @@ All notable changes to this project will be documented in this file.
2742
- Update `vue-template-compiler` to `2.7.16`
2843
- Add `sinon` library `"sinon": "19.0.2"`
2944
- Add `sinon` typings `"@types/sinon": "^17.0.3"`
30-
-
45+
3146
## [4.18.3] - 07.10.2024
3247

3348
- Support for map.apps 4.18.3

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"watch-types": "tsc -w --noEmit"
1010
},
1111
"devDependencies": {
12-
"@conterra/ct-mapapps-typings": "~4.19.0",
12+
"@conterra/ct-mapapps-typings": "~4.19.1",
1313
"@conterra/mapapps-mocha-runner": "1.1.1",
1414
"@conterra/reactivity-core": "^0.4.4",
15-
"@types/chai": "4.3.10",
15+
"@types/chai": "4.3.20",
1616
"@types/license-checker": "^25.0.6",
1717
"@types/mocha": "10.0.10",
1818
"@types/sinon": "^17.0.3",
1919
"arcgis-js-api": "4.31.6",
2020
"chai": "4.5.0",
21-
"ct-mapapps-browser-sync": "0.0.42",
22-
"ct-mapapps-gulp-js": "0.10.8",
23-
"eslint-config-ct-prodeng": "1.4.0",
21+
"ct-mapapps-browser-sync": "0.0.43",
22+
"ct-mapapps-gulp-js": "0.10.9",
23+
"eslint-config-ct-prodeng": "1.5.0",
2424
"license-checker": "25.0.1",
2525
"mocha": "11.0.1",
2626
"puppeteer": "23.11.1",
@@ -31,8 +31,8 @@
3131
"stylelint-config-recommended-less": "2.0.0",
3232
"ts-node": "^10.9.1",
3333
"tsx": "^4.19.2",
34-
"typescript": "5.4.5",
34+
"typescript": "5.7.3",
3535
"vue": "2.7.16",
3636
"vue-template-compiler": "2.7.16"
3737
}
38-
}
38+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>
354354

355355

356-
<mapapps.version>4.19.0</mapapps.version>
356+
<mapapps.version>4.19.1</mapapps.version>
357357
<!-- JS lib versions -->
358358
<apprt.version>${mapapps.version}</apprt.version>
359359

0 commit comments

Comments
 (0)