@itwin/core-extension 3.1.0-dev.48 → 3.1.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 +21 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # Change Log - @itwin/core-extension
2
+
3
+ This log was last generated on Wed, 06 Apr 2022 22:27:56 GMT and should not be manually modified.
4
+
5
+ ## 3.1.2
6
+ Wed, 06 Apr 2022 22:27:56 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.1.1
11
+ Thu, 31 Mar 2022 15:55:48 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.1.0
16
+ Tue, 29 Mar 2022 20:53:47 GMT
17
+
18
+ ### Updates
19
+
20
+ - Switched to more flexible extension api
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.1.0-dev.48",
3
+ "version": "3.1.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.1.0-dev.48",
24
- "@itwin/core-common": "3.1.0-dev.48"
23
+ "@itwin/core-frontend": "3.1.2",
24
+ "@itwin/core-common": "3.1.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.1.0-dev.48",
28
- "@itwin/eslint-plugin": "3.1.0-dev.48",
27
+ "@itwin/build-tools": "3.1.2",
28
+ "@itwin/eslint-plugin": "3.1.2",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },