Skip to content

Commit

Permalink
chore(release): publish [ci skip]
Browse files Browse the repository at this point in the history
 - @wp-reactjs-multi-starter/[email protected]
 - @wp-reactjs-multi-starter/[email protected]
  • Loading branch information
matzeeable committed Mar 9, 2020
1 parent d39b8b8 commit 05d325e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/LICENSE_3RD_PARTY_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://matthias-web.com",
Expand Down
13 changes: 13 additions & 0 deletions plugins/wp-reactjs-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/wp-reactjs-starter/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wp-reactjs-starter/src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05d325e

Please sign in to comment.