Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Jan 6, 2025
1 parent ebd9c30 commit f59afed
Show file tree
Hide file tree
Showing 127 changed files with 170 additions and 367 deletions.
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.34] - 2025-01-06
### Changed
- Updated package dependencies. [#40810]

## [0.1.33] - 2024-11-14
### Changed
- Update dependencies.
Expand Down Expand Up @@ -132,6 +136,7 @@
### Added
- Initial release of jetpack-api package.

[0.1.34]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.33...v0.1.34
[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
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.33",
"version": "0.1.34",
"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/components/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.65.2] - 2025-01-06
### Changed
- Updated package dependencies. [#40797] [#40798] [#40835] [#40841]

## [0.65.1] - 2024-12-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -1255,6 +1259,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.65.2]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2
[0.65.1]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1
[0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0
[0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1
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.65.1",
"version": "0.65.2",
"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.36.3] - 2025-01-06
### Changed
- Updated package dependencies. [#40797] [#40798] [#40810] [#40841]

## [0.36.2] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down Expand Up @@ -914,6 +918,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/connection/changelog/renovate-debug-4.x

This file was deleted.

This file was deleted.

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.36.2",
"version": "0.36.3",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions projects/js-packages/critical-css-gen/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).

## [1.0.4] - 2025-01-06
### Changed
- Updated package dependencies. [#40372] [#40498] [#40693] [#40798]

### Removed
- Remove unused prettier dep. [#40434]

## [1.0.3] - 2024-11-28
### Changed
- Updated package dependencies. [#40060]
Expand Down Expand Up @@ -37,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version. [#38429]

[1.0.4]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.0...v1.0.1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@automattic/jetpack-critical-css-gen",
"version": "1.0.3",
"version": "1.0.4",
"description": "A flexible Critical CSS Generator that supports multiple URLs and viewports, with both server-side and client-side generation capabilities.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/critical-css-gen/#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.12.2 - 2025-01-06
### Changed
- Updated package dependencies. [#40797]

## 0.12.1 - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/idc/changelog/renovate-babel-monorepo

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.12.1",
"version": "0.12.2",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/image-guide/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.5.15] - 2025-01-06
### Changed
- Updated package dependencies. [#40797]

## [0.5.14] - 2024-11-28
### Changed
- Updated package dependencies. [#40060]
Expand Down Expand Up @@ -136,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Minor package.json change - removing private entry.

[0.5.15]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.14...v0.5.15
[0.5.14]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.13...v0.5.14
[0.5.13]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.12...v0.5.13
[0.5.12]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.11...v0.5.12
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/image-guide/changelog/update-eslint-9

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/image-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-image-guide",
"version": "0.5.14",
"version": "0.5.15",
"description": "Go through the dom to analyze image size on screen vs actual file size.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/image-guide/#readme",
"type": "module",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/licensing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.14.3 - 2025-01-06
### Changed
- Updated package dependencies. [#40797]
- Updated package dependencies. [#40813]

## 0.14.2 - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down

This file was deleted.

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.14.2",
"version": "0.14.3",
"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/react-data-sync-client/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.8] - 2025-01-06
### Changed
- Internal updates.

## [0.1.7] - 2024-11-28
### Changed
- Update dependencies. [#40194]
Expand Down Expand Up @@ -58,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added default param for callbacks to prevent crashes when none provided [#34910]

[0.1.8]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.4...v0.1.5
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/react-data-sync-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-react-data-sync-client",
"version": "0.1.7",
"version": "0.1.8",
"description": "DataSync client for React",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/react-data-sync-client/#readme",
"bugs": {
Expand Down
5 changes: 5 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.5.3] - 2025-01-06
### Changed
- Updated package dependencies. [#40798] [#40810] [#40841]

## [0.5.2] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down Expand Up @@ -87,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Updated dependencies. [#39754]

[0.5.3]: https://github.com/Automattic/jetpack-scan/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/Automattic/jetpack-scan/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/Automattic/jetpack-scan/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-scan/compare/v0.4.1...v0.5.0
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/scan/changelog/renovate-debug-4.x

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/scan/changelog/renovate-definitelytyped

This file was deleted.

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.5.2",
"version": "0.5.3",
"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
Loading

0 comments on commit f59afed

Please sign in to comment.