Skip to content

Commit e75a383

Browse files
committed
Preparing 1.0.0 release
1 parent 53f6a42 commit e75a383

6 files changed

Lines changed: 20 additions & 7 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.0 --allow-same-version --no-git-tag-version
84+
npm version v1.0.1 --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.0] - 2025-05-07
11+
## [ESW-TS v1.0.1] - 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Document automatically gets released using release pipeline.
179179

180180
| esw-ts | esw | csw |
181181
|--------|--------|--------|
182-
| v1.0.0 | v1.0.0 | v6.0.0 |
182+
| v1.0.1 | 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.0 | [esw-ts-1.0.0](https://github.com/tmtsoftware/esw-ts/tree/v1.0.0) | [esw-ts-1.0.0 docs](https://tmtsoftware.github.io/esw-ts/1.0.0/) | [esw-ts-1.0.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v1.0.0) |
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) |
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.1.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ESW-TS - v1.0.1
2+
3+
This is a pre release of the ESW-TS npm module version v1.0.1
4+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
5+
6+
This version is compatible with `ESW` version v1.0.1
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.1/)
13+
The API documentation can be found [here](https://tmtsoftware.github.io/esw-ts/1.0.1/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.0",
3+
"version": "1.0.1",
44
"description": "Typescript client for gateway",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)