File tree 11 files changed +66
-13
lines changed
11 files changed +66
-13
lines changed Original file line number Diff line number Diff line change 14
14
" fifty-toes-confess" ,
15
15
" fresh-candles-rush" ,
16
16
" gorgeous-trees-smash" ,
17
+ " lazy-crabs-yell" ,
17
18
" metal-games-tie" ,
18
19
" neat-poets-thank" ,
19
20
" nice-brooms-tell" ,
21
+ " old-days-kick" ,
20
22
" rare-numbers-hide" ,
21
23
" rich-berries-prove" ,
22
24
" smooth-avocados-move" ,
Original file line number Diff line number Diff line change 1
1
# @api-viewer/common
2
2
3
+ ## 1.0.0-pre.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f7183f: Added the ability to show whether a property is static
8
+ - 1d3a419: Show whether a property reflects to attribute
9
+
3
10
## 1.0.0-pre.8
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api-viewer/common" ,
3
- "version" : " 1.0.0-pre.8 " ,
3
+ "version" : " 1.0.0-pre.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 1
1
# @api-viewer/demo
2
2
3
+ ## 1.0.0-pre.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f7183f: Added the ability to show whether a property is static
8
+ - 1d3a419: Show whether a property reflects to attribute
9
+ - Updated dependencies [ 5f7183f]
10
+ - Updated dependencies [ 1d3a419]
11
+ - @api-viewer/common @1.0.0-pre.9
12
+ - @api-viewer/tabs @1.0.0-pre.9
13
+
3
14
## 1.0.0-pre.8
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api-viewer/demo" ,
3
- "version" : " 1.0.0-pre.8 " ,
3
+ "version" : " 1.0.0-pre.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
32
32
" web-components"
33
33
],
34
34
"dependencies" : {
35
- "@api-viewer/common" : " ^1.0.0-pre.8 " ,
36
- "@api-viewer/tabs" : " ^1.0.0-pre.8 " ,
35
+ "@api-viewer/common" : " ^1.0.0-pre.9 " ,
36
+ "@api-viewer/tabs" : " ^1.0.0-pre.9 " ,
37
37
"highlight-ts" : " 9.12.1-2" ,
38
38
"lit" : " ^2.0.0" ,
39
39
"tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 1
1
# @api-viewer/docs
2
2
3
+ ## 1.0.0-pre.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f7183f: Added the ability to show whether a property is static
8
+ - 1d3a419: Show whether a property reflects to attribute
9
+ - Updated dependencies [ 5f7183f]
10
+ - Updated dependencies [ 1d3a419]
11
+ - @api-viewer/common @1.0.0-pre.9
12
+ - @api-viewer/tabs @1.0.0-pre.9
13
+
3
14
## 1.0.0-pre.8
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api-viewer/docs" ,
3
- "version" : " 1.0.0-pre.8 " ,
3
+ "version" : " 1.0.0-pre.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
32
32
" web-components"
33
33
],
34
34
"dependencies" : {
35
- "@api-viewer/common" : " ^1.0.0-pre.8 " ,
36
- "@api-viewer/tabs" : " ^1.0.0-pre.8 " ,
35
+ "@api-viewer/common" : " ^1.0.0-pre.9 " ,
36
+ "@api-viewer/tabs" : " ^1.0.0-pre.9 " ,
37
37
"@types/dompurify" : " ^2.3.1" ,
38
38
"@types/marked" : " ^4.0.0" ,
39
39
"dompurify" : " ^2.3.3" ,
Original file line number Diff line number Diff line change 1
1
# @api-viewer/tabs
2
2
3
+ ## 1.0.0-pre.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f7183f: Added the ability to show whether a property is static
8
+ - 1d3a419: Show whether a property reflects to attribute
9
+ - Updated dependencies [ 5f7183f]
10
+ - Updated dependencies [ 1d3a419]
11
+ - @api-viewer/common @1.0.0-pre.9
12
+
3
13
## 1.0.0-pre.8
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api-viewer/tabs" ,
3
- "version" : " 1.0.0-pre.8 " ,
3
+ "version" : " 1.0.0-pre.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
27
27
" web-components"
28
28
],
29
29
"dependencies" : {
30
- "@api-viewer/common" : " ^1.0.0-pre.8 "
30
+ "@api-viewer/common" : " ^1.0.0-pre.9 "
31
31
},
32
32
"contributors" : [
33
33
{
Original file line number Diff line number Diff line change 1
1
# api-viewer-element
2
2
3
+ ## 1.0.0-pre.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f7183f: Added the ability to show whether a property is static
8
+ - 1d3a419: Show whether a property reflects to attribute
9
+ - Updated dependencies [ 5f7183f]
10
+ - Updated dependencies [ 1d3a419]
11
+ - @api-viewer/common @1.0.0-pre.9
12
+ - @api-viewer/demo @1.0.0-pre.9
13
+ - @api-viewer/docs @1.0.0-pre.9
14
+
3
15
## 1.0.0-pre.8
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " api-viewer-element" ,
3
- "version" : " 1.0.0-pre.8 " ,
3
+ "version" : " 1.0.0-pre.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
32
32
" web-components"
33
33
],
34
34
"dependencies" : {
35
- "@api-viewer/common" : " ^1.0.0-pre.8 " ,
36
- "@api-viewer/demo" : " ^1.0.0-pre.8 " ,
37
- "@api-viewer/docs" : " ^1.0.0-pre.8 " ,
35
+ "@api-viewer/common" : " ^1.0.0-pre.9 " ,
36
+ "@api-viewer/demo" : " ^1.0.0-pre.9 " ,
37
+ "@api-viewer/docs" : " ^1.0.0-pre.9 " ,
38
38
"lit" : " ^2.0.0" ,
39
39
"tslib" : " ^2.3.1"
40
40
},
You can’t perform that action at this time.
0 commit comments