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 May 20, 2020
1 parent b60952a commit c6d5e78
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 6 deletions.
26 changes: 26 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.2 (2020-05-20)


### build

* cleanup temporary i18n files correctly


### ci

* introduce node-gitlab-ci
* read root name from package.json


### fix

* add PATCH to available HTTP methods (#5cjaau)
* correctly enqueue dependencies (#52jf92)
* improvement speed up in admin dashboard (#52gj39)
* install database tables after reactivate plugin (#52k7f1)
* remove ~ due to G6 blacklist filtering (security plugins, #5cqdn0)





## 1.1.1 (2020-04-27)


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 @@ -3069,7 +3069,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-----

The following software may be included in this product: workspace-aggregator-ef049e40-428e-4512-905e-ddfdf5239ac8. This software contains the following license and notice below:
The following software may be included in this product: workspace-aggregator-9d02857a-8a3c-4c11-bc1c-372bd222824e. 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.1.1",
"version": "1.1.2",
"description": "Utility functionality for all your WordPress plugins.",
"author": "Matthias Günter <[email protected]>",
"homepage": "https://matthias-web.com",
Expand Down
22 changes: 22 additions & 0 deletions plugins/wp-reactjs-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.2 (2020-05-20)


### build

* cleanup temporary i18n files correctly


### ci

* introduce node-gitlab-ci
* read root name from package.json


### fix

* correctly enqueue dependencies (#52jf92)





## 1.1.1 (2020-04-27)


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 @@ -3069,7 +3069,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-----

The following software may be included in this product: workspace-aggregator-e0f484fb-492f-4ddd-855b-208930aaa409. This software contains the following license and notice below:
The following software may be included in this product: workspace-aggregator-6dc0695a-a888-4bda-a650-c15947d0a93a. 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.1.1",
"version": "1.1.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 @@ -149,7 +149,7 @@
]
},
"dependencies": {
"@wp-reactjs-multi-starter/utils": "^1.1.1",
"@wp-reactjs-multi-starter/utils": "^1.1.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.1.1
* Version: 1.1.2
* Author URI: https://matthias-web.com
* Text Domain: wp-reactjs-starter
* Domain Path: /languages
Expand Down

0 comments on commit c6d5e78

Please sign in to comment.