Skip to content

Commit

Permalink
Zowe Suite v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Oct 4, 2022
2 parents 7991f7d + ea1bf63 commit 18fc39d
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 85 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Zlux Editor Changelog

## `3.0.1`
- Bugfix: Added a few rules for JCL syntax highlighter

## `3.0.0`

- Breaking change: The app now uses angular 12, making it compatible with Zowe v2 desktop and incompatible with v1 desktop.
Expand Down
16 changes: 8 additions & 8 deletions webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.editor.webclient",
"version": "3.0.0",
"version": "3.0.1",
"license": "EPL-2.0",
"scripts": {
"start": "export NODE_OPTIONS=--max_old_space_size=4096 || set NODE_OPTIONS=--max_old_space_size=4096 && webpack --config ./webpack.build.config.js --watch --progress",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@angular/router": "~12.0.0",
"@types/node": "~8.10.59",
"@zlux/widgets": "git+https://github.com/zowe/zlux-widgets.git#feature/upgrade-angular",
"@zowe/zlux-angular-file-tree": "1.1.0-RC2",
"@zowe/zlux-angular-file-tree": "1.1.0-RC3",
"angular2-template-loader": "~0.6.2",
"codelyzer": "~5.1.0",
"compression-webpack-plugin": "~6.1.1",
Expand Down
Loading

0 comments on commit 18fc39d

Please sign in to comment.