diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index bc93bdf..66736a9 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.2 (2020-03-09) + + +### fix + +* predefine tree shaking in own coding correctly (#3wkvfe) with vendor chunks (#3wnntb) +* usage of React while using Divi in dev environment (WP_DEBUG, #3rfqjk) + + + + + ## 1.0.1 (2020-02-14) diff --git a/packages/utils/LICENSE_3RD_PARTY_JS.md b/packages/utils/LICENSE_3RD_PARTY_JS.md index 9ddd052..d25e7c0 100644 --- a/packages/utils/LICENSE_3RD_PARTY_JS.md +++ b/packages/utils/LICENSE_3RD_PARTY_JS.md @@ -3043,7 +3043,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- -The following software may be included in this product: workspace-aggregator-27fe96bb-a7ed-4fe1-be33-419a928c826a. This software contains the following license and notice below: +The following software may be included in this product: workspace-aggregator-e1df0c80-ade2-465a-9400-413d7e9c27e0. This software contains the following license and notice below: The software "WP React Starter" is comprised of multiple parts (files in these directories and subdirectories, if the subdirectory diff --git a/packages/utils/package.json b/packages/utils/package.json index 27bd193..7d8f856 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@wp-reactjs-multi-starter/utils", - "version": "1.0.1", + "version": "1.0.2", "description": "Utility functionality for all your WordPress plugins.", "author": "Matthias Günter ", "homepage": "https://matthias-web.com", diff --git a/plugins/wp-reactjs-starter/CHANGELOG.md b/plugins/wp-reactjs-starter/CHANGELOG.md index 2e28e62..33aba72 100644 --- a/plugins/wp-reactjs-starter/CHANGELOG.md +++ b/plugins/wp-reactjs-starter/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.2 (2020-03-09) + + +### fix + +* eliminate circular dependencies in factory functions (#3rme4g) +* predefine tree shaking in own coding correctly (#3wkvfe) with vendor chunks (#3wnntb) +* remove vuepress-php because it's not really usable anymore (#3uh3yt) + + + + + ## 1.0.1 (2020-02-14) diff --git a/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md b/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md index 9226323..2868adc 100644 --- a/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md +++ b/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md @@ -3043,7 +3043,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- -The following software may be included in this product: workspace-aggregator-556eb574-d62b-4ac7-83e3-6a7ca6a9ccb9. This software contains the following license and notice below: +The following software may be included in this product: workspace-aggregator-62cfedcd-31b8-4afc-9752-8247beb6627f. This software contains the following license and notice below: The software "WP React Starter" is comprised of multiple parts (files in these directories and subdirectories, if the subdirectory diff --git a/plugins/wp-reactjs-starter/package.json b/plugins/wp-reactjs-starter/package.json index 4c39b36..f46097a 100644 --- a/plugins/wp-reactjs-starter/package.json +++ b/plugins/wp-reactjs-starter/package.json @@ -1,7 +1,7 @@ { "name": "@wp-reactjs-multi-starter/wp-reactjs-starter", "slug": "wp-reactjs-starter", - "version": "1.0.1", + "version": "1.0.2", "description": "WordPress Plugin Boilerplate using new web technologies.", "author": "Matthias Günter ", "license": "GPL-3.0-or-later", @@ -144,7 +144,7 @@ ] }, "dependencies": { - "@wp-reactjs-multi-starter/utils": "^1.0.1", + "@wp-reactjs-multi-starter/utils": "^1.0.2", "core-js": "3", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", diff --git a/plugins/wp-reactjs-starter/src/index.php b/plugins/wp-reactjs-starter/src/index.php index d0fa0d1..ad668cc 100644 --- a/plugins/wp-reactjs-starter/src/index.php +++ b/plugins/wp-reactjs-starter/src/index.php @@ -7,7 +7,7 @@ * Plugin URI: https://matthias-web.com/wordpress * Description: This WordPress plugin demonstrates how to setup a plugin that uses React and ES6 in a WordPress plugin. * Author: Matthias Guenter - * Version: 1.0.1 + * Version: 1.0.2 * Author URI: https://matthias-web.com * Text Domain: wp-reactjs-starter * Domain Path: /languages