Skip to content

Commit

Permalink
Version Packages (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: private-package-tokens <security@bitski.com>
  • Loading branch information
1 parent a34cda4 commit 0fb4c7d
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-walls-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-ducks-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-rocks-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-seals-live.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/bitski-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# bitski-provider

## 3.3.2

### Patch Changes

- [#404](https://github.com/BitskiCo/bitski-js/pull/404) [`3d15e50`](https://github.com/BitskiCo/bitski-js/commit/3d15e507bfc54f5ab8e6768c404270c909646b73) Thanks [@ptescher](https://github.com/ptescher)! - Fix chain info lookup

* [#404](https://github.com/BitskiCo/bitski-js/pull/404) [`3d15e50`](https://github.com/BitskiCo/bitski-js/commit/3d15e507bfc54f5ab8e6768c404270c909646b73) Thanks [@ptescher](https://github.com/ptescher)! - Fix an issue with custom RPC endpoints

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bitski-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/BitskiCo/bitski-js"
},
"version": "3.3.1",
"version": "3.3.2",
"scripts": {
"test": "jest",
"lint": "eslint . --cache",
Expand Down
11 changes: 11 additions & 0 deletions packages/bitski/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# bitski

## 3.8.0

### Minor Changes

- [#403](https://github.com/BitskiCo/bitski-js/pull/403) [`1533a01`](https://github.com/BitskiCo/bitski-js/commit/1533a0158c2ba8ad767d24db147f7ce49d3b638b) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Hash provider options for reuse or change if new config is passed.

### Patch Changes

- Updated dependencies [[`3d15e50`](https://github.com/BitskiCo/bitski-js/commit/3d15e507bfc54f5ab8e6768c404270c909646b73), [`3d15e50`](https://github.com/BitskiCo/bitski-js/commit/3d15e507bfc54f5ab8e6768c404270c909646b73)]:
- bitski-provider@3.3.2

## 3.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bitski/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/BitskiCo/bitski-js"
},
"version": "3.7.1",
"version": "3.8.0",
"scripts": {
"lint": "eslint . --cache",
"test": "jest",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@openid/appauth": "^1.2.6",
"bitski-provider": "^3.3.1",
"bitski-provider": "^3.3.2",
"decoders": "^2.0.1",
"eth-provider-types": "^0.2.0",
"hash-it": "^6.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# bitski-provider

## 0.2.0

### Minor Changes

- [#401](https://github.com/BitskiCo/bitski-js/pull/401) [`643aad0`](https://github.com/BitskiCo/bitski-js/commit/643aad034d8c261cd476a1a00c4a85ec30e243a3) Thanks [@ptescher](https://github.com/ptescher)! - Switch from .signIn to .start so that we re-use the existing session if it exists

### Patch Changes

- [#404](https://github.com/BitskiCo/bitski-js/pull/404) [`3d15e50`](https://github.com/BitskiCo/bitski-js/commit/3d15e507bfc54f5ab8e6768c404270c909646b73) Thanks [@ptescher](https://github.com/ptescher)! - Fix chain info lookup

- Updated dependencies [[`1533a01`](https://github.com/BitskiCo/bitski-js/commit/1533a0158c2ba8ad767d24db147f7ce49d3b638b)]:
- bitski@3.8.0

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitski/wagmi-connector",
"version": "0.1.0",
"version": "0.2.0",
"description": "Wagmi adapter for Bitski",
"main": "lib/index.js",
"module": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@wagmi/core": "^1.4.11",
"bitski": "^3.7.0",
"bitski": "^3.8.0",
"viem": "^1.19.13"
},
"devDependencies": {
Expand Down

0 comments on commit 0fb4c7d

Please sign in to comment.