Skip to content

Commit

Permalink
Publishing cleanup (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys authored Oct 18, 2024
1 parent 76d2567 commit 297c0f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.4-canary.0",
"version": "0.9.0-canary.0",
"name": "@fiberplane/studio",
"description": "Local development debugging interface for Hono apps",
"author": "Fiberplane<[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-library-otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fiberplane<[email protected]>",
"type": "module",
"main": "dist/index.js",
"version": "0.3.1-beta.2",
"version": "0.4.0-canary.0",
"dependencies": {
"@opentelemetry/api": "~1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiberplane/fpx-types",
"description": "Shared types and schemas for fpx",
"version": "0.0.6",
"version": "0.0.8",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 297c0f2

Please sign in to comment.