Skip to content

Commit

Permalink
v7.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Podlasin committed Mar 26, 2021
1 parent b2e84ac commit c34a470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/elements-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-utils",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"homepage": "https://github.com/stoplightio/elements",
"bugs": "https://github.com/stoplightio/elements/issues",
"author": "Stoplight <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-web-components",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"main": "dist/elements.min.js",
"homepage": "https://github.com/stoplightio/elements",
"bugs": "https://github.com/stoplightio/elements/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": false,
Expand Down

0 comments on commit c34a470

Please sign in to comment.