Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/packages/forms/changelog/patch-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fix typo


2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.19.7",
"version": "0.19.8-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.19.7';
const PACKAGE_VERSION = '0.19.8-alpha';

/**
* Load the contact form module.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The template contains several placeholders:
* %1$s is the hero text to display above the response
* %2$s is the response itself.
* %3$s is a link to the respone page in wp-admin
* %3$s is a link to the response page in wp-admin
* %4$s is a link to the embedded form to allow the site owner to edit it to change their email address.
* %5$s is the footer HTML.
*
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/patch-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Fix typo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The template contains several placeholders:
* %1$s is the hero text to display above the response
* %2$s is the response itself.
* %3$s is a link to the respone page in wp-admin
* %3$s is a link to the response page in wp-admin
* %4$s is a link to the embedded form to allow the site owner to edit it to change their email address.
* %5$s is the footer HTML.
*
Expand Down