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

# 1.3.0 (2020-10-13)


### chore

* update dependencies (#3cj43t)


### docs

* update license agreement (#4ufx38)


### feat

* compatibility with WordPress 5.5 (#6gqcm8)
* introduce corrupt REST API notice (#4gkvbz)


### fix

* once a PHP notice is issued in the REST API, the interface still works (#6cpapc)





# 1.2.0 (2020-06-29)


Expand Down
32 changes: 29 additions & 3 deletions packages/utils/LICENSE_3RD_PARTY_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ SOFTWARE.

-----

The following software may be included in this product: enzyme, enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git (enzyme), https://github.com/airbnb/enzyme.git (enzyme-adapter-react-16), https://github.com/airbnb/enzyme.git (enzyme-adapter-utils), https://github.com/airbnb/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below:
The following software may be included in this product: enzyme. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git. This software contains the following license and notice below:

The MIT License (MIT)

Expand All @@ -884,6 +884,32 @@ SOFTWARE.

-----

The following software may be included in this product: enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/enzymejs/enzyme.git (enzyme-adapter-react-16), https://github.com/enzymejs/enzyme.git (enzyme-adapter-utils), https://github.com/enzymejs/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below:

The MIT License (MIT)

Copyright (c) 2015 Airbnb, Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----

The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/ljharb/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/ljharb/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values). This software contains the following license and notice below:

The MIT License (MIT)
Expand Down Expand Up @@ -1424,7 +1450,7 @@ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

-----

The following software may be included in this product: is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below:
The following software may be included in this product: is-negative-zero, is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-negative-zero.git (is-negative-zero), git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below:

The MIT License (MIT)

Expand Down Expand Up @@ -2605,7 +2631,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-----

The following software may be included in this product: workspace-aggregator-1f3649c0-86fc-480c-aabc-a80cf3a74310. This software contains the following license and notice below:
The following software may be included in this product: workspace-aggregator-1472f032-9dfb-45f6-a2d8-3b77fa9e4fe9. 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.2.0",
"version": "1.3.0",
"description": "Utility functionality for all your WordPress plugins.",
"author": "Matthias Günter <[email protected]>",
"homepage": "https://matthias-web.com",
Expand Down
31 changes: 31 additions & 0 deletions plugins/wp-reactjs-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.3.0 (2020-10-13)


### chore

* update dependencies (#3cj43t)


### ci

* try to use cache when building plugin and untouched


### docs

* update license agreement (#4ufx38)


### feat

* compatibility with WordPress 5.5 (#6gqcm8)


### test

* disable cypress test which does no longer with cypress@4





# 1.2.0 (2020-06-29)


Expand Down
32 changes: 29 additions & 3 deletions plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ SOFTWARE.

-----

The following software may be included in this product: enzyme, enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git (enzyme), https://github.com/airbnb/enzyme.git (enzyme-adapter-react-16), https://github.com/airbnb/enzyme.git (enzyme-adapter-utils), https://github.com/airbnb/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below:
The following software may be included in this product: enzyme. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git. This software contains the following license and notice below:

The MIT License (MIT)

Expand All @@ -884,6 +884,32 @@ SOFTWARE.

-----

The following software may be included in this product: enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/enzymejs/enzyme.git (enzyme-adapter-react-16), https://github.com/enzymejs/enzyme.git (enzyme-adapter-utils), https://github.com/enzymejs/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below:

The MIT License (MIT)

Copyright (c) 2015 Airbnb, Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----

The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/ljharb/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/ljharb/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values). This software contains the following license and notice below:

The MIT License (MIT)
Expand Down Expand Up @@ -1424,7 +1450,7 @@ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

-----

The following software may be included in this product: is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below:
The following software may be included in this product: is-negative-zero, is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-negative-zero.git (is-negative-zero), git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below:

The MIT License (MIT)

Expand Down Expand Up @@ -2605,7 +2631,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-----

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 following software may be included in this product: workspace-aggregator-55d169ff-aef2-4686-81cc-15f3d2f9ecc0. 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.2.0",
"version": "1.3.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.2.0",
"@wp-reactjs-multi-starter/utils": "^1.3.0",
"core-js": "3.6.5",
"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.2.0
* Version: 1.3.0
* Author URI: https://matthias-web.com
* Text Domain: wp-reactjs-starter
* Domain Path: /languages
Expand Down

0 comments on commit edc6d41

Please sign in to comment.