Skip to content

Commit

Permalink
Merge pull request #192 from zowe/v2.x/packageUpdate
Browse files Browse the repository at this point in the history
immutable version update, v2.0.9
  • Loading branch information
MarkAckert authored Feb 26, 2024
2 parents 692ed6c + 3ec8328 commit 2911015
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: zowe-actions/shared-actions/prepare-workflow@main

- name: '[Prep 5] Setup Node'
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down
12 changes: 6 additions & 6 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-node:${ZOWE_BASE_IMAGE} AS builde
##################################
# labels
LABEL name="USS Explorer" \
maintainer="[email protected]" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="IBM z/OS Unix Files UI service" \
description="This Zowe UI component can display unix files on z/OS"
maintainer="[email protected]" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="IBM z/OS Unix Files UI service" \
description="This Zowe UI component can display unix files on z/OS"

##################################
# switch context
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: org.zowe.explorer-uss
# Component version is defined in gradle.properties for Gradle project
# Human readable component name
title: USS Explorer
version: 2.0.7
version: 2.0.9
# Human readable component description
description: IBM z/OS Unix Files UI service
license: EPL-2.0
Expand Down
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorer-uss",
"version": "2.0.8",
"version": "2.0.9",
"types": "module",
"directories": {
"test": "tests"
Expand All @@ -9,7 +9,7 @@
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"babel-polyfill": "6.16.0",
"immutable": "3.8.1",
"immutable": "3.8.2",
"interweave": "8.0.1",
"lowlight": "2.4.0",
"orion-editor-component": "0.0.14",
Expand Down

0 comments on commit 2911015

Please sign in to comment.