Skip to content

Commit dd91f95

Browse files
chore: updated versions
1 parent 38218b7 commit dd91f95

47 files changed

Lines changed: 272 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/seven-carpets-drive.md

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

apps/cli/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#734](https://github.com/Cypherock/cypherock-cysync/pull/734) [`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added swaps
8+
9+
- Updated dependencies [[`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a)]:
10+
- @cypherock/coin-support-interfaces@0.0.10
11+
- @cypherock/coin-support-starknet@1.0.4
12+
- @cypherock/coin-support-solana@0.1.3
13+
- @cypherock/coin-support-near@0.0.17
14+
- @cypherock/coin-support-btc@0.0.17
15+
- @cypherock/coin-support-evm@0.0.17
16+
- @cypherock/coin-support-icp@1.0.1
17+
- @cypherock/coin-support-xrp@1.1.5
18+
- @cypherock/cysync-core-services@0.1.3
19+
- @cypherock/coin-support@0.1.5
20+
- @cypherock/coins@0.3.2
21+
- @cypherock/coin-support-utils@0.0.17
22+
323
## 0.1.4
424

525
### Patch Changes

apps/cli/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-cli",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Cypherock CySync CLI",
55
"types": "dist/index.d.ts",
66
"author": "support@cypherock.com",

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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a)]:
8+
- @cypherock/cysync-desktop-ui@0.0.21
9+
310
## 2.0.20
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.20",
4+
"version": "2.0.21",
55
"private": true,
66
"description": "Cypherock CySync desktop application",
77
"main": "dist-electron/main/index.js",

packages/app-support-buy-sell/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a)]:
8+
- @cypherock/coins@0.3.2
9+
310
## 0.0.4
411

512
### Patch Changes

packages/app-support-buy-sell/package.json

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

packages/app-support-inheritance/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#734](https://github.com/Cypherock/cypherock-cysync/pull/734) [`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added swaps
8+
39
## 1.0.3
410

511
### Patch Changes

packages/app-support-inheritance/package.json

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

packages/automation-scripts/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8d60c96a`](https://github.com/Cypherock/cypherock-cysync/commit/8d60c96ad205a3a3bdd14cbd0f58c75b2222d72a)]:
8+
- @cypherock/cysync-core-constants@0.4.2
9+
- @cypherock/coins@0.3.2
10+
311
## 0.1.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)