Skip to content

Commit 0c6ed0e

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f3b7d85 commit 0c6ed0e

File tree

9 files changed

+31
-20
lines changed

9 files changed

+31
-20
lines changed

.changeset/funny-news-pay.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/serious-pumas-wait.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tender-pears-divide.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @syncit/core
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/rrweb-io/syncit/pull/5) [`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c) Thanks [@Juice10](https://github.com/Juice10)! - Move Transporter interface to @syncit/core to remove circular dependencies
8+
39
## 1.0.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncit/core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "syncit core modules",
55
"author": "Yanzhen Yu <yanzhen@smartx.com>",
66
"homepage": "https://github.com/rrweb-io/syncit#readme",

packages/transporter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @syncit/transporter
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/rrweb-io/syncit/pull/5) [`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c) Thanks [@Juice10](https://github.com/Juice10)! - Move Transporter interface to @syncit/core to remove circular dependencies
8+
9+
- Updated dependencies [[`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c)]:
10+
- @syncit/core@1.0.2
11+
312
## 1.0.1
413

514
### Patch Changes

packages/transporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncit/transporter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "syncit transporters",
55
"author": "Yanzhen Yu <yanzhen@smartx.com>",
66
"homepage": "https://github.com/rrweb-io/syncit#readme",
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@rrweb/types": "^2.0.0-alpha.5",
59-
"@syncit/core": "^1.0.1",
59+
"@syncit/core": "^1.0.2",
6060
"agora-rtm-sdk": "latest",
6161
"peerjs": "^1.2.0"
6262
}

packages/ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @syncit/ui
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#7](https://github.com/rrweb-io/syncit/pull/7) [`f3b7d85`](https://github.com/rrweb-io/syncit/commit/f3b7d85dc09e42ca08f1ea0e2afbf75d7381ce9f) Thanks [@Juice10](https://github.com/Juice10)! - Fix bundling of @syncit/ui to be consistent with the Syncit documentation
8+
Fix bug in state machine using deprecated API
9+
- Updated dependencies [[`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c)]:
10+
- @syncit/transporter@1.0.2
11+
- @syncit/core@1.0.2
12+
313
## 1.0.1
414

515
### Patch Changes

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncit/ui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build && npm run package",
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@syncit/core": "^1.0.1",
28-
"@syncit/transporter": "^1.0.1",
27+
"@syncit/core": "^1.0.2",
28+
"@syncit/transporter": "^1.0.2",
2929
"copy-to-clipboard": "^3.3.1",
3030
"d3-scale": "^3.2.1",
3131
"konva": "^7.2.2",

0 commit comments

Comments
 (0)