Skip to content

Commit

Permalink
chore: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 4260e3c commit 2a573ae
Show file tree
Hide file tree
Showing 39 changed files with 211 additions and 228 deletions.
11 changes: 0 additions & 11 deletions .changeset/seven-planets-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-donkeys-warn.md

This file was deleted.

17 changes: 17 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @cypherock/cysync-cli

## 0.0.11

### Patch Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coin-support-xrp@1.0.0
- @cypherock/coin-support@0.0.10
- @cypherock/coins@0.0.9
- @cypherock/cysync-core-services@0.0.10
- @cypherock/coin-support-btc@0.0.10
- @cypherock/coin-support-evm@0.0.10
- @cypherock/coin-support-near@0.0.10
- @cypherock/coin-support-solana@0.0.10
- @cypherock/coin-support-utils@0.0.10

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/cysync-cli",
"version": "0.0.10",
"version": "0.0.11",
"description": "Cypherock CySync CLI",
"types": "dist/index.d.ts",
"author": "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypherock/cysync-desktop

## 2.0.11

### Patch Changes

- Updated dependencies []:
- @cypherock/cysync-desktop-ui@0.0.11

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cypherock/cysync-desktop",
"productName": "cypherock-cysync",
"version": "2.0.10",
"version": "2.0.11",
"private": true,
"description": "Cypherock CySync desktop application",
"main": "dist-electron/main/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/automation-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/cysync-automation-scripts

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc), [`fd260635`](https://github.com/Cypherock/cypherock-cysync/commit/fd260635181e28b8b1ef26205e86bbd53396066e)]:
- @cypherock/cysync-core-constants@0.0.4
- @cypherock/coins@0.0.9

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/automation-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/cysync-automation-scripts",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/coin-support-btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/coin-support-btc

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-btc",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/coin-support-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/coin-support-evm

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-evm",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/coin-support-near/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/coin-support-near

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-near",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/coin-support-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/coin-support-solana

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-solana",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/coin-support-tron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/coin-support-tron

## 0.0.4

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-tron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-tron",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/coin-support-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypherock/coin-support-utils

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-utils",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/coin-support-xrp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @cypherock/coin-support-xrp

## 1.0.0

### Major Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9
- @cypherock/coin-support-utils@0.0.10
2 changes: 1 addition & 1 deletion packages/coin-support-xrp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support-xrp",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/coin-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @cypherock/coin-support

## 0.0.10

### Patch Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coin-support-xrp@1.0.0
- @cypherock/coins@0.0.9
- @cypherock/coin-support-btc@0.0.10
- @cypherock/coin-support-evm@0.0.10
- @cypherock/coin-support-near@0.0.10
- @cypherock/coin-support-solana@0.0.10
- @cypherock/coin-support-tron@0.0.4

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coin-support",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/coins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypherock/coins

## 0.0.9

### Patch Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/coins",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/core-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cypherock/cysync-core-services

## 0.0.10

### Patch Changes

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coin-support@0.0.10
- @cypherock/coins@0.0.9
- @cypherock/coin-support-evm@0.0.10
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/cysync-core-services",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cysync-core-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypherock/cysync-core-constants

## 0.0.4

### Patch Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

- [#582](https://github.com/Cypherock/cypherock-cysync/pull/582) [`fd260635`](https://github.com/Cypherock/cypherock-cysync/commit/fd260635181e28b8b1ef26205e86bbd53396066e) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - server coin errors handling base code

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc)]:
- @cypherock/coins@0.0.9

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cysync-core-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/cysync-core-constants",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cysync-core-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypherock/cysync-core-workers

## 0.0.10

### Patch Changes

- Updated dependencies []:
- @cypherock/cysync-core-services@0.0.10
- @cypherock/coin-support-utils@0.0.10

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cysync-core-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/cysync-core-workers",
"version": "0.0.9",
"version": "0.0.10",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "AGPL-3.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/cysync-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @cypherock/cysync-core

## 0.0.11

### Patch Changes

- [#563](https://github.com/Cypherock/cypherock-cysync/pull/563) [`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - Added XRP support

- [#582](https://github.com/Cypherock/cypherock-cysync/pull/582) [`fd260635`](https://github.com/Cypherock/cypherock-cysync/commit/fd260635181e28b8b1ef26205e86bbd53396066e) Thanks [@muzaffarbhat07](https://github.com/muzaffarbhat07)! - server coin errors handling base code

- Updated dependencies [[`8286aa73`](https://github.com/Cypherock/cypherock-cysync/commit/8286aa7344346bcc04d5cb09125bac9aac1685cc), [`fd260635`](https://github.com/Cypherock/cypherock-cysync/commit/fd260635181e28b8b1ef26205e86bbd53396066e)]:
- @cypherock/coin-support-xrp@1.0.0
- @cypherock/cysync-core-constants@0.0.4
- @cypherock/coin-support@0.0.10
- @cypherock/coins@0.0.9
- @cypherock/cysync-ui@0.0.7
- @cypherock/cysync-core-services@0.0.10
- @cypherock/coin-support-btc@0.0.10
- @cypherock/coin-support-evm@0.0.10
- @cypherock/coin-support-near@0.0.10
- @cypherock/coin-support-solana@0.0.10
- @cypherock/coin-support-tron@0.0.4
- @cypherock/coin-support-utils@0.0.10
- @cypherock/cysync-core-workers@0.0.10

## 0.0.10

### Patch Changes
Expand Down
Loading

0 comments on commit 2a573ae

Please sign in to comment.