Skip to content

Commit

Permalink
chore: release start, version: 1.0.21-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Feb 5, 2025
1 parent a4ecc4f commit 2526d13
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/elements"
],
"version": "1.0.21-dev.8"
"version": "1.0.21-next.0"
}
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@babel/preset-typescript": "^7.16.7",
"@chromatic-com/storybook": "1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@netcracker/qubership-apihub-api-unifier": "dev",
"@netcracker/qubership-apihub-compatibility-suites": "dev",
"@netcracker/qubership-apihub-api-diff": "dev",
"@netcracker/qubership-apihub-api-doc-viewer": "dev",
"@netcracker/qubership-apihub-http-spec": "dev",
"@netcracker/qubership-apihub-api-unifier": "next",
"@netcracker/qubership-apihub-compatibility-suites": "next",
"@netcracker/qubership-apihub-api-diff": "next",
"@netcracker/qubership-apihub-api-doc-viewer": "next",
"@netcracker/qubership-apihub-http-spec": "next",
"@schemastore/package": "0.0.4",
"@stoplight/eslint-config": "2.1.0",
"@stoplight/json": "^3.18.1",
Expand Down Expand Up @@ -138,7 +138,7 @@
"raw-loader": "^4.0.2",
"@netcracker/qubership-apihub-npm-gitflow": "2.2.0"
},
"scripts": {
"scripts": {
"build": "npm run build:dist",
"build:dist": "npm run --workspace=@netcracker/qubership-apihub-apispec-view build",
"build:showcase": "npm run --workspace=@netcracker/qubership-apihub-apispec-view build:showcase",
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": "@netcracker/qubership-apihub-apispec-view",
"version": "1.0.21-dev.8",
"version": "1.0.21-next.0",
"description": "Web Component to represent various API-specifications as a human-readable document",
"license": "Apache-2.0",
"sideEffects": [
Expand Down

0 comments on commit 2526d13

Please sign in to comment.