@itwin/presentation-shared 2.0.0-alpha.0 → 2.0.0-alpha.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 +12 -0
  2. 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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#985](https://github.com/iTwin/presentation/pull/985): Add support for `itwinjs-core@5`
8
+
3
9
  ## 2.0.0-alpha.0
4
10
 
5
11
  ### Major Changes
@@ -15,6 +21,12 @@
15
21
 
16
22
  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`.
17
23
 
24
+ ## 1.2.2
25
+
26
+ ### Patch Changes
27
+
28
+ - [#982](https://github.com/iTwin/presentation/pull/982): Update itwinjs-core dependencies to v5.0.0
29
+
18
30
  ## 1.2.1
19
31
 
20
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-shared",
3
- "version": "2.0.0-alpha.0",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "The package contains types and utilities used across different iTwin.js Presentation packages.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -32,11 +32,11 @@
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@itwin/core-bentley": "^4.10.10"
35
+ "@itwin/core-bentley": "^5.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@itwin/build-tools": "5.0.0-dev.67",
39
- "@itwin/eslint-plugin": "5.0.0-dev.1",
38
+ "@itwin/build-tools": "^5.0.0",
39
+ "@itwin/eslint-plugin": "5.1.0",
40
40
  "@types/chai": "^5.2.0",
41
41
  "@types/chai-as-promised": "^8.0.2",
42
42
  "@types/mocha": "^10.0.10",
@@ -46,7 +46,7 @@
46
46
  "c8": "^10.1.3",
47
47
  "chai": "^5.2.0",
48
48
  "chai-as-promised": "^8.0.1",
49
- "eslint": "^9.13.0",
49
+ "eslint": "^9.25.1",
50
50
  "mocha": "^11.1.0",
51
51
  "rimraf": "^6.0.1",
52
52
  "sinon": "^19.0.4",