Skip to content

Commit

Permalink
chore(js): update versions (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 3, 2024
1 parent 935fd7e commit 1fe5e4a
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions js/.changeset/chilled-spoons-worry.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arizeai/openinference-instrumentation-langchain

## 0.0.9

### Patch Changes

- Updated dependencies [9affdf6]
- @arizeai/openinference-semantic-conventions@0.8.0

## 0.0.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-langchain",
"version": "0.0.8",
"version": "0.0.9",
"description": "OpenInference Instrumentation for LangChain.js",
"private": false,
"main": "dist/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arizeai/openinference-instrumentation-llama-index

## 0.0.7

### Patch Changes

- Updated dependencies [9affdf6]
- @arizeai/openinference-semantic-conventions@0.8.0

## 0.0.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-llama-index",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenInference Instrumentation Llama Index",
"private": false,
"main": "dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions js/packages/openinference-instrumentation-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arizeai/openinference-instrumentation-openai

## 0.3.4

### Patch Changes

- Updated dependencies [9affdf6]
- @arizeai/openinference-semantic-conventions@0.8.0

## 0.3.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-openai",
"version": "0.3.3",
"version": "0.3.4",
"description": "OpenInference instrumentation for OpenAI",
"private": false,
"main": "dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions js/packages/openinference-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arizeai/openinference-semantic-conventions

## 0.8.0

### Minor Changes

- 9affdf6: fix: correct spelling of image attributes

## 0.7.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-semantic-conventions",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"main": "dist/src/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 1fe5e4a

Please sign in to comment.