Skip to content

Commit 31e0878

Browse files
committed
Preparing 1.0.2 release
1 parent e75a383 commit 31e0878

7 files changed

Lines changed: 22 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: NPM Publish
8383
run: |
84-
npm version v1.0.1 --allow-same-version --no-git-tag-version
84+
npm version v1.0.2 --allow-same-version --no-git-tag-version
8585
npm publish --access public
8686
env:
8787
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Npm module published for ESW-TS can be found [here](https://www.npmjs.com/packag
88
## Upcoming Changes
99
n/a
1010

11-
## [ESW-TS v1.0.1] - 2025-05-07
11+
## [ESW-TS v1.0.2] - 2025-05-07
1212

1313
* Updated for csw-6.0.0 and esw-1.0.0, based on pekko and scala3
1414
* Updated Scala and JS dependencies

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Make sure you have following CSW services up and running:
5858

5959
Note: Simple way to start all these services is to run `csw-services` using `coursier (aka cs)` from `csw` github repository.
6060

61-
Refer [here](http://tmtsoftware.github.io/csw/6.0.0-RC1/apps/cswservices.html) to learn how to start csw-services.
61+
Refer [here](http://tmtsoftware.github.io/csw/6.0.0/apps/cswservices.html) to learn how to start csw-services.
6262

6363
```bash
6464
cs install csw-services
@@ -179,7 +179,7 @@ Document automatically gets released using release pipeline.
179179

180180
| esw-ts | esw | csw |
181181
|--------|--------|--------|
182-
| v1.0.1 | v1.0.0 | v6.0.0 |
182+
| v1.0.2 | v1.0.0 | v6.0.0 |
183183
| v1.0.0-RC1 | v1.0.0-RC1 | v6.0.0-RC1 |
184184
| v0.4.1 | v0.5.1 | v5.0.1 |
185185
| v0.4.1-RC1 | v0.5.1-RC1 | v5.0.1-RC1 |
@@ -200,7 +200,7 @@ Document automatically gets released using release pipeline.
200200

201201
| Date | Tag | Source | Docs | Assets |
202202
|------------|--------|-------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|
203-
| 2025-05-07 | v1.0.1 | [esw-ts-1.0.1](https://github.com/tmtsoftware/esw-ts/tree/v1.0.1) | [esw-ts-1.0.1 docs](https://tmtsoftware.github.io/esw-ts/1.0.1/) | [esw-ts-1.0.1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v1.0.1) |
203+
| 2025-05-07 | v1.0.1 | [esw-ts-1.0.2](https://github.com/tmtsoftware/esw-ts/tree/v1.0.1) | [esw-ts-1.0.2 docs](https://tmtsoftware.github.io/esw-ts/1.0.1/) | [esw-ts-1.0.2 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v1.0.1) |
204204
| 2023-04-12 | v0.4.1 | [esw-ts-0.4.1](https://github.com/tmtsoftware/esw-ts/tree/v0.4.1) | [esw-ts-0.4.1 docs](https://tmtsoftware.github.io/esw-ts/0.4.1/) | [esw-ts-0.4.1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.1) |
205205
| 2022-11-15 | v0.4.0 | [esw-ts-0.4.0](https://github.com/tmtsoftware/esw-ts/tree/v0.4.0) | [esw-ts-0.4.0 docs](https://tmtsoftware.github.io/esw-ts/0.4.0/) | [esw-ts-0.4.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.0) |
206206
| 2022-02-09 | v0.3.0 | [esw-ts-0.3.0](https://github.com/tmtsoftware/esw-ts/tree/v0.3.0) | [esw-ts-0.3.0 docs](https://tmtsoftware.github.io/esw-ts/0.3.0/) | [esw-ts-0.3.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0) |

notes/1.0.2.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ESW-TS - v1.0.2
2+
3+
This is a pre release of the ESW-TS npm module version v1.0.2
4+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
5+
6+
This version is compatible with `ESW` version v1.0.2
7+
8+
This version is compatible with `CSW` version v6.0.0-M3
9+
10+
## Documentation
11+
12+
Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ts/1.0.2/)
13+
The API documentation can be found [here](https://tmtsoftware.github.io/esw-ts/1.0.2/common/ts-docs.html)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tmtsoftware/esw-ts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Typescript client for gateway",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

project/Libs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object ESW {
2020
}
2121

2222
object CSW {
23-
private val defaultCswVersion = "6.0.0-RC4"
23+
private val defaultCswVersion = "6.0.0"
2424

2525
val Version: String = sys.props.get("prod.publish") match {
2626
case Some("true") => sys.env.getOrElse("CSW_VERSION", defaultCswVersion)

0 commit comments

Comments
 (0)