Skip to content

Commit

Permalink
bumped ssx to 0.1.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
skgbafa authored Nov 9, 2022
1 parent a44f78c commit ba9ef73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-stingrays-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-jeans-dress.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ssx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsc --jsx react-jsx"
},
"dependencies": {
"@spruceid/ssx": "0.1.0",
"@spruceid/ssx": "0.1.1",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ssx-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @spruceid/ssx

## 0.1.1

### Patch Changes

- a44f78c: Detect wallet connection and prevent connect attempt if already connected
- 0f84d97: Detect if a web3 provider is being provided instead of always instantiating a new Web3Provider.
2 changes: 1 addition & 1 deletion packages/ssx-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/ssx",
"version": "0.1.0",
"version": "0.1.1",
"description": "An identity solution that enables SSI to JS/TS dApps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ba9ef73

Please sign in to comment.