@itwin/map-layers 3.7.0-dev.1 → 3.7.0-dev.3

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 +16 -1
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/map-layers
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -13,6 +23,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
13
23
  - Fix Map Layers widget not updating after an iModel gets geolocated.
14
24
  - Use EmptyLocalization for localization in tests to increase test performance
15
25
 
26
+ ## 3.5.6
27
+ Fri, 24 Feb 2023 16:02:47 GMT
28
+
29
+ _Version update only_
30
+
16
31
  ## 3.5.5
17
32
  Thu, 26 Jan 2023 22:53:28 GMT
18
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.3",
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.7.0-dev.1",
25
- "@itwin/appui-layout-react": "3.7.0-dev.1",
26
- "@itwin/appui-react": "3.7.0-dev.1",
27
- "@itwin/build-tools": "3.7.0-dev.1",
28
- "@itwin/components-react": "3.7.0-dev.1",
29
- "@itwin/core-bentley": "3.7.0-dev.1",
30
- "@itwin/core-common": "3.7.0-dev.1",
31
- "@itwin/core-frontend": "3.7.0-dev.1",
32
- "@itwin/core-geometry": "3.7.0-dev.1",
33
- "@itwin/core-quantity": "3.7.0-dev.1",
34
- "@itwin/core-react": "3.7.0-dev.1",
35
- "@itwin/eslint-plugin": "3.7.0-dev.1",
36
- "@itwin/imodel-components-react": "3.7.0-dev.1",
24
+ "@itwin/appui-abstract": "3.7.0-dev.3",
25
+ "@itwin/appui-layout-react": "3.7.0-dev.3",
26
+ "@itwin/appui-react": "3.7.0-dev.3",
27
+ "@itwin/build-tools": "3.7.0-dev.3",
28
+ "@itwin/components-react": "3.7.0-dev.3",
29
+ "@itwin/core-bentley": "3.7.0-dev.3",
30
+ "@itwin/core-common": "3.7.0-dev.3",
31
+ "@itwin/core-frontend": "3.7.0-dev.3",
32
+ "@itwin/core-geometry": "3.7.0-dev.3",
33
+ "@itwin/core-quantity": "3.7.0-dev.3",
34
+ "@itwin/core-react": "3.7.0-dev.3",
35
+ "@itwin/eslint-plugin": "3.7.0-dev.3",
36
+ "@itwin/imodel-components-react": "3.7.0-dev.3",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "~1.46.0",
39
- "@itwin/presentation-common": "3.7.0-dev.1",
39
+ "@itwin/presentation-common": "3.7.0-dev.3",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "4.3.1",
@@ -74,17 +74,17 @@
74
74
  "react-beautiful-dnd": "^13.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
- "@itwin/core-bentley": "^3.7.0-dev.1",
78
- "@itwin/core-geometry": "^3.7.0-dev.1",
79
- "@itwin/core-common": "^3.7.0-dev.1",
80
- "@itwin/core-frontend": "^3.7.0-dev.1",
81
- "@itwin/core-quantity": "^3.7.0-dev.1",
82
- "@itwin/appui-abstract": "^3.7.0-dev.1",
83
- "@itwin/components-react": "^3.7.0-dev.1",
84
- "@itwin/core-react": "^3.7.0-dev.1",
85
- "@itwin/appui-react": "^3.7.0-dev.1",
86
- "@itwin/imodel-components-react": "^3.7.0-dev.1",
87
- "@itwin/appui-layout-react": "^3.7.0-dev.1",
77
+ "@itwin/core-bentley": "^3.7.0-dev.3",
78
+ "@itwin/core-geometry": "^3.7.0-dev.3",
79
+ "@itwin/core-common": "^3.7.0-dev.3",
80
+ "@itwin/core-frontend": "^3.7.0-dev.3",
81
+ "@itwin/core-quantity": "^3.7.0-dev.3",
82
+ "@itwin/appui-abstract": "^3.7.0-dev.3",
83
+ "@itwin/components-react": "^3.7.0-dev.3",
84
+ "@itwin/core-react": "^3.7.0-dev.3",
85
+ "@itwin/appui-react": "^3.7.0-dev.3",
86
+ "@itwin/imodel-components-react": "^3.7.0-dev.3",
87
+ "@itwin/appui-layout-react": "^3.7.0-dev.3",
88
88
  "react": "^17.0.0",
89
89
  "react-dom": "^17.0.0"
90
90
  },