Skip to content

Commit 502bdd3

Browse files
authored
Bump TS schemas v1.10.0 (#922)
### Changelog - Clarify `FrameTransform` documentation on transform direction - Add documentation for uncalibrated camera handling in `CameraCalibration` - Introduce optional fields; make `LocationFix` `color` field optional - Add `metadata` field to `LocationFix` - Add `metadata` field to `ImageAnnotations` ### Docs None ### Description Bump minor version for schema changes since v1.9.0: - #816 - #834 - #865 - #909 - #918 Fixes: ERT-1720
1 parent 8253719 commit 502bdd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All SDK languages are versioned and released together.
4141

4242
### TypeScript
4343

44-
1. Create and merge a PR bumping the version number in `package.json` file(s).
44+
1. Create and merge a PR bumping the version number in `typescript/schemas/package.json`.
4545
2. Manually create a new Release in the GitHub UI. Ensure the tag uses the form `typescript/schemas/vX.Y.Z`.
4646
3. GitHub Actions will take care of the rest.
4747

typescript/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxglove/schemas",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Foxglove-defined message schemas for ROS, Protobuf, FlatBuffers, OMG IDL, and JSON",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)