github-actions[bot] github-actions[bot] commited on
Commit
6ad61b2
·
unverified ·
1 Parent(s): 5a098c4

chore: version packages (#3)

Browse files

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

.changeset/mighty-glasses-shine.md DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- "@lerobot/web": patch
3
- ---
4
-
5
- fix: make sure that findPort works in iframe
 
 
 
 
 
 
packages/web/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
  # @lerobot/web
2
 
 
 
 
 
 
 
3
  ## 0.2.1
4
 
5
  ### Patch Changes
 
1
  # @lerobot/web
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a098c4: fix: make sure that findPort works in iframe
8
+
9
  ## 0.2.1
10
 
11
  ### Patch Changes
packages/web/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@lerobot/web",
3
- "version": "0.2.1",
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.2",
4
  "description": "Web-based robotics control using WebSerial API",
5
  "type": "module",
6
  "main": "./dist/index.js",