Skip to content

Commit

Permalink
[npm-release] Automated release @quarkusio/code-quarkus library to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Nov 29, 2023
1 parent 3333a64 commit 3798705
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"run": "http-server build/ --port 3000 --proxy http://0.0.0.0:8080"
},
"dependencies": {
"@quarkusio/code-quarkus.components": "0.0.54",
"@quarkusio/code-quarkus.components": "0.0.55",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1645,10 +1645,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==

"@quarkusio/[email protected].54":
version "0.0.54"
resolved "https://registry.yarnpkg.com/@quarkusio/code-quarkus.components/-/code-quarkus.components-0.0.54.tgz#7a15cf8a4a8d65ddb04af17a0fbee68aa7c62594"
integrity sha512-oYwL8lVRiPxTNDLTdK/rNgs1PRF6dIidhoFf2b5hg9dr82UY3C3k8hp3Y4b8U4FZr13f2F4YdLGF8h6KSD5D9g==
"@quarkusio/[email protected].55":
version "0.0.55"
resolved "https://registry.yarnpkg.com/@quarkusio/code-quarkus.components/-/code-quarkus.components-0.0.55.tgz#7948cea1a3ac2f1263d08708d11bd94796ce1eed"
integrity sha512-vdRld31tZb7QVrA/UQS+4xrBOo60QCYaawyTFLkP8miFrGsc8+2mNc9eGqPSIpv0hVeuE5wBE9ajnri/HlOLzg==
dependencies:
"@quarkusio/code-quarkus.core.analytics" "0.0.3"
"@quarkusio/code-quarkus.core.components" "0.0.15"
Expand Down
20 changes: 9 additions & 11 deletions library/.bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,39 @@
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/docs/components/component-id).
* Components are listed using their component ID (https://bit.dev/reference/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/docs/components/removing-components) for more information, or use "bit remove --help".
* See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
*/

{
"components": {
"name": "components",
"scope": "quarkusio.code-quarkus",
"version": "0.0.54",
"version": "0.0.55",
"mainFile": "index.ts",
"rootDir": "components",
"nextVersion": {
"version": "patch",
"message": "",
"username": "ia3andy",
"email": "[email protected]"
}
"rootDir": "components"
},
"core/analytics": {
"name": "core/analytics",
"scope": "quarkusio.code-quarkus",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "core/analytics"
},
"core/components": {
"name": "core/components",
"scope": "quarkusio.code-quarkus",
"version": "0.0.15",
"mainFile": "index.ts",
"rootDir": "core/components"
},
"core/types": {
"name": "core/types",
"scope": "quarkusio.code-quarkus",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "core/types"
},
"$schema-version": "16.0.0"
"$schema-version": "17.0.0"
}

0 comments on commit 3798705

Please sign in to comment.