Skip to content

Commit

Permalink
0.0.6 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 14, 2023
1 parent 3938fd7 commit c1be582
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@abtestingalpha/widget": "0.0.5",
"@abtestingalpha/widget": "0.0.6",
"@types/node": "^16.18.65",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@abtestingalpha/widget@0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@abtestingalpha/widget/-/widget-0.0.5.tgz#468c6c74968b5cfbce3bb2a96f17797d01543715"
integrity sha512-sKniMEvjFtkP8Ei1rqovvnAZi6deYPmkNLQkBGnPsmakeQ7gM66CM/Kc6ZKlgkTeq1dIynZVgif+Eze4K8VVag==
"@abtestingalpha/widget@0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@abtestingalpha/widget/-/widget-0.0.6.tgz#288215644ec9697d81076848789dbfdb301a8f29"
integrity sha512-1G4c+f15tqQcjcH5cAUCyFSnxb/k2R8It5lckK2NkGlRpGMNbZ1rdebdbeSEPW+zO8LFrVq+SVieGzPPeK8FTg==
dependencies:
"@reduxjs/toolkit" "^2.0.1"
"@synapsecns/sdk-router" "^0.2.23"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abtestingalpha/widget",
"description": "Test Widget",
"version": "0.0.5",
"version": "0.0.6",
"license": "ISC",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit c1be582

Please sign in to comment.