Skip to content

Commit

Permalink
chore: update versions (#136)
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] authored Nov 22, 2024
1 parent 3ece027 commit 84ea3b7
Show file tree
Hide file tree
Showing 37 changed files with 280 additions and 164 deletions.
9 changes: 0 additions & 9 deletions .changeset/serious-walls-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-ghosts-fetch.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# browser-test

## 0.0.39

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-app-btc@0.0.37
- @cypherock/sdk-app-manager@0.0.32
- @cypherock/sdk-hw-webusb@0.0.18

## 0.0.38

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-test",
"version": "0.0.38",
"version": "0.0.39",
"private": true,
"scripts": {
"dev:browser": "next dev",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@cypherock/sdk-app-btc": "workspace:^",
"@cypherock/sdk-app-manager": "workspace:^0.0.31",
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-hw-webusb": "workspace:^0.0.17",
"@cypherock/sdk-app-manager": "workspace:^0.0.32",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-hw-webusb": "workspace:^0.0.18",
"@next/font": "13.1.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
Expand Down
21 changes: 21 additions & 0 deletions apps/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# nodejs-test

## 0.0.51

### Patch Changes

- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-app-inheritance@1.0.0
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-app-btc@0.0.37
- @cypherock/sdk-app-evm@0.0.33
- @cypherock/sdk-app-manager@0.0.32
- @cypherock/sdk-app-near@0.0.31
- @cypherock/sdk-app-solana@0.0.7
- @cypherock/sdk-app-tron@0.0.2
- @cypherock/sdk-app-xrp@1.0.1
- @cypherock/sdk-hw-hid@0.0.23
- @cypherock/sdk-hw-serialport@0.0.20
- @cypherock/sdk-utils@0.0.19

## 0.0.50

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-test",
"version": "0.0.50",
"version": "0.0.51",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"eslint": "^7.32.0",
"rimraf": "^4.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-btc

## 0.0.37

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.36

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-btc",
"version": "0.0.36",
"version": "0.0.37",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@stryker-mutator/core": "^6.4.1",
Expand All @@ -37,9 +37,9 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"axios": "^1.3.4",
"bip66": "^1.1.5",
"long": "^5.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-evm

## 0.0.33

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.32

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-evm",
"version": "0.0.32",
"version": "0.0.33",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@stryker-mutator/core": "^6.4.1",
Expand All @@ -37,9 +37,9 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"bignumber.js": "^9.1.2",
"long": "^5.2.1",
"protobufjs": "^7.2.2"
Expand Down
14 changes: 14 additions & 0 deletions packages/app-inheritance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @cypherock/sdk-app-inheritance

## 1.0.0

### Major Changes

- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19
10 changes: 5 additions & 5 deletions packages/app-inheritance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-inheritance",
"version": "0.0.1",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@stryker-mutator/core": "^6.4.1",
Expand All @@ -35,9 +35,9 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"long": "^5.2.1",
"protobufjs": "^7.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/app-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-manager

## 0.0.32

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.31

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-manager",
"version": "0.0.31",
"version": "0.0.32",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@stryker-mutator/core": "^6.4.1",
Expand All @@ -35,9 +35,9 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"protobufjs": "^7.2.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-near/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-near

## 0.0.31

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.30

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-near",
"version": "0.0.30",
"version": "0.0.31",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@stryker-mutator/core": "^6.4.1",
Expand All @@ -36,9 +36,9 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"long": "^5.2.1",
"protobufjs": "^7.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/app-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-solana

## 0.0.7

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-app-solana",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.7",
"@cypherock/prettier-config": "workspace:^0.0.8",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@solana/web3.js": "^1.87.6",
Expand All @@ -36,9 +36,9 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-core": "workspace:^0.0.25",
"@cypherock/sdk-interfaces": "workspace:^0.0.15",
"@cypherock/sdk-utils": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.1.0",
"@cypherock/sdk-interfaces": "workspace:^0.0.16",
"@cypherock/sdk-utils": "workspace:^0.0.19",
"axios": "^1.3.4",
"bs58": "5",
"long": "^5.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-tron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypherock/sdk-app-tron

## 0.0.2

### Patch Changes

- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]:
- @cypherock/sdk-core@0.1.0
- @cypherock/sdk-interfaces@0.0.16
- @cypherock/sdk-utils@0.0.19

## 0.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 84ea3b7

Please sign in to comment.