Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram-backend",
"version": "0.51.0",
"version": "0.52.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kleinkram
version = 0.51.0
version = 0.52.0
description = give me your bags
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram-common",
"version": "0.51.0",
"version": "0.52.0",
"license": "MIT",
"scripts": {
"seed:config": "ts-node ./node_modules/typeorm-seeding/dist/cli.js config",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram-docs",
"version": "0.51.0",
"version": "0.52.0",
"license": "MIT",
"target": "es2022",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram-frontend",
"version": "0.51.0",
"version": "0.52.0",
"description": "Data storage of ROS bags",
"productName": "Kleinkram",
"author": "Johann Schwabe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram",
"version": "0.51.0",
"version": "0.52.0",
"main": "index.js",
"repository": "[email protected]:leggedrobotics/GrandTourDatasets.git",
"author": "Johann Schwabe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion queueConsumer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleinkram-queue-consumer",
"version": "0.51.0",
"version": "0.52.0",
"license": "MIT",
"scripts": {
"start": "nest start",
Expand Down
Loading