Skip to content

Commit

Permalink
chore: 🚑 upgraded sdk's to 3.0.1 to fix react bug stopping … (#107)
Browse files Browse the repository at this point in the history
* chore: 🚑 upgraded sdk's to 3.0.1 to fix react bug stopping next app's building

* upgraded pnpm lock
  • Loading branch information
BurnedChris authored Aug 30, 2023
1 parent 332389f commit 98b962a
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everfund/docs",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next"
},
"dependencies": {
"@everfund/react-sdk": "3.0.0",
"@everfund/react-sdk": "3.0.1",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@everfund/react-sdk": "3.0.0",
"@everfund/react-sdk": "3.0.1",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "vite"
},
"dependencies": {
"@everfund/js-sdk": "3.0.0"
"@everfund/js-sdk": "3.0.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@everfund/js-sdk": "3.0.0"
"@everfund/js-sdk": "3.0.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@everfund/js-sdk": "3.0.0",
"@everfund/js-sdk": "3.0.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everfund/js-sdk",
"version": "3.0.0",
"version": "3.0.1",
"description": "Plug and Play Donation System",
"author": "Christopher Burns <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '3.0.0';
export const version = '3.0.1';
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everfund/react-sdk",
"version": "3.0.0",
"version": "3.0.1",
"author": "Christopher Burns",
"license": "MIT",
"engines": {
Expand All @@ -23,7 +23,7 @@
"react-dom": ">=16"
},
"dependencies": {
"@everfund/js-sdk": "3.0.0",
"@everfund/js-sdk": "3.0.1",
"goober": "^2.1.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-sdk/everfund.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Tags: donation, donations, nonprofit, nonprofits, charity, charities, donation widget, fundraising, payment, payments, crowdfunding, campaign, stripe, campaigns, social causes, causes, credit card, credit cards, bacs, direct-debits
* Requires at least: 5.3
* Requires PHP: 7.0
* Version: 3.0.0
* Version: 3.0.1
* Author: Everfund
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everfund/wp-sdk",
"version": "3.0.0",
"version": "3.0.1",
"description": "Plug and Play Donation System",
"author": "Christopher Burns <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-sdk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: donation, donations, nonprofit, nonprofits, charity, charities, donation
Requires at least: 4.5.0
Tested up to: 5.9.0
Requires PHP: 5.3
Stable tag: 3.0.0
Stable tag: 3.0.1
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98b962a

Please sign in to comment.