> ## Documentation Index
> Fetch the complete documentation index at: https://velt.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# July 03 2024

## Versions

* Latest React SDK: [1.0.162](https://www.npmjs.com/package/@veltdev/react)
* Latest Non-React SDK: [1.0.162](https://www.npmjs.com/package/@veltdev/client)
* Latest Types:  [1.0.180](https://www.npmjs.com/package/@veltdev/types)

## Added "velt-comment-pin" Component

We have introduced the velt-comment-pin component. You can use the Comment Pin component to manually set the position of a Comment Annotation.

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltCommentPin annotationId="-O0OL9H7ukfuXQe4Xtgk" />
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```jsx theme={null}
    <velt-comment-pin annotation-id="-O0OL9H7ukfuXQe4Xtgk"></velt-comment-pin>
    ```
  </Tab>
</Tabs>
