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
Jan Karres committed Feb 15, 2021
1 parent c62d107 commit 482b505
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 432 deletions.
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-02-15)


### feat

* license change to GPL v3.0 and ISC


### fix

* do not use encodeURIComponent for url-parse parameters (fixes #30)





# 1.3.0 (2020-10-13)


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

# 1.4.0 (2021-02-15)


### feat

* license change to GPL v3.0 and ISC





# 1.3.0 (2020-10-13)


Expand Down
275 changes: 61 additions & 214 deletions plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md

Large diffs are not rendered by default.

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.3.0",
"version": "1.4.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.3.0",
"@wp-reactjs-multi-starter/utils": "^1.4.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.3.0
* Version: 1.4.0
* Author URI: https://matthias-web.com
* Text Domain: wp-reactjs-starter
* Domain Path: /languages
Expand Down

0 comments on commit 482b505

Please sign in to comment.