From 9da15e2a370c24dbd7146ec12a0d50acf294254c Mon Sep 17 00:00:00 2001 From: abtestingalpha <104046418+abtestingalpha@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:28:52 -0500 Subject: [PATCH] 0.0.5 (#61) --- examples/with-react/package.json | 2 +- examples/with-react/yarn.lock | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 2503d8154b..82fa37b272 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@abtestingalpha/widget": "0.0.4", + "@abtestingalpha/widget": "0.0.5", "@types/node": "^16.18.65", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.17", diff --git a/examples/with-react/yarn.lock b/examples/with-react/yarn.lock index 5df2e7055a..36da07bdb6 100644 --- a/examples/with-react/yarn.lock +++ b/examples/with-react/yarn.lock @@ -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.4": - version "0.0.4" - resolved "https://registry.yarnpkg.com/@abtestingalpha/widget/-/widget-0.0.4.tgz#72b3eabeeb46d3879833036f68d359c614aceea5" - integrity sha512-5Wfe702xio1Gamm185Guihznx4qbz/AVxrHNDMJMZUYS8v0YRkDFxhcOej+9RXLkYR2alZg6648OhC/W7m05mw== +"@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== dependencies: "@reduxjs/toolkit" "^2.0.1" "@synapsecns/sdk-router" "^0.2.23" diff --git a/package.json b/package.json index 1ee50deacf..b6502249cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@abtestingalpha/widget", "description": "Test Widget", - "version": "0.0.4", + "version": "0.0.5", "license": "ISC", "type": "module", "main": "dist/cjs/index.js",