github-actions[bot] github-actions[bot] commited on
Commit
15ffc56
·
unverified ·
1 Parent(s): ea0b085

chore: version packages (#7)

Browse files

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

.changeset/nasty-spies-fix.md DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- "@lerobot/web": minor
3
- ---
4
-
5
- added dataset recording; hf uploader; s3 uploader
 
 
 
 
 
 
packages/web/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
  # @lerobot/web
2
 
 
 
 
 
 
 
3
  ## 0.2.2
4
 
5
  ### Patch Changes
 
1
  # @lerobot/web
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4b4a322: added dataset recording; hf uploader; s3 uploader
8
+
9
  ## 0.2.2
10
 
11
  ### Patch Changes
packages/web/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@lerobot/web",
3
- "version": "0.2.2",
4
  "description": "Web-based robotics control using WebSerial API",
5
  "type": "module",
6
  "main": "./dist/index.js",
 
1
  {
2
  "name": "@lerobot/web",
3
+ "version": "0.3.0",
4
  "description": "Web-based robotics control using WebSerial API",
5
  "type": "module",
6
  "main": "./dist/index.js",