forked from iTwin/viewer-components-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
77 lines (77 loc) · 1.76 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@itwin/imodel-react-hooks",
"entries": [
{
"version": "0.1.5",
"tag": "@itwin/imodel-react-hooks_v0.1.5",
"date": "Tue, 19 Apr 2022 14:15:57 GMT",
"comments": {
"patch": [
{
"comment": "Update to iTwin.js 3.0"
},
{
"comment": "Fix dependency lists of hooks"
},
{
"comment": "Remove bentleyjs-core mock in useMarker test file"
},
{
"comment": "Add transitive peers as dev deps"
}
]
}
},
{
"version": "0.1.4",
"tag": "@bentley/imodel-react-hooks_v0.1.4",
"date": "Fri, 04 Feb 2022 00:43:35 GMT",
"comments": {
"patch": [
{
"comment": "Add license.md"
}
]
}
},
{
"version": "0.1.3",
"tag": "@bentley/imodel-react-hooks_v0.1.3",
"date": "Thu, 28 Jan 2021 22:45:16 GMT",
"comments": {
"patch": [
{
"comment": "fixed jsxElement resetting on updates"
}
]
}
},
{
"version": "0.1.2",
"tag": "@bentley/imodel-react-hooks_v0.1.2",
"date": "Wed, 09 Dec 2020 19:09:13 GMT",
"comments": {
"patch": [
{
"comment": "remove makeInvalidContext, prefer makeContextWithProviderRequired"
}
]
}
},
{
"version": "0.1.1",
"tag": "@bentley/imodel-react-hooks_v0.1.1",
"date": "Wed, 14 Oct 2020 15:59:35 GMT",
"comments": {
"patch": [
{
"comment": "sort package.json for ci support"
},
{
"comment": "added the imodel-react-hooks package"
}
]
}
}
]
}