Skip to content

Commit

Permalink
🌱 Release 0.0.5
Browse files Browse the repository at this point in the history
Prepare release 0.0.5

  - Bump `collect-assets.js` to use kai 0.0.5

  - Refine the `copy-dist.js` file globs given updated kai
    asset contents

  - Bump `package.json` versions to 0.0.5

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Jan 22, 2025
1 parent 268ff19 commit 04390c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor-extensions",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"displayName": "Konveyor",
"description": "VSCode Extension for Konveyor to assist in migrating and modernizing applications.",
Expand Down
2 changes: 1 addition & 1 deletion scripts/collect-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ await downloadGitHubRelease({

org: "konveyor",
repo: "kai",
releaseTag: "v0.0.4",
releaseTag: "v0.0.5",

/*
Release asset filenames and nodejs equivalent platform/arch
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy-dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ await copy({
// seed assets - kai binaries
{
context: "downloaded_assets/kai",
src: ["**/*", "!**/*.zip"],
src: ["kai-rpc-server*/kai*", "!**/*.zip"],
dest: "dist/assets/kai",
},
],
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editor-extensions/shared",
"version": "0.0.1",
"version": "0.0.5",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Konveyor",
"icon": "resources/konveyor-icon-color.png",
"license": "Apache-2.0",
"version": "0.0.4",
"version": "0.0.5",
"main": "./out/extension.js",
"publisher": "konveyor",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editor-extensions/webview-ui",
"version": "0.0.1",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 04390c4

Please sign in to comment.