Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eskirk committed May 21, 2024
1 parent 46a747c commit d2c5a72
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-demo",
"version": "1.7.2",
"version": "1.7.3",
"description": "Demo of Faro",
"license": "Apache-2.0",
"author": "Grafana Labs",
Expand Down Expand Up @@ -35,10 +35,10 @@
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-core": "^1.7.2",
"@grafana/faro-react": "^1.7.2",
"@grafana/faro-web-sdk": "^1.7.2",
"@grafana/faro-web-tracing": "^1.7.2",
"@grafana/faro-core": "^1.7.3",
"@grafana/faro-react": "^1.7.3",
"@grafana/faro-web-sdk": "^1.7.3",
"@grafana/faro-web-tracing": "^1.7.3",
"@grpc/grpc-js": "^1.9.0",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/core": "^1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions experimental/instrumentation-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-instrumentation-fetch",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro fetch auto-instrumentation package",
"keywords": [
"observability",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/grafana/faro-web-sdk",
"dependencies": {
"@grafana/faro-core": "^1.7.2"
"@grafana/faro-core": "^1.7.3"
},
"devDependencies": {
"@remix-run/web-fetch": "^4.3.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-instrumentation-performance-timeline",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro instrumentation to capture Browser Performance Timeline data.",
"keywords": [
"observability",
Expand Down Expand Up @@ -50,7 +50,7 @@
"quality:circular-deps": "madge --circular ."
},
"devDependencies": {
"@grafana/faro-core": "^1.7.2"
"@grafana/faro-core": "^1.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions experimental/instrumentation-xhr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-instrumentation-xhr",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro XHR auto-instrumentation package",
"keywords": [
"observability",
Expand Down Expand Up @@ -38,7 +38,7 @@
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-core": "^1.7.2"
"@grafana/faro-core": "^1.7.3"
},
"devDependencies": {
"@remix-run/web-fetch": "^4.3.4"
Expand Down
4 changes: 2 additions & 2 deletions experimental/transport-otlp-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-transport-otlp-http",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro transport which converts the Faro data model to the Otlp data model.",
"keywords": [
"observability",
Expand Down Expand Up @@ -50,7 +50,7 @@
"quality:circular-deps": "madge --circular ."
},
"devDependencies": {
"@grafana/faro-core": "^1.7.2"
"@grafana/faro-core": "^1.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"experimental/*",
"demo"
],
"version": "1.7.2",
"version": "1.7.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-core",
"version": "1.7.2",
"version": "1.7.3",
"description": "Core package of Faro.",
"keywords": [
"observability",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-react",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro package that enables easier integration in projects built with React.",
"keywords": [
"observability",
Expand Down Expand Up @@ -52,8 +52,8 @@
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.7.2",
"@grafana/faro-web-tracing": "^1.7.2",
"@grafana/faro-web-sdk": "^1.7.3",
"@grafana/faro-web-tracing": "^1.7.3",
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-web-sdk",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro instrumentations, metas, transports for web.",
"keywords": [
"observability",
Expand Down Expand Up @@ -52,7 +52,7 @@
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-core": "^1.7.2",
"@grafana/faro-core": "^1.7.3",
"ua-parser-js": "^1.0.32",
"web-vitals": "^3.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-web-tracing",
"version": "1.7.2",
"version": "1.7.3",
"description": "Faro web tracing implementation.",
"keywords": [
"observability",
Expand Down Expand Up @@ -52,7 +52,7 @@
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.7.2",
"@grafana/faro-web-sdk": "^1.7.3",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/context-zone": "^1.18.1",
"@opentelemetry/core": "^1.18.1",
Expand Down

0 comments on commit d2c5a72

Please sign in to comment.