Skip to content

Commit 10f8556

Browse files
release: 1.0.0-rc.10
1 parent 8b73fb6 commit 10f8556

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-rc.9"
2+
".": "1.0.0-rc.10"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.0.0-rc.10 (2025-05-07)
4+
5+
Full Changelog: [v1.0.0-rc.9...v1.0.0-rc.10](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.0-rc.9...v1.0.0-rc.10)
6+
7+
### Features
8+
9+
* **api:** api update ([8b73fb6](https://github.com/GRID-is/api-sdk-ts/commit/8b73fb643ac2b279da2ab74ed8453e3d7f706135))
10+
* **client:** add withOptions helper ([826d290](https://github.com/GRID-is/api-sdk-ts/commit/826d290d1c8d2471fdcaa3e8d0b4b42c13727283))
11+
12+
13+
### Chores
14+
15+
* **ci:** add timeout thresholds for CI jobs ([d8fc1a4](https://github.com/GRID-is/api-sdk-ts/commit/d8fc1a4cf641d6626357ba9c5141d42d3e52d2e0))
16+
* **ci:** only use depot for staging repos ([a4c649c](https://github.com/GRID-is/api-sdk-ts/commit/a4c649c874ea9130eff6556afce0fe89a87cc22a))
17+
* **client:** drop support for EOL node versions ([a509ad2](https://github.com/GRID-is/api-sdk-ts/commit/a509ad2438b2b2319895a3ed235424ebf9e2c820))
18+
* **client:** minor internal fixes ([2e47260](https://github.com/GRID-is/api-sdk-ts/commit/2e47260d9d3e4e556daec6f623a7fa2490b0f880))
19+
* **internal:** codegen related update ([485efff](https://github.com/GRID-is/api-sdk-ts/commit/485efff03ee7213cb0d2a653e605c3129d0ebbb1))
20+
* **internal:** codegen related update ([7747be3](https://github.com/GRID-is/api-sdk-ts/commit/7747be3b3564af6aa4fce340f6760cd28fe8557a))
21+
* **internal:** refactor utils ([ec57d21](https://github.com/GRID-is/api-sdk-ts/commit/ec57d2112fc5f63c3ed8283194864ee0fd38f0d1))
22+
* **internal:** share typescript helpers ([e21900d](https://github.com/GRID-is/api-sdk-ts/commit/e21900da0bef0e07cd867c6ee706a3e84b86f60a))
23+
* **perf:** faster base64 decoding ([76ee06a](https://github.com/GRID-is/api-sdk-ts/commit/76ee06a4d5780e8b7974f90aff9726e06e1a7240))
24+
25+
26+
### Documentation
27+
28+
* add examples to tsdocs ([258efc0](https://github.com/GRID-is/api-sdk-ts/commit/258efc07237dc9af8836358b27a26d9676bffe96))
29+
* **readme:** fix typo ([ff6cb96](https://github.com/GRID-is/api-sdk-ts/commit/ff6cb967df9f929940c619252a56e56a637d347a))
30+
331
## 1.0.0-rc.9 (2025-04-11)
432

533
Full Changelog: [v1.0.0-rc.8...v1.0.0-rc.9](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.0-rc.8...v1.0.0-rc.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grid-is/api",
3-
"version": "1.0.0-rc.9",
3+
"version": "1.0.0-rc.10",
44
"description": "The official TypeScript library for the Grid API",
55
"author": "Grid <info@grid.is>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.0.0-rc.9'; // x-release-please-version
1+
export const VERSION = '1.0.0-rc.10'; // x-release-please-version

0 commit comments

Comments
 (0)