Skip to content

Commit

Permalink
google-fonts-provider: release v0.4.1 (#28418)
Browse files Browse the repository at this point in the history
  • Loading branch information
samiff authored Jan 17, 2023
1 parent 94ddae8 commit 207d453
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions projects/packages/google-fonts-provider/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.4.1] - 2023-01-17
### Fixed
- Use `wp_get_global_styles()` and fallback to `gutenberg_get_global_styles()` since the latter was removed from Gutenberg. [#28411]

## [0.4.0] - 2022-12-12
### Added
- Added a way to filter the Google Fonts API url [#27719]
Expand Down Expand Up @@ -58,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Adds a provider for Google Fonts using the new Webfonts API in Gutenberg

[0.4.1]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.3.6...v0.4.0
[0.3.6]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.3.4...v0.3.5
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/google-fonts-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-google-fonts-provider",
"version": "0.4.1-alpha",
"version": "0.4.1",
"description": "WordPress Webfonts provider for Google Fonts",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/google-fonts-provider/#readme",
"bugs": {
Expand Down

0 comments on commit 207d453

Please sign in to comment.