Skip to content

Commit

Permalink
chore: update versions (#44)
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 Jul 14, 2023
1 parent 9ce9afc commit 586ba64
Show file tree
Hide file tree
Showing 30 changed files with 209 additions and 96 deletions.
18 changes: 0 additions & 18 deletions .changeset/lucky-meals-chew.md

This file was deleted.

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

## 0.0.18

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-app-manager@0.0.18
- @cypherock/sdk-core@0.0.16
- @cypherock/sdk-hw-webusb@0.0.12

## 0.0.17

### 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.17",
"version": "0.0.18",
"private": true,
"scripts": {
"dev:browser": "next dev",
Expand All @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@cypherock/sdk-app-manager": "workspace:^0.0.17",
"@cypherock/sdk-core": "workspace:^0.0.15",
"@cypherock/sdk-hw-webusb": "workspace:^0.0.11",
"@cypherock/sdk-app-manager": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.0.16",
"@cypherock/sdk-hw-webusb": "workspace:^0.0.12",
"@next/font": "13.1.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
Expand Down
14 changes: 14 additions & 0 deletions apps/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# nodejs-test

## 0.0.19

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-app-btc@0.0.17
- @cypherock/sdk-app-manager@0.0.18
- @cypherock/sdk-core@0.0.16
- @cypherock/sdk-hw-hid@0.0.12
- @cypherock/sdk-hw-serialport@0.0.12
- @cypherock/sdk-interfaces@0.0.11

## 0.0.18

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.18",
"version": "0.0.19",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -14,18 +14,18 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@cypherock/tsconfig": "workspace:*",
"eslint": "^7.32.0",
"rimraf": "^4.1.2",
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-app-btc": "workspace:^",
"@cypherock/sdk-app-manager": "workspace:^0.0.17",
"@cypherock/sdk-core": "workspace:^0.0.15",
"@cypherock/sdk-hw-hid": "workspace:^0.0.11",
"@cypherock/sdk-hw-serialport": "workspace:^0.0.11",
"@cypherock/sdk-app-manager": "workspace:^0.0.18",
"@cypherock/sdk-core": "workspace:^0.0.16",
"@cypherock/sdk-hw-hid": "workspace:^0.0.12",
"@cypherock/sdk-hw-serialport": "workspace:^0.0.12",
"@cypherock/sdk-interfaces": "workspace:^"
}
}
11 changes: 11 additions & 0 deletions packages/app-btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypherock/sdk-app-btc

## 0.0.17

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-core@0.0.16
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@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.15",
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-utils": "workspace:^0.0.12",
"@cypherock/sdk-core": "workspace:^0.0.16",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^0.0.13",
"long": "^5.2.1",
"protobufjs": "^7.2.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/app-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypherock/sdk-app-evm

## 0.0.16

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-core@0.0.16
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@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.15",
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-utils": "workspace:^0.0.12",
"@cypherock/sdk-core": "workspace:^0.0.16",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^0.0.13",
"ethers": "^6.2.2",
"long": "^5.2.1",
"protobufjs": "^7.2.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/app-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypherock/sdk-app-manager

## 0.0.18

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-core@0.0.16
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@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.15",
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-utils": "workspace:^0.0.12",
"@cypherock/sdk-core": "workspace:^0.0.16",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^0.0.13",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"protobufjs": "^7.2.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cypherock/sdk-core

## 0.0.16

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-core",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@cypherock/eslint-config": "workspace:*",
"@cypherock/prettier-config": "workspace:^0.0.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@cypherock/tsconfig": "workspace:*",
"@jest/globals": "^29.4.1",
"@types/jest": "^29.4.0",
Expand All @@ -31,8 +31,8 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-utils": "workspace:^0.0.12",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^0.0.13",
"compare-versions": "6.0.0-rc.1",
"protobufjs": "^7.2.2",
"uuid": "^9.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/hw-hid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cypherock/sdk-hw-hid

## 0.0.12

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-hid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-hw-hid",
"version": "0.0.11",
"version": "0.0.12",
"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.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@cypherock/tsconfig": "workspace:*",
"@types/node-hid": "^1.3.1",
"@types/uuid": "^9.0.0",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^",
"node-hid": "^2.1.2",
"uuid": "^9.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/hw-serialport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cypherock/sdk-hw-serialport

## 0.0.12

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-serialport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypherock/sdk-hw-serialport",
"version": "0.0.11",
"version": "0.0.12",
"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.5",
"@cypherock/prettier-config": "workspace:^0.0.6",
"@cypherock/tsconfig": "workspace:*",
"@types/serialport": "8.0.1",
"@types/uuid": "^9.0.0",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@cypherock/sdk-interfaces": "workspace:^0.0.10",
"@cypherock/sdk-interfaces": "workspace:^0.0.11",
"@cypherock/sdk-utils": "workspace:^",
"serialport": "10.0.0",
"uuid": "^9.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/hw-webusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cypherock/sdk-hw-webusb

## 0.0.12

### Patch Changes

- [#43](https://github.com/Cypherock/sdk/pull/43) [`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da) Thanks [@irshadCypherock](https://github.com/irshadCypherock)! - fixed skipped proto files on npm release

- Updated dependencies [[`9ce9afc`](https://github.com/Cypherock/sdk/commit/9ce9afc2cd88f7c3334eda8120afe6365bc728da)]:
- @cypherock/sdk-interfaces@0.0.11
- @cypherock/sdk-utils@0.0.13

## 0.0.11

### Patch Changes
Expand Down
Loading

0 comments on commit 586ba64

Please sign in to comment.