@wordpress/rich-text
Advanced tools
Comparing version 5.18.0 to 5.19.0
@@ -40,3 +40,2 @@ /** | ||
since: '6.1', | ||
version: '6.3', | ||
alternative: '`useAnchor` hook' | ||
@@ -43,0 +42,0 @@ }); |
@@ -52,3 +52,2 @@ "use strict"; | ||
since: '6.1', | ||
version: '6.3', | ||
alternative: '`useAnchor` hook' | ||
@@ -55,0 +54,0 @@ }); |
@@ -5,2 +5,8 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.19.0 (2022-11-02) | ||
### Deprecations | ||
- Update deprecation message for the `useAnchorRef` hook ([#45195](https://github.com/WordPress/gutenberg/pull/45195)). | ||
## 5.18.0 (2022-10-19) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@wordpress/rich-text", | ||
"version": "5.18.0", | ||
"version": "5.19.0", | ||
"description": "Rich text value and manipulation API.", | ||
@@ -33,10 +33,10 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/a11y": "^3.20.0", | ||
"@wordpress/compose": "^5.18.0", | ||
"@wordpress/data": "^7.4.0", | ||
"@wordpress/deprecated": "^3.20.0", | ||
"@wordpress/element": "^4.18.0", | ||
"@wordpress/escape-html": "^2.20.0", | ||
"@wordpress/i18n": "^4.20.0", | ||
"@wordpress/keycodes": "^3.20.0", | ||
"@wordpress/a11y": "^3.21.0", | ||
"@wordpress/compose": "^5.19.0", | ||
"@wordpress/data": "^7.5.0", | ||
"@wordpress/deprecated": "^3.21.0", | ||
"@wordpress/element": "^4.19.0", | ||
"@wordpress/escape-html": "^2.21.0", | ||
"@wordpress/i18n": "^4.21.0", | ||
"@wordpress/keycodes": "^3.21.0", | ||
"memize": "^1.1.0", | ||
@@ -51,3 +51,3 @@ "rememo": "^4.0.0" | ||
}, | ||
"gitHead": "a2ff0e6471c88436dad0287beb88d1729aa6f5dd" | ||
"gitHead": "511f4cc1f0138641bc4394bc1cf36e833109c791" | ||
} |
@@ -33,3 +33,2 @@ /** | ||
since: '6.1', | ||
version: '6.3', | ||
alternative: '`useAnchor` hook', | ||
@@ -36,0 +35,0 @@ } ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1288784
18246
Updated@wordpress/a11y@^3.21.0
Updated@wordpress/compose@^5.19.0
Updated@wordpress/data@^7.5.0
Updated@wordpress/element@^4.19.0
Updated@wordpress/i18n@^4.21.0
Updated@wordpress/keycodes@^3.21.0