Skip to content

Commit

Permalink
Release various long-waiting packages (#40448)
Browse files Browse the repository at this point in the history
* Prerelease: github-actions/repo-gardening

* Prerelease: github-actions/test-results-to-slack

* Prerelease: js-packages/eslint-config-target-es

* Prerelease: js-packages/storybook

* Prerelease: js-packages/svelte-data-sync-client

* Prerelease: js-packages/videopress-core

* Prerelease: packages/analyzer

* Prerelease: packages/chatbot

* Prerelease: packages/stub-generator

* Prerelease: packages/yoast-promo
  • Loading branch information
tbradsha authored Dec 4, 2024
1 parent 4ce0e2b commit 70445d3
Show file tree
Hide file tree
Showing 211 changed files with 211 additions and 731 deletions.
34 changes: 34 additions & 0 deletions projects/github-actions/repo-gardening/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ 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).

## [6.0.0] - 2024-12-04
### Added
- Board Triage: automatically add the issue type to our project board when a Type label can be found in the issue. [#40110]
- Issue triage: allow querying OpenAI to get a list of labels that could potentially be added to an issue, based off the issue body, when the issue is opened. [#39152]
- Issue triage: post a comment when an issue lacks labels. [#40367]
- Labeling: automatically label changes to Social Previews made in the js package. [#40278]
- PR checks: add new check to ensure that PRs include a [Type] label. [#40428]

### Changed
- AI Labeling: allow plugin-specific feature labels as well. [#40425]
- AI Labeling: clean up issue contents before we send them to OpenAI for analysis. [#40269]
- AI Labeling: do not attempt to add feature labels to an issue where they were already provided [#40279]
- AI Labeling: update conditions when labeling is triggered. [#40106]
- Board triage: add automated triage for Photon. [#40409]
- Board triage: add automatic triage to Fediverse project board. [#40430]
- Board Triage: remove updateBoard task. It will now be part of the existing triageIssues task. [#39973]
- Check description task: Update timing for Jetpack, wpcomsh, and mu-wpcom-plugin releases. [#39321]
- Issue escalation: allow escalating the issue to multiple teams. [#39973]
- Labeling: automatically label changes to the External Media extension. [#40408]
- Labels: automatically label all changes to the Publicize feature. [#40313]
- Prompt for labels: update conditions to include "[<plugin> Feature]" labels. [#40396]
- Prompt for labels: update wording. [#40394]
- Slack messaging: when a Slack message cannot be sent to a specific channel, send a message to warn about the issue. [#40369]
- Triage to Project boards: automatically triage Autoloader-related issues to the Garage board. [#39958]
- Triage to Project boards: automatically triage Site Migrations and Theme-related issues. [#39959]

### Removed
- WordPress.com Commit Reminder: remove this task as it is no longer used in the Jetpack monorepo. [#40277]

### Fixed
- Auto-labeling: do not add a "Docs" label when a changelog.md file is modified on the root of the repo. [#40160]
- Board triage: do not attempt to modify board columns when the issue is not on a board. [#40274]

## [5.1.0] - 2024-08-29
### Added
- Auto-labeling: label changes to the WooCommerce Analytics package. [#36281]
Expand Down Expand Up @@ -239,6 +272,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[6.0.0]: https://github.com/Automattic/action-repo-gardening/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/Automattic/action-repo-gardening/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/Automattic/action-repo-gardening/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/Automattic/action-repo-gardening/compare/v3.1.1...v4.0.0
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.

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.

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.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/github-actions/repo-gardening/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-gardening",
"version": "5.1.0",
"version": "6.0.0",
"description": "Manage Pull Requests and issues in your Open Source project (automate labelling, milestones, feedback to PR authors, ...)",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 6 additions & 0 deletions projects/github-actions/test-results-to-slack/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.3.2] - 2024-12-04
### Added
- Document required Slack scopes. [#39359]
- Enable test coverage. [#39961]

## [0.3.1] - 2024-08-29
### Changed
- Updated package dependencies. [#36097] [#36757] [#37706] [#38864]
Expand Down Expand Up @@ -60,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove duplicated last run button for scheduled event notification
- Remove duplicated last run button for workflow_run events

[0.3.2]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.2.0...v0.2.1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/github-actions/test-results-to-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-results-to-slack",
"version": "0.3.1",
"version": "0.3.2",
"description": "GitHub Action to send Slack notifications with test results",
"author": "Automattic",
"license": "GPL-2.0-or-later",
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.20] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]

## [0.17.19] - 2024-11-25
### Changed
- Updated package dependencies. [#40288]
Expand Down Expand Up @@ -377,6 +381,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.17.20]: https://github.com/Automattic/jetpack-api/compare/v0.17.19...v0.17.20
[0.17.19]: https://github.com/Automattic/jetpack-api/compare/v0.17.18...v0.17.19
[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
Expand Down

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.17.19",
"version": "0.17.20",
"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.40] - 2024-12-04
### Changed
- Internal updates.

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

[1.0.40]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.39...v1.0.40
[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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.39",
"version": "1.0.40",
"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.38] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]

## [0.6.37] - 2024-11-25
### Changed
- Updated package dependencies. [#40288]
Expand Down Expand Up @@ -333,6 +337,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.38]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.37...0.6.38
[0.6.37]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.36...0.6.37
[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
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.37",
"version": "0.6.38",
"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.48] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]

## [0.1.47] - 2024-11-25
### Changed
- Updated package dependencies. [#40288]
Expand Down Expand Up @@ -203,6 +207,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.48]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.47...v0.1.48
[0.1.47]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.46...v0.1.47
[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
Expand Down

This file was deleted.

This file was deleted.

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.47",
"version": "0.1.48",
"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
7 changes: 7 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.64.0] - 2024-12-04
### Changed
- Changed text domain from 'jetpack' to 'jetpack-components'. [#40368]
- Minor enhancements to the ThreatsDataViews component [#40398]
- Updated package dependencies. [#40363]

## [0.63.0] - 2024-11-26
### Changed
- Updates ThreatModal flow [#40214]
Expand Down Expand Up @@ -1230,6 +1236,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0
[0.63.0]: https://github.com/Automattic/jetpack-components/compare/0.62.0...0.63.0
[0.62.0]: https://github.com/Automattic/jetpack-components/compare/0.61.0...0.62.0
[0.61.0]: https://github.com/Automattic/jetpack-components/compare/0.60.0...0.61.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 70445d3

Please sign in to comment.