@itwin/hypermodeling-frontend 3.7.0-dev.1 → 3.7.0-dev.2

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 +5 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
9
9
 
10
10
  - Use EmptyLocalization for localization in tests to increase test performance
11
11
 
12
+ ## 3.5.6
13
+ Fri, 24 Feb 2023 16:02:47 GMT
14
+
15
+ _Version update only_
16
+
12
17
  ## 3.5.5
13
18
  Thu, 26 Jan 2023 22:53:27 GMT
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/hypermodeling-frontend",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.2",
4
4
  "description": "iTwin.js hypermodeling package",
5
5
  "main": "lib/cjs/hypermodeling-frontend.js",
6
6
  "module": "lib/esm/hypermodeling-frontend.js",
@@ -21,19 +21,19 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.7.0-dev.1",
25
- "@itwin/core-common": "^3.7.0-dev.1",
26
- "@itwin/core-frontend": "^3.7.0-dev.1",
27
- "@itwin/core-geometry": "^3.7.0-dev.1"
24
+ "@itwin/core-bentley": "^3.7.0-dev.2",
25
+ "@itwin/core-common": "^3.7.0-dev.2",
26
+ "@itwin/core-frontend": "^3.7.0-dev.2",
27
+ "@itwin/core-geometry": "^3.7.0-dev.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.7.0-dev.1",
31
- "@itwin/core-bentley": "3.7.0-dev.1",
32
- "@itwin/core-common": "3.7.0-dev.1",
33
- "@itwin/core-frontend": "3.7.0-dev.1",
34
- "@itwin/core-geometry": "3.7.0-dev.1",
35
- "@itwin/certa": "3.7.0-dev.1",
36
- "@itwin/eslint-plugin": "3.7.0-dev.1",
30
+ "@itwin/build-tools": "3.7.0-dev.2",
31
+ "@itwin/core-bentley": "3.7.0-dev.2",
32
+ "@itwin/core-common": "3.7.0-dev.2",
33
+ "@itwin/core-frontend": "3.7.0-dev.2",
34
+ "@itwin/core-geometry": "3.7.0-dev.2",
35
+ "@itwin/certa": "3.7.0-dev.2",
36
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
37
37
  "@types/chai": "4.3.1",
38
38
  "@types/mocha": "^8.2.2",
39
39
  "@types/node": "18.11.5",
@@ -51,7 +51,7 @@
51
51
  "webpack": "^5.64.4"
52
52
  },
53
53
  "dependencies": {
54
- "@itwin/appui-abstract": "3.7.0-dev.1"
54
+ "@itwin/appui-abstract": "3.7.0-dev.2"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"