diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30dd0533356c621db7af15056f8af9039cbc33c3..ede1f7d5db3019e71b53433ada057b66ac430c9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ before_script: - apk add curl - export TAG=${CI_COMMIT_TAG:-latest} - ./setup.sh + - rm -f $EXTENSION_PATH/*.vsix build: stage: build @@ -34,8 +35,7 @@ desktop_extension:package:pre-release: paths: - $EXTENSION_PATH policy: push - before_script: - - npm install --prefix + script: - ./build-desktop.sh staging rules: diff --git a/deadlock-plugins/deadlock-extension/CHANGELOG.md b/deadlock-plugins/deadlock-extension/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..aebcbe03d174605cff152da0ba48aa16718fc994 --- /dev/null +++ b/deadlock-plugins/deadlock-extension/CHANGELOG.md @@ -0,0 +1,16 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.1.5 + +- feat: publish_extension_on_marketplace_with_ci [`#5`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/merge_requests/5) +- fix(view): open `Help` panel by default + fix split screen on views opening after several restarts [`#2`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/merge_requests/2) +- Feat theia professor [`#4`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/merge_requests/4) +- Pull on start [`#3`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/merge_requests/3) +- feat: git pull on startup, refactor user-challenge config [`#2`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/merge_requests/2) +- feat: use new theia build [`43dee03`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/43dee036539001951de56197cf96bc36a46945b7) +- chores: clean theia resources [`8a8ab05`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/8a8ab05c2a6b723d587dc455fcbe2ae03d608de9) +- refactor: apply some recommendation [`cc647f5`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/cc647f51cfa9325db11c0450cf8f37ba681c83ca) diff --git a/deadlock-plugins/deadlock-extension/package-lock.json b/deadlock-plugins/deadlock-extension/package-lock.json index 3c270bbc04235f03e3cf88aec42220db9525f8dd..a3ea78bd2ee617ed4fd32a53ed40815cbb945209 100644 --- a/deadlock-plugins/deadlock-extension/package-lock.json +++ b/deadlock-plugins/deadlock-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "deadlock-coding", - "version": "0.1.3", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deadlock-coding", - "version": "0.1.3", + "version": "0.1.5", "dependencies": { "@vscode/webview-ui-toolkit": "^1.0.0", "async": "^3.2.2", diff --git a/deadlock-plugins/deadlock-extension/package.json b/deadlock-plugins/deadlock-extension/package.json index 21e77f213fb31abb0de5fe41b7fb6f74a1da1ba6..a1f51762d073e599d517e1b402cb94c344e8b1d3 100644 --- a/deadlock-plugins/deadlock-extension/package.json +++ b/deadlock-plugins/deadlock-extension/package.json @@ -1,7 +1,7 @@ { "name": "deadlock-coding", "description": "Deadlock Coding", - "version": "0.1.4", + "version": "0.1.5", "publisher": "Deadlock", "icon": "media/logo.png", "engines": {