Skip to content

Commit

Permalink
Releases: prepare changelog for 10.4-a.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 16, 2021
1 parent e9f9498 commit cfdf98d
Show file tree
Hide file tree
Showing 130 changed files with 188 additions and 424 deletions.
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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,11 @@

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

## 0.6.0 - 2021-11-16
### Added
- Add new `attach-licences`api method.
- Add updateUserLicensesCounts API method

## 0.5.0 - 2021-10-26
### Added
- Add the IDC Start Fresh API method.
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/api/changelog/update-user-license-counts

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.6.0-alpha",
"version": "0.6.0",
"description": "Jetpack Api Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 4 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.6.1 - 2021-11-16
### Changed
- Updated package dependencies

## 0.6.0 - 2021-11-09
### Added
- Add Spinner in RNA components.
Expand Down

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.6.1-alpha",
"version": "0.6.1",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 7 additions & 0 deletions projects/js-packages/connection/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 Connection Component releases.

## 0.10.0 - 2021-11-16
### Added
- Remove the withConnectionStatus HOC, export the store.

### Changed
- Updated package dependencies

## 0.9.1 - 2021-11-09
### Changed
- Updated package dependencies.
Expand Down

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.10.0-alpha",
"version": "0.10.0",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-api": "workspace:^0.6.0-alpha",
"@automattic/jetpack-components": "workspace:^0.6.1-alpha",
"@automattic/jetpack-api": "workspace:^0.6.0",
"@automattic/jetpack-components": "workspace:^0.6.1",
"@wordpress/base-styles": "4.0.3",
"@wordpress/browserslist-config": "4.1.0",
"@wordpress/components": "19.0.1",
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.4.3 - 2021-11-16
### Changed
- Updated package dependencies.

## 0.4.2 - 2021-11-09
### Fixed
- Make the extract hostname tool remove trailing slash.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions projects/js-packages/idc/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@automattic/jetpack-idc",
"version": "0.4.3-alpha",
"version": "0.4.3",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-api": "workspace:^0.6.0-alpha",
"@automattic/jetpack-components": "workspace:^0.6.1-alpha",
"@automattic/jetpack-api": "workspace:^0.6.0",
"@automattic/jetpack-components": "workspace:^0.6.1",
"@wordpress/base-styles": "4.0.3",
"@wordpress/components": "19.0.1",
"@wordpress/compose": "5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"./action-types": "./src/state/action-types"
},
"dependencies": {
"@automattic/jetpack-components": "workspace:^0.6.1-alpha",
"@automattic/jetpack-components": "workspace:^0.6.1",
"@wordpress/i18n": "4.2.3",
"@wordpress/element": "4.0.3",
"jetpack-js-test-runner": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions projects/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:^0.1.0-alpha",
"@automattic/jetpack-components": "workspace:^0.6.1-alpha",
"@automattic/jetpack-connection": "workspace:^0.10.0-alpha",
"@automattic/jetpack-components": "workspace:^0.6.1",
"@automattic/jetpack-connection": "workspace:^0.10.0",
"@babel/core": "7.16.0",
"@babel/plugin-syntax-jsx": "7.16.0",
"@babel/runtime-corejs3": "7.16.0",
Expand Down
12 changes: 12 additions & 0 deletions projects/js-packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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 - 2021-11-16
### Added
- Forked calypso-build's mini-css-with-rtl plugin and cleaned it up.

### Changed
- Updated package dependencies
- Use `@automattic/babel-plugin-preserve-i18n` now that it has been split from calypso-build.

### Fixed
- Fix browserslist defaulting to `@wordpress/browserslist-config`.
- Reconfigure terser to preserve "translators" comments, and upgrade css-minimizer.

## 0.1.0 - 2021-11-09
### Added
- Initial release.
Expand Down

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/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-webpack-config",
"version": "0.2.0-alpha",
"version": "0.2.0",
"description": "Library of pieces for webpack config in Jetpack projects.",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/autoloader/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.10.10] - 2021-11-16
### Added
- Soft return if autoloader chain is not available.

## [2.10.9] - 2021-11-02
### Changed
- Set `convertDeprecationsToExceptions` true in PHPUnit config.
Expand Down Expand Up @@ -212,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add Custom Autoloader

[2.10.10]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.9...v2.10.10
[2.10.9]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.8...v2.10.9
[2.10.8]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.7...v2.10.8
[2.10.7]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.6...v2.10.7
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/autoloader/changelog/mikaelz-1

This file was deleted.

13 changes: 13 additions & 0 deletions projects/packages/connection-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1.0] - 2021-11-16
### Added
- Use monorepo `validate-es` script to validate Webpack builds.

### Changed
- Replace the withConnectionStatus HOC with withSelect HOC.
- Updated package dependencies
- Use `Assets::register_script()` to load Webpack-built script.

### Removed
- Remove use of `gulp` in build, all it was doing was wrapping `webpack`.

## [2.0.0] - 2021-11-09
### Added
- Initialize IDC package, properly display the RNA IDC screen.
Expand Down Expand Up @@ -118,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Connection UI: Building the Framework

[2.1.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.6.0...v2.0.0
[1.6.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.5.3...v1.6.0
[1.5.3]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.5.2...v1.5.3
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/connection-ui/changelog/add-use-validate-es

This file was deleted.

Loading

0 comments on commit cfdf98d

Please sign in to comment.