Spaces:
Running
Running
github-actions[bot]
github-actions[bot]
commited on
chore: version packages (#13)
Browse filesCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- .changeset/ten-ways-sniff.md +0 -5
- packages/cli/CHANGELOG.md +6 -0
- packages/cli/package.json +1 -1
.changeset/ten-ways-sniff.md
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
---
|
2 |
-
"lerobot": patch
|
3 |
-
---
|
4 |
-
|
5 |
-
use proper version; refactored README to align with other README's
|
|
|
|
|
|
|
|
|
|
|
|
packages/cli/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# lerobot
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## 0.3.2
|
4 |
|
5 |
### Patch Changes
|
|
|
1 |
# lerobot
|
2 |
|
3 |
+
## 0.3.3
|
4 |
+
|
5 |
+
### Patch Changes
|
6 |
+
|
7 |
+
- 7ed97a4: use proper version; refactored README to align with other README's
|
8 |
+
|
9 |
## 0.3.2
|
10 |
|
11 |
### Patch Changes
|
packages/cli/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "lerobot",
|
3 |
-
"version": "0.3.
|
4 |
"description": "CLI for lerobot.js",
|
5 |
"type": "module",
|
6 |
"main": "./dist/index.js",
|
|
|
1 |
{
|
2 |
"name": "lerobot",
|
3 |
+
"version": "0.3.3",
|
4 |
"description": "CLI for lerobot.js",
|
5 |
"type": "module",
|
6 |
"main": "./dist/index.js",
|