Skip to content

Commit

Permalink
Pin down connection-ui package
Browse files Browse the repository at this point in the history
We do not want to bring in latest changes to the JS packages that were included in more recent versions of the package.

See p1634651090357300-slack-jetpack-releases

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1359504707
  • Loading branch information
jeherve authored and matticbot committed Oct 19, 2021
1 parent 6ad40e1 commit 67f83ab
Show file tree
Hide file tree
Showing 11 changed files with 570 additions and 1,939 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"automattic/jetpack-compat": "^1.6",
"automattic/jetpack-config": "^1.5",
"automattic/jetpack-connection": "^1.30",
"automattic/jetpack-connection-ui": "^1.4",
"automattic/jetpack-connection-ui": "1.4.1",
"automattic/jetpack-constants": "^1.6",
"automattic/jetpack-device-detection": "^1.4",
"automattic/jetpack-error": "^1.3",
Expand Down
19 changes: 0 additions & 19 deletions vendor/automattic/jetpack-connection-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ 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.5.2] - 2021-10-19
### Changed
- Bump the RNA API version.

## [1.5.1] - 2021-10-13
### Changed
- Updated package dependencies.

## [1.5.0] - 2021-10-12
### Added
- Initialize REST API in the IDC package.
- Temporarily force the IDC screen to appear for debugging purposes.

### Changed
- Use the "withConnectionStatus" HOC for ConnectScreen component.

## [1.4.1] - 2021-09-28
### Changed
- Allow Node ^14.17.6 to be used in this project. This shouldn't change the behavior of the code itself.
Expand Down Expand Up @@ -98,9 +82,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Connection UI: Building the Framework

[1.5.2]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.3.0...v1.3.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '9df7d14356387dc15c69c651cecd714d');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '999869588b1831a908594a8b1acf6afb');
Loading

0 comments on commit 67f83ab

Please sign in to comment.