Skip to content

Commit

Permalink
Version Packages (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 14, 2023
1 parent f3b7d85 commit 0c6ed0e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-news-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-pumas-wait.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tender-pears-divide.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @syncit/core

## 1.0.2

### Patch Changes

- [#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

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncit/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "syncit core modules",
"author": "Yanzhen Yu <yanzhen@smartx.com>",
"homepage": "https://github.com/rrweb-io/syncit#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/transporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @syncit/transporter

## 1.0.2

### Patch Changes

- [#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

- Updated dependencies [[`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c)]:
- @syncit/core@1.0.2

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/transporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncit/transporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "syncit transporters",
"author": "Yanzhen Yu <yanzhen@smartx.com>",
"homepage": "https://github.com/rrweb-io/syncit#readme",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.5",
"@syncit/core": "^1.0.1",
"@syncit/core": "^1.0.2",
"agora-rtm-sdk": "latest",
"peerjs": "^1.2.0"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @syncit/ui

## 1.0.2

### Patch Changes

- [#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
Fix bug in state machine using deprecated API
- Updated dependencies [[`a0eedbb`](https://github.com/rrweb-io/syncit/commit/a0eedbb96f25bad3dd99f55bc58bfde1a6e94d0c)]:
- @syncit/transporter@1.0.2
- @syncit/core@1.0.2

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncit/ui",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@syncit/core": "^1.0.1",
"@syncit/transporter": "^1.0.1",
"@syncit/core": "^1.0.2",
"@syncit/transporter": "^1.0.2",
"copy-to-clipboard": "^3.3.1",
"d3-scale": "^3.2.1",
"konva": "^7.2.2",
Expand Down

0 comments on commit 0c6ed0e

Please sign in to comment.