Skip to content

Commit

Permalink
chore: publish 1.0.0-pre.6 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 7, 2022
1 parent 3061534 commit a00c104
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 13 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"metal-games-tie",
"neat-poets-thank",
"nice-brooms-tell",
"rare-numbers-hide",
"rich-berries-prove",
"smooth-avocados-move",
"stale-teachers-develop"
Expand Down
6 changes: 6 additions & 0 deletions packages/api-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api-viewer/common

## 1.0.0-pre.6

### Patch Changes

- 3061534: Add only property to filter elements

## 1.0.0-pre.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-viewer/common",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/api-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api-viewer/demo

## 1.0.0-pre.6

### Patch Changes

- 3061534: Add only property to filter elements
- Updated dependencies [3061534]
- @api-viewer/common@1.0.0-pre.6
- @api-viewer/tabs@1.0.0-pre.6

## 1.0.0-pre.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-viewer/demo",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,8 +32,8 @@
"web-components"
],
"dependencies": {
"@api-viewer/common": "^1.0.0-pre.5",
"@api-viewer/tabs": "^1.0.0-pre.5",
"@api-viewer/common": "^1.0.0-pre.6",
"@api-viewer/tabs": "^1.0.0-pre.6",
"highlight-ts": "9.12.1-2",
"lit": "^2.0.0",
"tslib": "^2.3.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/api-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api-viewer/docs

## 1.0.0-pre.6

### Patch Changes

- 3061534: Add only property to filter elements
- Updated dependencies [3061534]
- @api-viewer/common@1.0.0-pre.6
- @api-viewer/tabs@1.0.0-pre.6

## 1.0.0-pre.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-viewer/docs",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,8 +32,8 @@
"web-components"
],
"dependencies": {
"@api-viewer/common": "^1.0.0-pre.5",
"@api-viewer/tabs": "^1.0.0-pre.5",
"@api-viewer/common": "^1.0.0-pre.6",
"@api-viewer/tabs": "^1.0.0-pre.6",
"@types/dompurify": "^2.3.1",
"@types/marked": "^4.0.0",
"dompurify": "^2.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @api-viewer/tabs

## 1.0.0-pre.6

### Patch Changes

- 3061534: Add only property to filter elements
- Updated dependencies [3061534]
- @api-viewer/common@1.0.0-pre.6

## 1.0.0-pre.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-viewer/tabs",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"web-components"
],
"dependencies": {
"@api-viewer/common": "^1.0.0-pre.5"
"@api-viewer/common": "^1.0.0-pre.6"
},
"contributors": [
{
Expand Down
10 changes: 10 additions & 0 deletions packages/api-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# api-viewer-element

## 1.0.0-pre.6

### Patch Changes

- 3061534: Add only property to filter elements
- Updated dependencies [3061534]
- @api-viewer/common@1.0.0-pre.6
- @api-viewer/demo@1.0.0-pre.6
- @api-viewer/docs@1.0.0-pre.6

## 1.0.0-pre.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/api-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-viewer-element",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,9 +32,9 @@
"web-components"
],
"dependencies": {
"@api-viewer/common": "^1.0.0-pre.5",
"@api-viewer/demo": "^1.0.0-pre.5",
"@api-viewer/docs": "^1.0.0-pre.5",
"@api-viewer/common": "^1.0.0-pre.6",
"@api-viewer/demo": "^1.0.0-pre.6",
"@api-viewer/docs": "^1.0.0-pre.6",
"lit": "^2.0.0",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit a00c104

Please sign in to comment.