Skip to content

Commit

Permalink
Backup 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar committed Nov 14, 2024
1 parent fa3e13d commit 63073a9
Show file tree
Hide file tree
Showing 212 changed files with 988 additions and 926 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Update dependencies.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Update dependencies.
5 changes: 5 additions & 0 deletions projects/js-packages/analytics/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 Analytics package releases.

## [0.1.33] - 2024-11-14
### Changed
- Update dependencies.

## [0.1.32] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -128,6 +132,7 @@
### Added
- Initial release of jetpack-api package.

[0.1.33]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.32...v0.1.33
[0.1.32]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.31...v0.1.32
[0.1.31]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.30...v0.1.31
[0.1.30]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.29...v0.1.30
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-analytics",
"version": "0.1.32",
"version": "0.1.33",
"description": "Jetpack Analytics Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/analytics/#readme",
"bugs": {
Expand Down
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.17.18] - 2024-11-14
### Changed
- Update dependencies.

## [0.17.17] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -370,6 +374,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.17.18]: https://github.com/Automattic/jetpack-api/compare/v0.17.17...v0.17.18
[0.17.17]: https://github.com/Automattic/jetpack-api/compare/v0.17.16...v0.17.17
[0.17.16]: https://github.com/Automattic/jetpack-api/compare/v0.17.15...v0.17.16
[0.17.15]: https://github.com/Automattic/jetpack-api/compare/v0.17.14...v0.17.15
Expand Down
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.17.17",
"version": "0.17.18",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme",
"bugs": {
Expand Down
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.0.39] - 2024-11-14
### Changed
- Update dependencies.

## [1.0.38] - 2024-11-11
### Changed
- Updated package dependencies. [#40060]
Expand Down Expand Up @@ -173,6 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.0.39]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.38...v1.0.39
[1.0.38]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.37...v1.0.38
[1.0.37]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.36...v1.0.37
[1.0.36]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.35...v1.0.36
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.38",
"version": "1.0.39",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#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.36] - 2024-11-14
### Changed
- Update dependencies.

## [0.6.35] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -325,6 +329,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.36]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.35...0.6.36
[0.6.35]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.34...0.6.35
[0.6.34]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.33...0.6.34
[0.6.33]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.32...0.6.33
Expand Down
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.35",
"version": "0.6.36",
"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.46] - 2024-11-14
### Changed
- Update dependencies.

## [0.1.45] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -195,6 +199,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.46]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.45...v0.1.46
[0.1.45]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.44...v0.1.45
[0.1.44]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.43...v0.1.44
[0.1.43]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.42...v0.1.43
Expand Down
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.45",
"version": "0.1.46",
"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
8 changes: 8 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.60.0] - 2024-11-14
### Added
- Adds tooltips for each ThreatFixerButton state [#40111]

### Fixed
- Fixes the loading placeholder that didn't disappear when the price loads. [#40157]

## [0.59.0] - 2024-11-11
### Added
- Add ThreatsDataViews component [#39754]
Expand Down Expand Up @@ -1214,6 +1221,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.60.0]: https://github.com/Automattic/jetpack-components/compare/0.59.0...0.60.0
[0.59.0]: https://github.com/Automattic/jetpack-components/compare/0.58.1...0.59.0
[0.58.1]: https://github.com/Automattic/jetpack-components/compare/0.58.0...0.58.1
[0.58.0]: https://github.com/Automattic/jetpack-components/compare/0.57.0...0.58.0
Expand Down

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.59.0",
"version": "0.60.0",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/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).

## [0.1.27] - 2024-11-14
### Changed
- Update dependencies.

## [0.1.26] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -108,6 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fixed and improved README

[0.1.27]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.26...v0.1.27
[0.1.26]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.25...v0.1.26
[0.1.25]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.24...v0.1.25
[0.1.24]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.23...v0.1.24
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-config",
"version": "0.1.26",
"version": "0.1.27",
"description": "Handles Jetpack global configuration shared across all packages",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/config/#readme",
"bugs": {
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.35.17] - 2024-11-14
### Changed
- Update dependencies.

## [0.35.16] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -888,6 +892,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
[0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
[0.35.14]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.13...v0.35.14
Expand Down
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.35.16",
"version": "0.35.17",
"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-check-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).

## [1.1.15] - 2024-11-14
### Changed
- Update dependencies.

## [1.1.14] - 2024-11-11
### Changed
- Updated package dependencies. [#40060]
Expand Down Expand Up @@ -230,6 +234,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[1.1.15]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.14...v1.1.15
[1.1.14]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.13...v1.1.14
[1.1.13]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.12...v1.1.13
[1.1.12]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.11...v1.1.12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-check-webpack-plugin",
"version": "1.1.14",
"version": "1.1.15",
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#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.63] - 2024-11-14
### Changed
- Update dependencies.

## [2.0.62] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -277,6 +281,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.63]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.62...v2.0.63
[2.0.62]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.61...v2.0.62
[2.0.61]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.60...v2.0.61
[2.0.60]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.59...v2.0.60
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-loader-webpack-plugin",
"version": "2.0.62",
"version": "2.0.63",
"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.11.19 - 2024-11-14
### Changed
- Update dependencies.

## 0.11.18 - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down
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.11.18",
"version": "0.11.19",
"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.13.8 - 2024-11-14
### Changed
- Update dependencies. [#37982]

## 0.13.7 - 2024-11-11
### Changed
- Updated package dependencies. [#39999] [#40060]
Expand Down
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.13.7",
"version": "0.13.8",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Update dependencies.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update dependencies.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update dependencies.
6 changes: 6 additions & 0 deletions projects/js-packages/scan/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.2.0] - 2024-11-14
### Added
- Adds fixer utility functions [#40111]

## 0.1.0 - 2024-11-11
### Added
- Added threat and fixer types. [#39754]
Expand Down Expand Up @@ -52,3 +56,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- Updated dependencies. [#39754]

[0.2.0]: https://github.com/Automattic/jetpack-scan/compare/v0.1.0...v0.2.0

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/scan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-scan",
"version": "0.1.0",
"version": "0.2.0",
"description": "A JS client for consuming Jetpack Scan services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/script-data/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.5] - 2024-11-14
### Changed
- Update dependencies.

## [0.1.4] - 2024-11-11
### Changed
- Added suffix to site data [#40032]
Expand All @@ -25,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added jetpack-script-data package to consolidate the logic for Jetpack Initial state [#38430]

[0.1.5]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.1...v0.1.2
Expand Down
Loading

0 comments on commit 63073a9

Please sign in to comment.