@itwin/presentation-shared 2.0.0-alpha.5 → 2.0.0-alpha.6
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.
- package/CHANGELOG.md +19 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @itwin/presentation-shared
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1180](https://github.com/iTwin/presentation/pull/1180): Version bump
|
|
8
|
+
|
|
3
9
|
## 2.0.0-alpha.5
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -46,6 +52,19 @@
|
|
|
46
52
|
|
|
47
53
|
In reality, consumers will likely use `@itwin/presentation-core-interop` package for creating them, and the package has been updated to handle the change, so reacting to the breaking change is as simple as bumping the version of `@itwin/presentation-core-interop` package in the consumer's `package.json`.
|
|
48
54
|
|
|
55
|
+
## 1.2.7
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#1168](https://github.com/iTwin/presentation/pull/1168): Bump dependencies.
|
|
60
|
+
- [#1161](https://github.com/iTwin/presentation/pull/1161): Bump iTwin.js dependencies to `^5.5.0`.
|
|
61
|
+
|
|
62
|
+
## 1.2.6
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- [#1152](https://github.com/iTwin/presentation/pull/1152): Bump dependencies.
|
|
67
|
+
|
|
49
68
|
## 1.2.5
|
|
50
69
|
|
|
51
70
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-shared",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.6",
|
|
4
4
|
"description": "The package contains types and utilities used across different iTwin.js Presentation packages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@itwin/core-bentley": "^5.
|
|
35
|
+
"@itwin/core-bentley": "^5.5.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@itwin/build-tools": "^5.
|
|
38
|
+
"@itwin/build-tools": "^5.5.1",
|
|
39
39
|
"@itwin/eslint-plugin": "5.1.0",
|
|
40
40
|
"@types/chai": "^5.2.3",
|
|
41
41
|
"@types/chai-as-promised": "^8.0.2",
|
|
42
42
|
"@types/mocha": "^10.0.10",
|
|
43
|
-
"@types/node": "^22.19.
|
|
43
|
+
"@types/node": "^22.19.7",
|
|
44
44
|
"@types/sinon": "^17.0.4",
|
|
45
45
|
"@types/sinon-chai": "^4.0.0",
|
|
46
46
|
"c8": "^10.1.3",
|
|
47
47
|
"chai": "^5.3.3",
|
|
48
48
|
"chai-as-promised": "^8.0.2",
|
|
49
|
-
"eslint": "^9.39.
|
|
49
|
+
"eslint": "^9.39.2",
|
|
50
50
|
"mocha": "^11.7.5",
|
|
51
51
|
"rimraf": "^6.1.2",
|
|
52
52
|
"sinon": "^19.0.5",
|