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 Jun 29, 2020
1 parent bc5978a commit 6c2db41
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 490 deletions.
22 changes: 22 additions & 0 deletions packages/utils/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.2.0 (2020-06-29)


### chore

* i18n update (#5ut991)


### feat

* allow to define licenses in root package.json (#68jvq7)
* use window.fetch with polyfill instead of jquery (#5whc87)


### fix

* correctly set the script translation text domain





## 1.1.2 (2020-05-20)


Expand Down
506 changes: 21 additions & 485 deletions packages/utils/LICENSE_3RD_PARTY_JS.md

Large diffs are not rendered by default.

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.2",
"version": "1.2.0",
"description": "Utility functionality for all your WordPress plugins.",
"author": "Matthias Günter <[email protected]>",
"homepage": "https://matthias-web.com",
Expand Down
23 changes: 23 additions & 0 deletions plugins/wp-reactjs-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2020-06-29)


### build

* improve plugin build with webpack parallel builds


### chore

* i18n update (#5ut991)


### feat

* allow to define licenses in root package.json (#68jvq7)
* use window.fetch with polyfill instead of jquery (#5whc87)
* use window.fetch with polyfill instead of jquery (#5whc87)





## 1.1.2 (2020-05-20)


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

-----

The following software may be included in this product: workspace-aggregator-88ba7866-27e0-4fbb-810c-c700dc271e48. This software contains the following license and notice below:
The following software may be included in this product: workspace-aggregator-d0254415-9656-4499-949e-a869b2c988d4. 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.2",
"version": "1.2.0",
"description": "WordPress Plugin Boilerplate using new web technologies.",
"author": "Matthias Günter <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -131,7 +131,7 @@
]
},
"dependencies": {
"@wp-reactjs-multi-starter/utils": "^1.1.2",
"@wp-reactjs-multi-starter/utils": "^1.2.0",
"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.2
* Version: 1.2.0
* Author URI: https://matthias-web.com
* Text Domain: wp-reactjs-starter
* Domain Path: /languages
Expand Down

0 comments on commit 6c2db41

Please sign in to comment.