Spaces:
Running
Running
github-actions[bot]
github-actions[bot]
commited on
chore: version packages (#1)
Browse filesCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
.changeset/green-adults-ring.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
"@lerobot/web": minor
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
-
\* clean api for findPort, calibrate \& teleoperate \* moved types into separate files \* a lot of clean up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
packages/web/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
# @lerobot/web
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 0.1.1
|
| 4 |
|
| 5 |
### Patch Changes
|
|
|
|
| 1 |
# @lerobot/web
|
| 2 |
|
| 3 |
+
## 0.2.0
|
| 4 |
+
|
| 5 |
+
### Minor Changes
|
| 6 |
+
|
| 7 |
+
- 34a86bc: \* clean api for findPort, calibrate \& teleoperate \* moved types into separate files \* a lot of clean up
|
| 8 |
+
|
| 9 |
## 0.1.1
|
| 10 |
|
| 11 |
### Patch Changes
|
packages/web/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@lerobot/web",
|
| 3 |
-
"version": "0.
|
| 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.2.0",
|
| 4 |
"description": "Web-based robotics control using WebSerial API",
|
| 5 |
"type": "module",
|
| 6 |
"main": "./dist/index.js",
|