Skip to content

Commit

Permalink
[ops/ts] - bumped package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbon99 committed Jul 7, 2024
1 parent 3f8cd41 commit 5d9a3e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alamos/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/alamos",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"description": "Distributed instrumentation for Synnax",
"repository": "https://github.com/synnaxlabs/synnax/tree/main/freighter/ts",
Expand Down
2 changes: 1 addition & 1 deletion client/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synnaxlabs/client",
"private": false,
"version": "0.23.1",
"version": "0.24.0",
"type": "module",
"description": "The Client Library for Synnax",
"repository": "https://github.com/synnaxlabs/synnax/tree/main/client/ts",
Expand Down
2 changes: 1 addition & 1 deletion drift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/drift",
"version": "0.23.0",
"version": "0.24.0",
"description": "State synchronization and Redux state synchronization for Tauri Apps",
"repository": "https://github.com/synnaxlabs/synnax/tree/main/drift",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion freighter/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/freighter",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"description": "a modular transport abstraction",
"repository": "https://github.com/synnaxlabs/synnax/tree/main/freighter/ts",
Expand Down
2 changes: 1 addition & 1 deletion pluto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/pluto",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down
2 changes: 1 addition & 1 deletion x/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/x",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"description": "Common Utilities for Synnax Labs",
"repository": "https://github.com/synnaxlabs/synnax/tree/main/x/go",
Expand Down

0 comments on commit 5d9a3e0

Please sign in to comment.