Skip to content

Commit

Permalink
chore(release): publish (#2590)
Browse files Browse the repository at this point in the history
* chore(release): publish

 - @stoplight/elements@8.3.0
 - @stoplight/elements-core@8.3.0
 - @stoplight/elements-dev-portal@2.3.0

* fix: ^ to ~ for elements-core
  • Loading branch information
daniel-white committed Jun 4, 2024
1 parent f86303c commit 4b6fa29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "8.2.0",
"version": "8.3.0",
"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": "2.2.0",
"version": "2.3.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.2.0",
"@stoplight/elements-core": "~8.3.0",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.53.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": "8.2.0",
"version": "8.3.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.2.0",
"@stoplight/elements-core": "~8.3.0",
"@stoplight/http-spec": "^7.0.3",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.53.1",
Expand Down

0 comments on commit 4b6fa29

Please sign in to comment.