Skip to content

Commit 5acc945

Browse files
chore: updated versions
1 parent de807e7 commit 5acc945

9 files changed

Lines changed: 36 additions & 10 deletions

File tree

.changeset/angry-owls-film.md

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

apps/desktop/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cypherock/cysync-desktop
22

3+
## 2.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @cypherock/cysync-desktop-ui@0.0.23
9+
310
## 2.0.22
411

512
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cypherock/cysync-desktop",
33
"productName": "cypherock-cysync",
4-
"version": "2.0.22",
4+
"version": "2.0.23",
55
"private": true,
66
"description": "Cypherock CySync desktop application",
77
"main": "dist-electron/main/index.js",

packages/cysync-core/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#752](https://github.com/Cypherock/cypherock-cysync/pull/752) [`d139423b`](https://github.com/Cypherock/cypherock-cysync/commit/d139423bf51d3f2c478de87bad4ccef877ea1238) Thanks [@AryanCypherock](https://github.com/AryanCypherock)! - swap feature added
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d139423b`](https://github.com/Cypherock/cypherock-cysync/commit/d139423bf51d3f2c478de87bad4ccef877ea1238)]:
12+
- @cypherock/cysync-ui@0.0.12
13+
314
## 0.5.1
415

516
### Patch Changes

packages/cysync-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypherock/cysync-core",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"module": "dist/esm/index.js",
55
"types": "dist/esm/index.d.ts",
66
"license": "AGPL-3.0",

packages/desktop-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cypherock/cysync-desktop-ui
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d139423b`](https://github.com/Cypherock/cypherock-cysync/commit/d139423bf51d3f2c478de87bad4ccef877ea1238)]:
8+
- @cypherock/cysync-core@0.6.0
9+
- @cypherock/cysync-ui@0.0.12
10+
311
## 0.0.22
412

513
### Patch Changes

packages/desktop-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypherock/cysync-desktop-ui",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "AGPL-3.0",

packages/ui/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#752](https://github.com/Cypherock/cypherock-cysync/pull/752) [`d139423b`](https://github.com/Cypherock/cypherock-cysync/commit/d139423bf51d3f2c478de87bad4ccef877ea1238) Thanks [@AryanCypherock](https://github.com/AryanCypherock)! - swap feature added
8+
39
## 0.0.11
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypherock/cysync-ui",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)