Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed Dec 15, 2023
1 parent 8a41d06 commit bb5e7ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@stoplight/elements": "^7.16.0",
"@stoplight/elements": "^7.16.1",
"@stoplight/mosaic": "^1.46.1",
"history": "^5.0.0",
"react": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-core",
"version": "7.16.0",
"version": "7.16.1",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-dev-portal",
"version": "1.19.0",
"version": "1.19.1",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~7.16.0",
"@stoplight/elements-core": "~7.16.1",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/mosaic": "^1.46.1",
"@stoplight/path": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements",
"version": "7.16.0",
"version": "7.16.1",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -62,7 +62,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~7.16.0",
"@stoplight/elements-core": "~7.16.1",
"@stoplight/http-spec": "^6.0.0",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.46.1",
Expand Down

0 comments on commit bb5e7ae

Please sign in to comment.