Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Jun 3, 2024
1 parent 3353b48 commit e29abbc
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 405 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-rainbow",
"version": "0.5.2",
"version": "0.5.3",
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
Expand All @@ -21,26 +21,26 @@
"url": "https://github.com/davisshaver/wp-rainbow/issues"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.7",
"@tanstack/react-query": "^5.37.1",
"@wordpress/block-editor": "^12.26.0",
"@wordpress/blocks": "^12.35.0",
"@wordpress/components": "^27.6.0",
"@wordpress/i18n": "^4.58.0",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.0",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/i18n": "^5.0.0",
"classnames": "^2.5.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-hook-form": "^7.51.5",
"react-style-proptype": "^3.2.2",
"util": "^0.12.5",
"viem": "^2.12.0",
"wagmi": "^2.9.4"
"viem": "^2.13.3",
"wagmi": "^2.9.8"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@wordpress/eslint-plugin": "^18.1.0",
"@wordpress/scripts": "^27.9.0",
"css-loader": "^7.1.1",
"@babel/preset-react": "^7.24.6",
"@wordpress/eslint-plugin": "^19.0.0",
"@wordpress/scripts": "^28.0.0",
"css-loader": "^7.1.2",
"eslint-config-airbnb": "^19.0.4",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== RainbowKit Login (Web3 Integration for Sign-In With Ethereum) ===
Contributors: davisshaver
Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
Tested up to: 6.5.2
Tested up to: 6.5.3
Requires at least: 5.9
Requires PHP: 7.0
Stable tag: 0.4.6
Stable tag: 0.5.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -70,6 +70,9 @@ Find reference implementations of all filters in [example plugin here](https://g

== Changelog ==

= 0.5.3 =
* Update dependencies

= 0.5.2 =
* Switch from simple-siwe to viem/siwe

Expand Down
4 changes: 2 additions & 2 deletions wp-rainbow.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
* Plugin URI: https://wp-rainbow.davisshaver.com/
* Description: RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
* Version: 0.5.2
* Version: 0.5.3
* Author: Davis Shaver
* Author URI: https://davisshaver.com/
* License: GPL v2 or later
Expand All @@ -27,7 +27,7 @@
/**
* WP Rainbow version number
*/
define( 'WP_RAINBOW_ASSETS_VERSION', '0.5.2' );
define( 'WP_RAINBOW_ASSETS_VERSION', '0.5.3' );

// Include the autoloader.
add_action(
Expand Down
Loading

0 comments on commit e29abbc

Please sign in to comment.