Skip to content

Commit 6c8fcac

Browse files
committed
chore: initial release version
1 parent 7b9986e commit 6c8fcac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/rn-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/example",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

packages/backend-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/backend-platform",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Platform backend implementation for @ottrelite/core React Native tracing framework (ATrace or OSSignposter)",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

packages/backend-wrapper-tracy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/backend-wrapper-tracy",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Tracy wrapper backend implementation for @ottrelite/core React Native tracing framework",
55
"main": "lib/index",
66
"module": "lib/index",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/core",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Extensible, unified tracing framework for React Native",
55
"main": "lib/index",
66
"module": "lib/index",

packages/instrumentation-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/instrumentation-react",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Pluggable tracing framework for React Native plugin for Babel - autoinstrumention",
55
"main": "lib/index",
66
"module": "lib/index",

packages/interop-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ottrelite/interop-otel",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Interoperability layer integrating Ottrelite with OTEL SDKs",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)