Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@goodwidget/ai-credits-widget": "0.1.5",
"@goodwidget/core": "0.1.4",
"@goodwidget/embed": "0.1.4",
"@goodwidget/superfluid-campaign-widget": "0.1.4",
"@goodwidget/superfluid-campaign-widget": "0.1.5",
"@goodwidget/ui": "0.1.4",
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@json-rpc-tools/utils": "^1.7.6",
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe("widget registry", () => {
expect(superfluid).toMatchObject({
widgetId: "goodwidget.superfluid-campaign",
packageName: "@goodwidget/superfluid-campaign-widget",
packageVersion: "0.1.2",
packageVersion: "0.1.5",
routeSlug: "superfluid-campaign",
entry: { tagName: "gw-superfluid-campaign" },
providerPolicy: {
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const testFixtureWidget = defineWidget({
const superfluidCampaignWidget = defineWidget({
widgetId: "goodwidget.superfluid-campaign",
packageName: "@goodwidget/superfluid-campaign-widget",
packageVersion: "0.1.2",
packageVersion: "0.1.5",
routeSlug: "superfluid-campaign",
displayName: "Superfluid Rewards",
description: "Earn SUP rewards through GoodDollar and ecosystem actions",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,9 @@ __metadata:
languageName: node
linkType: hard

"@goodwidget/superfluid-campaign-widget@npm:0.1.4":
version: 0.1.4
resolution: "@goodwidget/superfluid-campaign-widget@npm:0.1.4"
"@goodwidget/superfluid-campaign-widget@npm:0.1.5":
version: 0.1.5
resolution: "@goodwidget/superfluid-campaign-widget@npm:0.1.5"
dependencies:
"@goodwidget/citizen-claim-widget": "npm:0.2.1"
"@goodwidget/core": "npm:0.1.4"
Expand All @@ -1398,7 +1398,7 @@ __metadata:
peerDependencies:
react: ">=18.0.0"
react-dom: ">=18.0.0"
checksum: 10c0/447263912257da74883c535b48d9c8d5b6eeab9e1042a11f8f69e7bccb2b253493bbceef45611ec469ff9ffbdff00385bbd298aad32e9a89c29a11453bc78a8e
checksum: 10c0/640ed2112438feb2c0bbcd8a86d28d310a376b7b34ccd4cfe86f1ad91236404736107e24f3b4d86e81581bc0f39a4c13b2c790ccc6cbd6660c1cc888dbe14b58
languageName: node
linkType: hard

Expand Down Expand Up @@ -10524,7 +10524,7 @@ __metadata:
"@goodwidget/ai-credits-widget": "npm:0.1.5"
"@goodwidget/core": "npm:0.1.4"
"@goodwidget/embed": "npm:0.1.4"
"@goodwidget/superfluid-campaign-widget": "npm:0.1.4"
"@goodwidget/superfluid-campaign-widget": "npm:0.1.5"
"@goodwidget/ui": "npm:0.1.4"
"@hcaptcha/react-hcaptcha": "npm:^2.0.2"
"@json-rpc-tools/utils": "npm:^1.7.6"
Expand Down
Loading