@itwin/map-layers 3.4.0-dev.23 → 3.4.0-dev.24

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/map-layers
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.3.0
6
11
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -11,6 +16,11 @@ Thu, 18 Aug 2022 19:08:02 GMT
11
16
  - Fixed FeatureInfo provider registration when Map Layers Widget is initialized.
12
17
  - Update iTwinUI-react to 1.38.1
13
18
 
19
+ ## 3.2.9
20
+ Fri, 26 Aug 2022 14:21:40 GMT
21
+
22
+ _Version update only_
23
+
14
24
  ## 3.2.8
15
25
  Tue, 09 Aug 2022 15:52:41 GMT
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.4.0-dev.23",
3
+ "version": "3.4.0-dev.24",
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",
@@ -21,22 +21,22 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/appui-abstract": "3.4.0-dev.23",
25
- "@itwin/appui-layout-react": "3.4.0-dev.23",
26
- "@itwin/appui-react": "3.4.0-dev.23",
27
- "@itwin/build-tools": "3.4.0-dev.23",
28
- "@itwin/components-react": "3.4.0-dev.23",
29
- "@itwin/core-bentley": "3.4.0-dev.23",
30
- "@itwin/core-common": "3.4.0-dev.23",
31
- "@itwin/core-frontend": "3.4.0-dev.23",
32
- "@itwin/core-geometry": "3.4.0-dev.23",
33
- "@itwin/core-quantity": "3.4.0-dev.23",
34
- "@itwin/core-react": "3.4.0-dev.23",
35
- "@itwin/eslint-plugin": "3.4.0-dev.23",
36
- "@itwin/imodel-components-react": "3.4.0-dev.23",
24
+ "@itwin/appui-abstract": "3.4.0-dev.24",
25
+ "@itwin/appui-layout-react": "3.4.0-dev.24",
26
+ "@itwin/appui-react": "3.4.0-dev.24",
27
+ "@itwin/build-tools": "3.4.0-dev.24",
28
+ "@itwin/components-react": "3.4.0-dev.24",
29
+ "@itwin/core-bentley": "3.4.0-dev.24",
30
+ "@itwin/core-common": "3.4.0-dev.24",
31
+ "@itwin/core-frontend": "3.4.0-dev.24",
32
+ "@itwin/core-geometry": "3.4.0-dev.24",
33
+ "@itwin/core-quantity": "3.4.0-dev.24",
34
+ "@itwin/core-react": "3.4.0-dev.24",
35
+ "@itwin/eslint-plugin": "3.4.0-dev.24",
36
+ "@itwin/imodel-components-react": "3.4.0-dev.24",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "~1.42.0",
39
- "@itwin/presentation-common": "3.4.0-dev.23",
39
+ "@itwin/presentation-common": "3.4.0-dev.24",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "4.3.1",
@@ -73,17 +73,17 @@
73
73
  "react-beautiful-dnd": "^13.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@itwin/core-bentley": "^3.4.0-dev.23",
77
- "@itwin/core-geometry": "^3.4.0-dev.23",
78
- "@itwin/core-common": "^3.4.0-dev.23",
79
- "@itwin/core-frontend": "^3.4.0-dev.23",
80
- "@itwin/core-quantity": "^3.4.0-dev.23",
81
- "@itwin/appui-abstract": "^3.4.0-dev.23",
82
- "@itwin/components-react": "^3.4.0-dev.23",
83
- "@itwin/core-react": "^3.4.0-dev.23",
84
- "@itwin/appui-react": "^3.4.0-dev.23",
85
- "@itwin/imodel-components-react": "^3.4.0-dev.23",
86
- "@itwin/appui-layout-react": "^3.4.0-dev.23",
76
+ "@itwin/core-bentley": "^3.4.0-dev.24",
77
+ "@itwin/core-geometry": "^3.4.0-dev.24",
78
+ "@itwin/core-common": "^3.4.0-dev.24",
79
+ "@itwin/core-frontend": "^3.4.0-dev.24",
80
+ "@itwin/core-quantity": "^3.4.0-dev.24",
81
+ "@itwin/appui-abstract": "^3.4.0-dev.24",
82
+ "@itwin/components-react": "^3.4.0-dev.24",
83
+ "@itwin/core-react": "^3.4.0-dev.24",
84
+ "@itwin/appui-react": "^3.4.0-dev.24",
85
+ "@itwin/imodel-components-react": "^3.4.0-dev.24",
86
+ "@itwin/appui-layout-react": "^3.4.0-dev.24",
87
87
  "react": "^17.0.0",
88
88
  "react-dom": "^17.0.0"
89
89
  },