Skip to content

Commit

Permalink
Preparing for 0.3.1-RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Weiss committed Mar 30, 2023
1 parent 42d5352 commit d8ae252
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.3.1] - 2023-03-28

- upgrading to the new versions: CSW v5.0.1, ESW v0.5.1, ESW-TS v0.4.1.

### Documentation

- Reference paradox documentation: <https://tmtsoftware.github.io/esw-ocs-eng-ui/0.3.1/>

### Supporting Releases

<a name="0-3-1-1"></a>1: [ESW-OCS-ENG-UI v0.3.1-RC1](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.3.1-RC1) - 2023-03-28<br>

## [ESW-OCS-ENG-UI v0.3.0] - 2022-11-15

- upgrading to the new versions: CSW v5.0.0, ESW v0.5.0, ESW-TS v0.4.0.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The project has the following structure:

| esw-ocs-eng-ui | esw | csw | esw-ts |
|----------------|------------|------------|------------|
| v0.3.1-RC1 | v0.5.1-RC1 | v5.0.1-RC1 | v0.4.1-RC1 |
| v0.3.0 | v0.5.0 | v5.0.0 | v0.4.0 |
| v0.3.0-RC2 | v0.5.0-RC2 | v5.0.0-RC2 | v0.4.0-RC2 |
| v0.3.0-RC1 | v0.5.0-RC1 | v5.0.0-RC1 | v0.4.0-RC1 |
Expand All @@ -119,6 +120,7 @@ The project has the following structure:

| Date | Tag | Source | Docs | Assets |
|------------|------------|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
| 2022-10-04 | v0.3.1-RC1 | [esw-ocs-eng-ui-0.3.1-RC1](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.3.1-RC1) | [esw-ocs-eng-ui-0.3.1-RC1 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.3.1-RC1/) | [esw-ocs-eng-ui-0.3.1-RC1 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.3.1-RC1) |
| 2022-10-10 | v0.3.0-RC2 | [esw-ocs-eng-ui-0.3.0-RC2](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.3.0-RC2) | [esw-ocs-eng-ui-0.3.0-RC2 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.3.0-RC2/) | [esw-ocs-eng-ui-0.3.0-RC2 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.3.0-RC2) |
| 2022-10-04 | v0.3.0-RC1 | [esw-ocs-eng-ui-0.3.0-RC1](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.3.0-RC1) | [esw-ocs-eng-ui-0.3.0-RC1 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.3.0-RC1/) | [esw-ocs-eng-ui-0.3.0-RC1 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.3.0-RC1) |
| 2022-02-01 | v0.2.0-RC1 | [esw-ocs-eng-ui-0.2.0-RC1](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.2.0-RC1) | [esw-ocs-eng-ui-0.2.0-RC1 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.2.0-RC1/) | [esw-ocs-eng-ui-0.2.0-RC1 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.2.0-RC1) |
Expand Down
15 changes: 15 additions & 0 deletions notes/0.3.1-RC1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ESW-OCS-ENG-UI - v0.3.1-RC1

This is the v0.3.1-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.5.1-RC1

This version is compatible with `ESW-TS` version 0.4.1-RC1

This version is compatible with `CSW` version v5.0.1-RC1

## Documentation

Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.3.1-RC1/)
18 changes: 9 additions & 9 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,11 +1,11 @@
{
"name": "esw-ocs-eng-ui",
"author": "TMT",
"version": "0.3.0",
"version": "0.3.1-RC1",
"license": "Apache License, Version 2.0",
"type": "module",
"dependencies": {
"@tmtsoftware/esw-ts": "^0.4.0",
"@tmtsoftware/esw-ts": "^0.4.1-RC1",
"antd": "^4.16.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit d8ae252

Please sign in to comment.