diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 530af343..94c28721 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "15.x" + node-version: "16.x" registry-url: "https://registry.npmjs.org" - uses: laughedelic/coursier-setup@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab55dd34..cccfe843 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ -name: dev +name: release on: push: - tags: + tags: - "v*" jobs: @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "15.x" + node-version: "16.x" registry-url: "https://registry.npmjs.org" - uses: laughedelic/coursier-setup@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d21fe01..2cc02bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ The ESW-OCS-ENG-UI provides a browser based User Interface to manage and track s This source code is in GitHub repository: [ESW-OCS-ENG-UI](https://github.com/tmtsoftware/esw-ocs-eng-ui)) -## [ESW-OCS-ENG-UI v0.1.0] - upcoming release +## [ESW-OCS-ENG-UI v0.1.0] - 2021-09-23 This is the first release of ESW-OCS-ENG-UI for project stakeholders. ### Documentation -* Reference paradox documentation: https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC2/ +* Reference paradox documentation: https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/ ### Supporting Releases diff --git a/README.md b/README.md index 177afad8..507cbf58 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project is a React web application. * You can use `esw-services/run start-eng-ui-services` command to start all the services and agents required to test the scripts written in repo sequncer-scripts/ui-setup branch. -The `v15.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed. +The `v16.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed. ## User role for login @@ -97,6 +97,7 @@ The project has the following structure: | esw-ocs-eng-ui | esw | csw | |--------|-----|-----| +| v0.1.0 | v0.3.0 | v4.0.0 | | v0.1.0-RC2 | v0.3.0-RC2 | v4.0.0-RC2 | | v0.1.0-RC1 | v0.3.0-RC1 | v4.0.0-RC1 | | v0.1.0-M1 | v0.3.0-M1 | v4.0.0-M1 | @@ -105,6 +106,7 @@ The project has the following structure: | Date | Tag | Source | Docs | Assets | |-----|-----|-----|-----|-----| +| 2021-09-23 | v0.1.0 | [esw-ocs-eng-ui-0.1.0](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.1.0) | [esw-ocs-eng-ui-0.1.0 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/) | [esw-ocs-eng-ui-0.1.0 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.1.0) | ## Pre-Release History diff --git a/docs/src/main/Getting-started.md b/docs/src/main/Getting-started.md index b3807685..7a146fe9 100755 --- a/docs/src/main/Getting-started.md +++ b/docs/src/main/Getting-started.md @@ -2,7 +2,7 @@ ## Prerequisites -The `v15.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed. +The `v16.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed. ### Install the ESW-OCS-ENG-UI source repository diff --git a/notes/0.1.0-RC1.markdown b/notes/0.1.0-RC1.markdown index f351eea4..70211f54 100644 --- a/notes/0.1.0-RC1.markdown +++ b/notes/0.1.0-RC1.markdown @@ -1,6 +1,7 @@ # ESW-OCS-ENG-UI - v0.1.0-RC1 -This is a pre release of the ESW-OCS-ENG-UI application version v0.1.0-RC1 +This is the v0.1.0-RC1 of the ESW-OCS-ENG-UI application + See [CHANGELOG.md](CHANGELOG.md) for details of all releases. This version is compatible with `ESW` version v0.3.0-RC1 diff --git a/notes/0.1.0.markdown b/notes/0.1.0.markdown new file mode 100644 index 00000000..2cc4e1b0 --- /dev/null +++ b/notes/0.1.0.markdown @@ -0,0 +1,12 @@ +# ESW-OCS-ENG-UI - v0.1.0 + +This is the v0.1.0 of the ESW-OCS-ENG-UI application + +See [CHANGELOG.md](CHANGELOG.md) for details of all releases. + +This version is compatible with `ESW` version v0.3.0 +This version is compatible with `CSW` version v4.0.0 + +## Documentation + +Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/) diff --git a/package.json b/package.json index e63383f4..50f4abdf 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "esw-ocs-eng-ui", "author": "TMT", - "version": "0.1.0-RC2", + "version": "0.1.0", "license": "Apache License, Version 2.0", "type": "module", "dependencies": { - "@tmtsoftware/esw-ts": "0.2.0-RC2", + "@tmtsoftware/esw-ts": "0.2.0", "antd": "^4.16.10", "react": "^17.0.2", "react-dom": "^17.0.2",