Skip to content

Commit

Permalink
Editor: remove deprecated isPressed prop in WP 6.5. (#36318)
Browse files Browse the repository at this point in the history
* Editor: remove deprecated isPressed prop in WP 6.5.

The isPressed prop is deprecated in WP 6.5, and replaced by the native aria-pressed attribute.

WordPress/gutenberg#54740

* Update version

* Bump version

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8847567798

Upstream-Ref: Automattic/jetpack@adace6c
  • Loading branch information
jeherve authored and matticbot committed Apr 26, 2024
1 parent 6c62001 commit ade5f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project.json
@@ -1 +1 @@
{"generatedAt":1714108459686,"hasCustomBabel":true,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":1,"packageManager":{"type":"pnpm","version":"8.6.8"},"typescriptOptions":{"reactDocgen":"react-docgen-typescript"},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"8.0.6","storybookVersionSpecifier":"8.0.6","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"8.0.6"},"@storybook/components":{"version":"8.0.6"},"@storybook/manager-api":{"version":"8.0.6"},"@storybook/react":{"version":"8.0.6"},"@storybook/react-webpack5":{"version":"8.0.6"},"@storybook/source-loader":{"version":"8.0.6"},"@storybook/test-runner":{"version":"0.17.0"},"@storybook/theming":{"version":"8.0.6"},"storybook":{"version":"8.0.6"}},"addons":{"@storybook/addon-docs":{"version":"8.0.6"},"@storybook/addon-storysource":{"version":"8.0.6"},"@storybook/addon-a11y":{"version":"8.0.6"},"@storybook/addon-essentials":{"version":"8.0.6"},"storybook-addon-mock":{"version":"5.0.0"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}
{"generatedAt":1714131249626,"hasCustomBabel":true,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":1,"packageManager":{"type":"pnpm","version":"8.6.8"},"typescriptOptions":{"reactDocgen":"react-docgen-typescript"},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"8.0.6","storybookVersionSpecifier":"8.0.6","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"8.0.6"},"@storybook/components":{"version":"8.0.6"},"@storybook/manager-api":{"version":"8.0.6"},"@storybook/react":{"version":"8.0.6"},"@storybook/react-webpack5":{"version":"8.0.6"},"@storybook/source-loader":{"version":"8.0.6"},"@storybook/test-runner":{"version":"0.17.0"},"@storybook/theming":{"version":"8.0.6"},"storybook":{"version":"8.0.6"}},"addons":{"@storybook/addon-docs":{"version":"8.0.6"},"@storybook/addon-storysource":{"version":"8.0.6"},"@storybook/addon-a11y":{"version":"8.0.6"},"@storybook/addon-essentials":{"version":"8.0.6"},"storybook-addon-mock":{"version":"5.0.0"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}

0 comments on commit ade5f9f

Please sign in to comment.