Skip to content

Commit

Permalink
[ops] - bumped platform version to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbon99 committed Sep 14, 2024
1 parent bbd4641 commit 1ca6e7b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion alamos/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alamos"
version = "0.28.0"
version = "0.29.0"
description = ""
authors = ["Emiliano Bonilla <ebonilla@synnaxlabs.com>"]
readme = "README.md"
Expand Down
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.28.0",
"version": "0.29.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/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "synnax"
version = "0.28.0"
version = "0.29.0"
description = "Synnax Client Library"
keywords = ["Synnax", "Synnax Python Client"]
authors = ["emiliano bonilla <emilbon99@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion client/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/client",
"version": "0.28.0",
"version": "0.29.0",
"description": "The Synnax Client Library",
"keywords": [
"synnax",
Expand Down
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synnaxlabs/console",
"private": true,
"version": "0.28.6",
"version": "0.29.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
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.28.0",
"version": "0.29.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/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "synnax-freighter"
version = "0.28.0"
version = "0.29.0"
description = ""
authors = ["emiliano bonilla <emilbon99@gmail.com>"]
packages = [
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.28.0",
"version": "0.29.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 package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"scripts": {
"build": "npx turbo build --cache-dir=./.turbo-cache",
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.28.5",
"version": "0.29.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down
2 changes: 1 addition & 1 deletion synnax/pkg/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.2
0.29.0
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.28.0",
"version": "0.29.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 1ca6e7b

Please sign in to comment.