@itwin/map-layers 5.4.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 06 Mar 2024 15:24:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.4.1
|
|
8
|
+
|
|
9
|
+
Wed, 06 Mar 2024 15:24:12 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Added @itwin\map-layers-formats to peerDependencies ([#785](https://github.com/iTwin/viewer-components-react/pull/785))
|
|
14
|
+
|
|
7
15
|
## 5.4.0
|
|
8
16
|
|
|
9
|
-
Thu, 29 Feb 2024 19:46:
|
|
17
|
+
Thu, 29 Feb 2024 19:46:34 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"@itwin/core-frontend": "^4.3.0",
|
|
121
121
|
"@itwin/core-react": "^4.3.0",
|
|
122
122
|
"@itwin/imodel-components-react": "^4.0.0",
|
|
123
|
+
"@itwin/map-layers-formats": "^4.3.0",
|
|
123
124
|
"react": "^17.0.0",
|
|
124
125
|
"react-dom": "^17.0.0"
|
|
125
126
|
},
|