Skip to content

Commit

Permalink
chore: releasing elements (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed May 28, 2024
1 parent 7a06aec commit 553dbdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.4",
"version": "8.2.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.1.6",
"version": "2.2.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.4",
"@stoplight/elements-core": "~8.2.0",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.53.1",
"@stoplight/path": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-dev-portal/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// auto-updated during build
export const appVersion = '2.1.3';
export const appVersion = '2.2.0';
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.1.3",
"version": "8.2.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.4",
"@stoplight/elements-core": "~8.2.0",
"@stoplight/http-spec": "^7.0.3",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.53.1",
Expand Down

0 comments on commit 553dbdc

Please sign in to comment.