Skip to content

Commit 172369e

Browse files
chore: publish 1.0.0-pre.9 (#194)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d3a419 commit 172369e

File tree

11 files changed

+66
-13
lines changed

11 files changed

+66
-13
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"fifty-toes-confess",
1515
"fresh-candles-rush",
1616
"gorgeous-trees-smash",
17+
"lazy-crabs-yell",
1718
"metal-games-tie",
1819
"neat-poets-thank",
1920
"nice-brooms-tell",
21+
"old-days-kick",
2022
"rare-numbers-hide",
2123
"rich-berries-prove",
2224
"smooth-avocados-move",

packages/api-common/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @api-viewer/common
22

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+
310
## 1.0.0-pre.8
411

512
### Patch Changes

packages/api-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-viewer/common",
3-
"version": "1.0.0-pre.8",
3+
"version": "1.0.0-pre.9",
44
"publishConfig": {
55
"access": "public"
66
},

packages/api-demo/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @api-viewer/demo
22

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+
314
## 1.0.0-pre.8
415

516
### Patch Changes

packages/api-demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-viewer/demo",
3-
"version": "1.0.0-pre.8",
3+
"version": "1.0.0-pre.9",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -32,8 +32,8 @@
3232
"web-components"
3333
],
3434
"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",
3737
"highlight-ts": "9.12.1-2",
3838
"lit": "^2.0.0",
3939
"tslib": "^2.3.1"

packages/api-docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @api-viewer/docs
22

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+
314
## 1.0.0-pre.8
415

516
### Patch Changes

packages/api-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-viewer/docs",
3-
"version": "1.0.0-pre.8",
3+
"version": "1.0.0-pre.9",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -32,8 +32,8 @@
3232
"web-components"
3333
],
3434
"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",
3737
"@types/dompurify": "^2.3.1",
3838
"@types/marked": "^4.0.0",
3939
"dompurify": "^2.3.3",

packages/api-tabs/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @api-viewer/tabs
22

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+
313
## 1.0.0-pre.8
414

515
### Patch Changes

packages/api-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-viewer/tabs",
3-
"version": "1.0.0-pre.8",
3+
"version": "1.0.0-pre.9",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -27,7 +27,7 @@
2727
"web-components"
2828
],
2929
"dependencies": {
30-
"@api-viewer/common": "^1.0.0-pre.8"
30+
"@api-viewer/common": "^1.0.0-pre.9"
3131
},
3232
"contributors": [
3333
{

packages/api-viewer/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# api-viewer-element
22

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+
315
## 1.0.0-pre.8
416

517
### Patch Changes

packages/api-viewer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-viewer-element",
3-
"version": "1.0.0-pre.8",
3+
"version": "1.0.0-pre.9",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -32,9 +32,9 @@
3232
"web-components"
3333
],
3434
"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",
3838
"lit": "^2.0.0",
3939
"tslib": "^2.3.1"
4040
},

0 commit comments

Comments
 (0)