Skip to content

Commit

Permalink
Increment to 0.0.3 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha authored Dec 14, 2023
1 parent 2bb863d commit b0f8ba6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 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.2",
"@abtestingalpha/widget": "0.0.3",
"@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/[email protected].2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@abtestingalpha/widget/-/widget-0.0.2.tgz#415c92aba9363f473f1a32cf675543d927bb82e1"
integrity sha512-uRU+sQLqIEyIUOB+KJt7KB8Buw0CzMINbvR3wUtySeAFqAbQGiFf1Fz3xYEkqISWMZS2yCjcvdXUCf7TuL9YZA==
"@abtestingalpha/[email protected].3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@abtestingalpha/widget/-/widget-0.0.3.tgz#615d4570130869cff1b8274cc9db1d4a657b8b25"
integrity sha512-6Lnujp6IRbfI48v1qkSQFoQJum/KoUc6ofIz8RkJ++Y8/q6pJlnP3F/6LkHQ5i1qRUp3iEE3xYhU6qQsIgFuNQ==
dependencies:
"@reduxjs/toolkit" "^2.0.1"
"@synapsecns/sdk-router" "^0.2.23"
Expand Down
9 changes: 1 addition & 8 deletions 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.2",
"version": "0.0.3",
"license": "ISC",
"type": "module",
"main": "dist/cjs/index.js",
Expand All @@ -19,13 +19,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"bridge",
"cross-chain",
"dapp",
"interoperability",
"synapse",
"web3",
"widget"
],
"peerDependencies": {
Expand Down

0 comments on commit b0f8ba6

Please sign in to comment.