Skip to content

Commit 7bbbdb0

Browse files
🌱 release 0.0.8 (#348)
<!-- ## PR Title Prefix Every **PR Title** should be prefixed with :text: to indicate its type. - Breaking change: ⚠️ (`⚠️`) - Non-breaking feature: ✨ (`✨`) - Patch fix: 🐛 (`🐛`) - Docs: 📖 (`📖`) - Infra/Tests/Other: 🌱 (`🌱`) - No release note: 👻 (`👻`) For example, a pull request containing breaking changes might look like `⚠️ My pull request contains breaking changes`. Since GitHub supports emoji aliases (ie. `👻`), there is no need to include the emoji directly in the PR title -- **please use the alias**. It used to be the case that projects using emojis for PR typing had to include the emoji directly because GitHub didn't render the alias. Given that `⚠️` is easy enough to read as text, easy to parse in release tooling, and rendered in GitHub well, we prefer to standardize on the alias. For more information, please see the Konveyor [Versioning Doc](https://github.com/konveyor/release-tools/blob/main/VERSIONING.md). --> Signed-off-by: Savitha Raghunathan <[email protected]>
1 parent f5e837a commit 7bbbdb0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editor-extensions",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"displayName": "Konveyor",
66
"description": "VSCode Extension for Konveyor to assist in migrating and modernizing applications.",

scripts/collect-assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (process.env.WORKFLOW && process.env.WORKFLOW !== "False") {
4343
metaFile: join(DOWNLOAD_DIR, "kai", "collect.json"),
4444
org: "konveyor",
4545
repo: "kai",
46-
releaseTag: "v0.0.7",
46+
releaseTag: "v0.0.8",
4747
/*
4848
Release asset filenames and nodejs equivalent platform/arch
4949
platform: https://nodejs.org/docs/latest-v22.x/api/process.html#processplatform

shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editor-extensions/shared",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"type": "module",
66
"types": "./dist/index.d.ts",

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Konveyor",
66
"icon": "resources/konveyor-icon-color.png",
77
"license": "Apache-2.0",
8-
"version": "0.0.7",
8+
"version": "0.0.8",
99
"main": "./out/extension.js",
1010
"publisher": "konveyor",
1111
"repository": {

webview-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editor-extensions/webview-ui",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)