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
9 changes: 9 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,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.2.0] - 2023-01-11
### Added
- Added support for repository_dispatch event

### Changed
- Notification rules for suites: match a partial suite name

## 0.1.0 - 2022-11-01
### Added
- Add failure details from Playwright test runner JSON report
Expand All @@ -31,3 +38,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix empty blocks for unsupported events. Add support for workflow_run event.
- Remove duplicated last run button for scheduled event notification
- Remove duplicated last run button for workflow_run events

[0.2.0]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.1.0...v0.2.0

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/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.2.0-alpha",
"version": "0.2.0",
"description": "GitHub Action to send Slack notifications with test results",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.20] - 2023-01-11
### Changed
- Updated package dependencies. [#28127]
- Updated package dependencies.

## [1.0.19] - 2022-12-02
### Changed
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/eslint-config-target-es/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.0.5] - 2023-01-11
### Changed
- Updated package dependencies.

## [1.0.4] - 2022-11-01
### Changed
- Updated package dependencies.
Expand All @@ -28,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[1.0.5]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.1...1.0.2
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/eslint-config-target-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/eslint-config-target-es",
"version": "1.0.5-alpha",
"version": "1.0.5",
"description": "ESLint sharable config to activate eslint-plugin-es checks based on browserslist targets.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-config-target-es/README.md#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.25] - 2023-01-11
### Changed
- Updated package dependencies. [#28127]
- Updated package dependencies.

## [1.0.24] - 2022-12-02
### Changed
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/storybook/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.3.1 - 2023-01-11
### Changed
- Updated package dependencies.

## 0.3.0 - 2022-11-01
### Added
- Added support for scanning the dashboard project from the Search package
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/storybook/changelog/add-scan-in-protect

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.

4 changes: 0 additions & 4 deletions projects/js-packages/storybook/changelog/renovate-postcss-8.x

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/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-storybook",
"version": "0.3.1-alpha",
"version": "0.3.1",
"description": "Jetpack components storybook",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/storybook/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 1.3.20 - 2023-01-11
### Changed
- Updated package dependencies. [#28127]
- Updated package dependencies.

## 1.3.19 - 2022-12-02
### Changed
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.2.15] - 2023-01-11
### Changed
- Updated package dependencies.
- Updated package dependencies.

## [0.2.14] - 2022-12-02
### Changed
Expand Down
11 changes: 11 additions & 0 deletions projects/packages/codesniffer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.7.0] - 2023-01-11
### Added
- Add `MediaWiki.WhiteSpace.EmptyLinesBetweenUse` sniff.

### Changed
- Updated to a newer snapshot of WordPress-Coding-Standards, which adds a number of new sniffs.

### Fixed
- Rolled back a dependency update that caused breaking changes in Jetpack trunk.

## [2.6.1] - 2022-11-01
### Changed
- Updated package dependencies.
Expand Down Expand Up @@ -106,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Codesniffer: Add a package to hold our coding standard

[2.7.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.4.0...v2.5.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/codesniffer/changelog/update-wpcs

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions projects/packages/tracking/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.14.12] - 2023-01-11
### Changed
- Updated package dependencies.

## [1.14.11] - 2022-11-01
### Changed
- Updated package dependencies.
Expand Down Expand Up @@ -254,6 +258,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Create package for Jetpack Tracking

[1.14.12]: https://github.com/Automattic/jetpack-tracking/compare/v1.14.11...v1.14.12
[1.14.11]: https://github.com/Automattic/jetpack-tracking/compare/v1.14.10...v1.14.11
[1.14.10]: https://github.com/Automattic/jetpack-tracking/compare/v1.14.9...v1.14.10
[1.14.9]: https://github.com/Automattic/jetpack-tracking/compare/v1.14.8...v1.14.9
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/tracking/changelog/add-wpcom-platform

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions projects/plugins/beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.4 - 2023-01-11
### Changed
- Admin menu: ensure that the Jetpack Beta menu always lives under the main Jetpack menu.

## 3.1.3 - 2022-09-20
### Changed
- Renaming `master` references to `trunk` [#24712]
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/beta/changelog/changelogger-merge

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/beta/changelog/renovate-composer-semver-3.x

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/beta/changelog/update-beta-menu

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/beta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prefer-stable": true,
"config": {
"sort-packages": true,
"autoloader-suffix": "567fa3f555de8fd218dfdc1688bb97b5_betaⓥ3_1_4_alpha",
"autoloader-suffix": "567fa3f555de8fd218dfdc1688bb97b5_betaⓥ3_1_4",
"allow-plugins": {
"automattic/jetpack-autoloader": true
}
Expand Down
Loading