Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetpack 10.6: changelogs for Beta release #22487

Merged
merged 3 commits into from
Jan 25, 2022
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
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

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

4 changes: 4 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.7 - 2022-01-25
### Changed
- Updated package dependencies.

## 0.1.6 - 2022-01-18
### Changed
- General: update required node version to v16.13.2
Expand Down

This file was deleted.

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.7-alpha",
"version": "0.1.7",
"description": "Jetpack Analytics Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 4 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.8.3 - 2022-01-25
### Changed
- Updated package dependencies.

## 0.8.2 - 2022-01-18
### Changed
- General: update required node version to v16.13.2
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions projects/js-packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@automattic/jetpack-api",
"version": "0.8.3-alpha",
"version": "0.8.3",
"description": "Jetpack Api Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@wordpress/url": "3.3.1",
"@automattic/jetpack-config": "workspace:^0.1.3-alpha",
"@automattic/jetpack-config": "workspace:^0.1.3",
"lodash": "4.17.21"
},
"devDependencies": {
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.2] - 2022-01-25
### Changed
- Updated package dependencies.

## [1.0.1] - 2022-01-18
### Changed
- General: update required node version to v16.13.2
Expand All @@ -18,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.0.2]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v0.1.0...v1.0.0

This file was deleted.

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.2-alpha",
"version": "1.0.2",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"homepage": "https://jetpack.com",
"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.1.7] - 2022-01-25
### Changed
- Updated package dependencies.

## [0.1.6] - 2022-01-18
### Changed
- General: update required node version to v16.13.2
Expand Down Expand Up @@ -44,6 +48,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.1.7]: https://github.com/Automattic/jetpack-base-styles/compare/0.1.6...0.1.7
[0.1.6]: https://github.com/Automattic/jetpack-base-styles/compare/0.1.5...0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-base-styles/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-base-styles/compare/0.1.3...0.1.4
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.1.7-alpha",
"version": "0.1.7",
"description": "Jetpack components base styles",
"homepage": "https://jetpack.com",
"bugs": {
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.10.3 - 2022-01-25
### Changed
- Do not style header elements from AdminSection component
kraftbj marked this conversation as resolved.
Show resolved Hide resolved

## 0.10.2 - 2022-01-18
### Changed
- General: update required node version to v16.13.2
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions 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.10.3-alpha",
"version": "0.10.3",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -15,7 +15,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:^0.1.7-alpha",
"@automattic/jetpack-base-styles": "workspace:^0.1.7",
"@babel/core": "7.16.0",
"@babel/preset-react": "7.16.0",
"jetpack-js-test-runner": "workspace:*",
Expand Down
Loading