github-actions[bot] github-actions[bot] commited on
Commit
4946171
·
unverified ·
1 Parent(s): e3cb368

chore: version packages (#12)

Browse files

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

.changeset/three-parents-own.md DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- "lerobot": patch
3
- ---
4
-
5
- refactor: removed "teleop" alias; use same example robot.id
 
 
 
 
 
 
packages/cli/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
  # lerobot
2
 
 
 
 
 
 
 
3
  ## 0.3.1
4
 
5
  ### Patch Changes
 
1
  # lerobot
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e3cb368: refactor: removed "teleop" alias; use same example robot.id
8
+
9
  ## 0.3.1
10
 
11
  ### Patch Changes
packages/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "lerobot",
3
- "version": "0.3.1",
4
  "description": "CLI for lerobot.js",
5
  "type": "module",
6
  "main": "./dist/index.js",
 
1
  {
2
  "name": "lerobot",
3
+ "version": "0.3.2",
4
  "description": "CLI for lerobot.js",
5
  "type": "module",
6
  "main": "./dist/index.js",