Skip to content

Commit

Permalink
bump to beta.4 and update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 21, 2024
1 parent a820ab8 commit ca2d1fd
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion build/1.2.0-beta.3/installer.asset.php

This file was deleted.

2 changes: 0 additions & 2 deletions build/1.2.0-beta.3/installer.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions build/1.2.0-beta.4/installer.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '96f7da32fc47de276ad4');
File renamed without changes.
2 changes: 2 additions & 0 deletions build/1.2.0-beta.4/installer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.3",
"version": "1.2.0-beta.4",
"name": "@newfold-labs/wp-module-installer",
"description": "An installer for WordPress plugins and themes.",
"license": "GPL-2.0-or-later",
Expand All @@ -21,4 +21,4 @@
"build": "wp-scripts build ./src/Installer/installer.js ./src/Scripts/dataAttrListener.js",
"start": "wp-scripts start ./src/Installer/installer.js ./src/Scripts/dataAttrListener.js"
}
}
}

0 comments on commit ca2d1fd

Please sign in to comment.