Skip to content

Commit

Permalink
Prepare some packages for release (#63618)
Browse files Browse the repository at this point in the history
* `@automattic/eslint-plugin-wpcalypso` 6.0.0
* `@automattic/popup-monitor` 1.0.1
* `@automattic/social-previews` 1.1.2
* `@automattic/webpack-rtl-plugin` 6.0.0
  • Loading branch information
anomiex authored May 13, 2022
1 parent 36da580 commit 92d6918
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wpcalypso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Unreleased

#### trunk
#### v6.0.0 (2022-05-13)

- Breaking: Migrated from `babel-eslint` to `@babel/eslint-parser`. This requires `@babel/core` to be
installed (added as a `peerDependency` to this package) and a valid Babel configuration file to exist.
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-wpcalypso",
"version": "5.1.0",
"version": "6.0.0",
"description": "Custom ESLint rules for the WordPress.com Calypso project.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/popup-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## 1.0.1 - 2022-05-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/popup-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/popup-monitor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility to facilitate the monitoring of a popup window close action.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/social-previews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.2 (2022-05-13)

- Dependency updates and internal code cleanup.

## v1.1.1 (2021-04-05)

- Ensure that lengthy text doesn't overflow in the Twitter preview.
Expand Down
2 changes: 1 addition & 1 deletion packages/social-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/social-previews",
"version": "1.1.1",
"version": "1.1.2",
"description": "A suite of components to generate previews for a post for both social and search engines.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-rtl-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## 6.0.0 - 2022-05-13

### Removed

Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-rtl-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/webpack-rtl-plugin",
"version": "5.1.0",
"version": "6.0.0",
"description": "Webpack plugin to produce a rtl css bundle.",
"main": "src/index.js",
"author": "Automattic Inc.",
Expand Down

0 comments on commit 92d6918

Please sign in to comment.