@itwin/core-extension 3.6.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 +2 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Fri, 24 Feb 2023 22:00:48 GMT and should not be manually modified.
4
-
5
- ## 3.6.1
6
- Fri, 24 Feb 2023 22:00:48 GMT
7
-
8
- _Version update only_
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
9
4
 
10
5
  ## 3.6.0
11
6
  Wed, 08 Feb 2023 14:58:39 GMT
@@ -117,7 +112,7 @@ Thu, 18 Aug 2022 19:08:02 GMT
117
112
 
118
113
  ### Updates
119
114
 
120
- -
115
+ -
121
116
 
122
117
  ## 3.2.9
123
118
  Fri, 26 Aug 2022 14:21:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.6.1",
3
+ "version": "3.7.0-dev.2",
4
4
  "description": "iTwin.js Extension API",
5
5
  "typings": "index.d.ts",
6
6
  "license": "MIT",
@@ -20,12 +20,12 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "dependencies": {
23
- "@itwin/core-frontend": "3.6.1",
24
- "@itwin/core-common": "3.6.1"
23
+ "@itwin/core-frontend": "3.7.0-dev.2",
24
+ "@itwin/core-common": "3.7.0-dev.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.6.1",
28
- "@itwin/eslint-plugin": "3.6.1",
27
+ "@itwin/build-tools": "3.7.0-dev.2",
28
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },