Skip to content

Commit

Permalink
Backport Critical css gen 1.0.1 (#39726)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored Oct 10, 2024
1 parent a5ec57e commit edfb7f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
12 changes: 8 additions & 4 deletions projects/js-packages/critical-css-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ 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.0] - 2024-10-07
## [1.0.1] - 2024-10-10
### Changed
- Updated package dependencies. [#39670]

### Security
### Fixed
- Add missing build folder to package. [#39723]

## [1.0.0] - 2024-10-07
### Security
- Security: Fix XSS vulnerability. [#39507]

### Added

- Add /playwright entry point for BrowserInterfacePlaywright. [#39509]

### Changed

- Change default entry point of package to include BrowserInterfaceIframe instead of BrowserInterfacePlaywright. [#39509]

## 0.1.0 - 2024-09-24
### Added
- Initial version. [#38429]

[1.0.1]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v0.1.0...v1.0.0

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@automattic/jetpack-critical-css-gen",
"version": "1.0.0",
"version": "1.0.1",
"description": "A flexible Critical CSS Generator that supports multiple URLs and viewports, with both server-side and client-side generation capabilities.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/critical-css-gen/#readme",
"bugs": {
Expand Down

0 comments on commit edfb7f9

Please sign in to comment.