@itwin/appui-abstract 5.0.0 → 5.0.1

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/appui-abstract
2
2
 
3
- This log was last generated on Fri, 13 Jun 2025 20:25:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 17 Jun 2025 18:33:51 GMT and should not be manually modified.
4
+
5
+ ## 5.0.1
6
+ Tue, 17 Jun 2025 18:33:51 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.0.0
6
11
  Fri, 13 Jun 2025 20:25:38 GMT
@@ -13,6 +18,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
13
18
  - remove previously deprecated EditorPosition.columnSpan
14
19
  - Change core peer dependencies to strict version.
15
20
 
21
+ ## 4.11.6
22
+ Mon, 16 Jun 2025 15:00:15 GMT
23
+
24
+ _Version update only_
25
+
16
26
  ## 4.11.5
17
27
  Fri, 06 Jun 2025 13:41:18 GMT
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -22,7 +22,7 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "5.0.0"
25
+ "@itwin/core-bentley": "5.0.1"
26
26
  },
27
27
  "//devDependencies": [
28
28
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -48,9 +48,9 @@
48
48
  "source-map-loader": "^5.0.0",
49
49
  "typescript": "~5.6.2",
50
50
  "webpack": "^5.97.1",
51
- "@itwin/build-tools": "5.0.0",
52
- "@itwin/core-bentley": "5.0.0",
53
- "@itwin/certa": "5.0.0"
51
+ "@itwin/core-bentley": "5.0.1",
52
+ "@itwin/certa": "5.0.1",
53
+ "@itwin/build-tools": "5.0.1"
54
54
  },
55
55
  "//dependencies": [
56
56
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",