Skip to content

Commit

Permalink
Release Jetpack Protect 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Oct 19, 2023
1 parent 9e19f23 commit 09b2209
Show file tree
Hide file tree
Showing 115 changed files with 131 additions and 362 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.16.4] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [0.16.3] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -271,6 +275,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.16.4]: https://github.com/Automattic/jetpack-api/compare/v0.16.3...v0.16.4
[0.16.3]: https://github.com/Automattic/jetpack-api/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/Automattic/jetpack-api/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/Automattic/jetpack-api/compare/v0.16.0...v0.16.1

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-api",
"version": "0.16.4-alpha",
"version": "0.16.4",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/base-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.11] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [0.6.10] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -224,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.

[0.6.11]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.10...0.6.11
[0.6.10]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.9...0.6.10
[0.6.9]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.8...0.6.9
[0.6.8]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.7...0.6.8
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/base-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-base-styles",
"version": "0.6.11-alpha",
"version": "0.6.11",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/boost-score-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.14] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [0.1.13] - 2023-10-16
### Changed
- Updated package dependencies. [#33567, #33569]
Expand Down Expand Up @@ -71,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Create package for the boost score bar API [#30781]

[0.1.14]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.10...v0.1.11
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/boost-score-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-boost-score-api",
"version": "0.1.14-alpha",
"version": "0.1.14",
"description": "A package to get the Jetpack Boost score of a site",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.44.0] - 2023-10-19
### Added
- Add a `ProgressBar` component. [#33054]
- Social: Add the Nextdoor connection toggle [#33663]

### Changed
- Updated package dependencies. [#33687]

## [0.43.4] - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down Expand Up @@ -848,6 +856,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.44.0]: https://github.com/Automattic/jetpack-components/compare/0.43.4...0.44.0
[0.43.4]: https://github.com/Automattic/jetpack-components/compare/0.43.3...0.43.4
[0.43.3]: https://github.com/Automattic/jetpack-components/compare/0.43.2...0.43.3
[0.43.2]: https://github.com/Automattic/jetpack-components/compare/0.43.1...0.43.2
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.44.0-alpha",
"version": "0.44.0",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [0.30.4] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [0.30.3] - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down Expand Up @@ -644,6 +648,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.30.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.3...v0.30.4
[0.30.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.2...v0.30.3
[0.30.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.1...v0.30.2
[0.30.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.30.0...v0.30.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.30.4-alpha",
"version": "0.30.4",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.39] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [2.0.38] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -183,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.39]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.38...v2.0.39
[2.0.38]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.37...v2.0.38
[2.0.37]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.36...v2.0.37
[2.0.36]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.35...v2.0.36
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-loader-webpack-plugin",
"version": "2.0.39-alpha",
"version": "2.0.39",
"description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/idc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA IDC package releases.

## 0.10.50 - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## 0.10.49 - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/idc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-idc",
"version": "0.10.50-alpha",
"version": "0.10.50",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/licensing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.11.10 - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## 0.11.9 - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-licensing",
"version": "0.11.10-alpha",
"version": "0.11.10",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/shared-extension-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.4] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [0.12.3] - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down Expand Up @@ -268,6 +272,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Core: prepare utility for release

[0.12.4]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.12.3...0.12.4
[0.12.3]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.12.2...0.12.3
[0.12.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.12.1...0.12.2
[0.12.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.12.0...0.12.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-shared-extension-utils",
"version": "0.12.4-alpha",
"version": "0.12.4",
"description": "Utility functions used by the block editor extensions",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.4 - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## 2.0.3 - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-webpack-config",
"version": "2.0.4-alpha",
"version": "2.0.4",
"description": "Library of pieces for webpack config in Jetpack projects.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.18.13] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [1.18.12] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -368,6 +372,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[1.18.13]: https://github.com/Automattic/jetpack-assets/compare/v1.18.12...v1.18.13
[1.18.12]: https://github.com/Automattic/jetpack-assets/compare/v1.18.11...v1.18.12
[1.18.11]: https://github.com/Automattic/jetpack-assets/compare/v1.18.10...v1.18.11
[1.18.10]: https://github.com/Automattic/jetpack-assets/compare/v1.18.9...v1.18.10
Expand Down

This file was deleted.

5 changes: 5 additions & 0 deletions projects/packages/connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.58.2] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

## [1.58.1] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -892,6 +896,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[1.58.2]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2
[1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1
[1.58.0]: https://github.com/Automattic/jetpack-connection/compare/v1.57.5...v1.58.0
[1.57.5]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/connection/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.58.2-alpha';
const PACKAGE_VERSION = '1.58.2';

const PACKAGE_SLUG = 'connection';

Expand Down
8 changes: 8 additions & 0 deletions projects/packages/identity-crisis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.1] - 2023-10-19
### Changed
- Updated package dependencies. [#33687]

### Fixed
- Fix possible use of an undefined variable. [#33668]

## [0.11.0] - 2023-10-17
### Changed
- Updated package dependencies. [#33646]
Expand Down Expand Up @@ -428,6 +435,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.11.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.7...v0.11.0
[0.10.7]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.5...v0.10.6
Expand Down

This file was deleted.

Loading

0 comments on commit 09b2209

Please sign in to comment.