Skip to content

Commit

Permalink
Version Packages (#478)
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 db47fb8 commit 303234c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-falcons-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pianos-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-shoes-accept.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/bitski-provider/CHANGELOG.md
@@ -1,5 +1,11 @@
# bitski-provider

## 3.5.1

### Patch Changes

- [#472](https://github.com/BitskiCo/bitski-js/pull/472) [`aca0a6f6cc731a832cba5891f223d61ab5c5c0c2`](https://github.com/BitskiCo/bitski-js/commit/aca0a6f6cc731a832cba5891f223d61ab5c5c0c2) Thanks [@pzuraq](https://github.com/pzuraq)! - Add isIframe query param to force prompt=none in iframes

## 3.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bitski-provider/package.json
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/BitskiCo/bitski-js"
},
"version": "3.5.0",
"version": "3.5.1",
"scripts": {
"test": "jest",
"lint": "eslint . --cache",
Expand Down
9 changes: 9 additions & 0 deletions packages/bitski/CHANGELOG.md
@@ -1,5 +1,14 @@
# bitski

## 4.2.1

### Patch Changes

- [#477](https://github.com/BitskiCo/bitski-js/pull/477) [`fe68fd25723cef9248b5ee630fbd195d76c84c91`](https://github.com/BitskiCo/bitski-js/commit/fe68fd25723cef9248b5ee630fbd195d76c84c91) Thanks [@pzuraq](https://github.com/pzuraq)! - Update clientId to appId when creating provider

- Updated dependencies [[`aca0a6f6cc731a832cba5891f223d61ab5c5c0c2`](https://github.com/BitskiCo/bitski-js/commit/aca0a6f6cc731a832cba5891f223d61ab5c5c0c2)]:
- bitski-provider@3.5.1

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bitski/package.json
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/BitskiCo/bitski-js"
},
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"lint": "eslint . --cache",
"test": "jest",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@openid/appauth": "^1.2.6",
"bitski-provider": "^3.5.0",
"bitski-provider": "^3.5.1",
"decoders": "^2.0.1",
"eth-provider-types": "^0.2.0",
"hash-it": "^6.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/waas-react-sdk/CHANGELOG.md
@@ -1,5 +1,14 @@
# @bitski/waas-react-sdk

## 1.0.1

### Patch Changes

- [#479](https://github.com/BitskiCo/bitski-js/pull/479) [`db47fb846b02e959bb18eba1f7052b894b26c983`](https://github.com/BitskiCo/bitski-js/commit/db47fb846b02e959bb18eba1f7052b894b26c983) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Add chain switching; default email input display

- Updated dependencies [[`fe68fd25723cef9248b5ee630fbd195d76c84c91`](https://github.com/BitskiCo/bitski-js/commit/fe68fd25723cef9248b5ee630fbd195d76c84c91)]:
- bitski@4.2.1

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/waas-react-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@bitski/waas-react-sdk",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@apollo/client": "^3.8.10",
"@floating-ui/react": "^0.26.8",
"@xstate/react": "^4.0.3",
"bitski": "^4.2.0",
"bitski": "^4.2.1",
"graphql-request": "^6.1.0",
"lodash.debounce": "^4.0.8",
"xstate": "^5.6.0"
Expand Down

0 comments on commit 303234c

Please sign in to comment.