-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[npm-release] Automated release @quarkusio/code-quarkus library to npm
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |