Skip to content

Commit

Permalink
Search: release a new version of the package.
Browse files Browse the repository at this point in the history
Following #22519
  • Loading branch information
jeherve committed Jan 27, 2022
1 parent b5f3436 commit e167a5d
Show file tree
Hide file tree
Showing 25 changed files with 60 additions and 34 deletions.
24 changes: 12 additions & 12 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/i18n-check-webpack-plugin/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.4] - 2022-01-27
### Changed
- Updated package dependencies.

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

[1.0.4]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.0...v1.0.1
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-check-webpack-plugin",
"version": "1.0.4-alpha",
"version": "1.0.4",
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
4 changes: 4 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,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.1.1 - 2022-01-27
### Changed
- Updated package dependencies.

## 1.1.0 - 2022-01-25
### Added
- Add missing dev dependency on `nyc` for code coverage.
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.1-alpha",
"version": "1.1.1",
"description": "Library of pieces for webpack config in Jetpack projects.",
"homepage": "https://jetpack.com",
"bugs": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@automattic/babel-plugin-preserve-i18n": "1.0.0",
"@automattic/babel-plugin-replace-textdomain": "workspace:^1.0.2",
"@automattic/i18n-check-webpack-plugin": "workspace:^1.0.4-alpha",
"@automattic/i18n-check-webpack-plugin": "workspace:^1.0.4",
"@automattic/i18n-loader-webpack-plugin": "workspace:^2.0.0",
"@automattic/webpack-rtl-plugin": "5.1.0",
"@babel/compat-data": "7.16.4",
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/assets/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.17.1] - 2022-01-27
### Changed
- Updated package dependencies.

## [1.17.0] - 2022-01-25
### Added
- Accept package path prefixes from jetpack-composer-plugin and use them when lazy-loading JS translations.
Expand Down Expand Up @@ -178,6 +182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[1.17.1]: https://github.com/Automattic/jetpack-assets/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/Automattic/jetpack-assets/compare/v1.16.2...v1.17.0
[1.16.2]: https://github.com/Automattic/jetpack-assets/compare/v1.16.1...v1.16.2
[1.16.1]: https://github.com/Automattic/jetpack-assets/compare/v1.16.0...v1.16.1
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"validate": "pnpm exec validate-es build/"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"md5-es": "1.8.2",
"jest": "27.3.1",
"webpack": "5.65.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/connection-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@wordpress/data": "6.1.5"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wordpress/data": "6.1.5"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/jitm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"browserslist": "extends @wordpress/browserslist-config",
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@wordpress/browserslist-config": "4.1.0",
"sass": "1.43.3",
"sass-loader": "12.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/lazy-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"validate": "pnpm exec validate-es dist/"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"copy-webpack-plugin": "10.2.0",
"intersection-observer": "0.12.0",
"webpack": "5.65.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:^0.1.7",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/search/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.5.3] - 2022-01-27
### Fixed
- Search package: fixed compatibility issue with plan activation

## [0.5.2] - 2022-01-25
### Added
- Added a watch command for building assets
Expand Down Expand Up @@ -70,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.

[0.5.3]: https://github.com/Automattic/jetpack-search/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/Automattic/jetpack-search/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/Automattic/jetpack-search/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-search/compare/v0.4.0...v0.5.0
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions projects/packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-search",
"version": "0.5.3-alpha",
"version": "0.5.3",
"description": "Package for Jetpack Search products",
"main": "main.js",
"directories": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"tiny-lru": "7.0.6"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
"@babel/preset-env": "7.16.4",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/backup/changelog/2022-01-27-11-15-38-111622
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:^0.1.7",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/2022-01-27-11-15-47-053708
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"devDependencies": {
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-base-styles": "workspace:^0.1.7",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.1.1",
"@automattic/remove-asset-webpack-plugin": "workspace:^1.0.3",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
Expand Down

0 comments on commit e167a5d

Please sign in to comment.