Skip to content

Commit

Permalink
chore: update versions (#86)
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 10, 2023
1 parent 45b8786 commit f41aab0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-birds-love.md

This file was deleted.

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

## 0.0.33

### Patch Changes

- Updated dependencies [[`45b8786`](https://github.com/Cypherock/sdk/commit/45b8786bdd21296ba95ccd500d709811187a2a3d)]:
- @cypherock/sdk-app-btc@0.0.32

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-test",
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"scripts": {
"dev:browser": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nodejs-test

## 0.0.38

### Patch Changes

- Updated dependencies [[`45b8786`](https://github.com/Cypherock/sdk/commit/45b8786bdd21296ba95ccd500d709811187a2a3d)]:
- @cypherock/sdk-app-btc@0.0.32

## 0.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-test",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypherock/sdk-app-btc

## 0.0.32

### Patch Changes

- [#85](https://github.com/Cypherock/sdk/pull/85) [`45b8786`](https://github.com/Cypherock/sdk/commit/45b8786bdd21296ba95ccd500d709811187a2a3d) Thanks [@TejasvCypherock](https://github.com/TejasvCypherock)! - supress warning for btc

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.31",
"version": "0.0.32",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit f41aab0

Please sign in to comment.