Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #331 from technote-space/release/next-v2.1.0
Browse files Browse the repository at this point in the history
release: v2.1.1
  • Loading branch information
technote-space committed Dec 3, 2020
2 parents aea086d + d36131c commit 1a8363a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions __tests__/components/__snapshots__/toolbar-dropdown.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Array [
className="components-toolbar"
>
<div
className="components-dropdown components-dropdown-toggle"
className="components-dropdown components-dropdown-toggle utils--components-dropdown-toggle"
>
<button
aria-expanded={true}
Expand Down Expand Up @@ -49,7 +49,7 @@ Array [
onTouchStart={[Function]}
>
<div
className="components-popover components-dropdown__content components-dropdown-button__popover is-without-arrow"
className="components-popover components-dropdown__content components-dropdown-button__popover utils--components-dropdown-button__popover is-without-arrow"
onKeyDown={[Function]}
onMouseDown={[Function]}
>
Expand Down Expand Up @@ -212,7 +212,7 @@ Array [
className="components-toolbar"
>
<div
className="components-dropdown components-dropdown-toggle"
className="components-dropdown components-dropdown-toggle utils--components-dropdown-toggle"
>
<button
aria-expanded={false}
Expand Down Expand Up @@ -331,7 +331,7 @@ Array [
className="components-toolbar"
>
<div
className="components-dropdown components-dropdown-toggle test-class"
className="components-dropdown components-dropdown-toggle utils--components-dropdown-toggle test-class"
>
<button
aria-expanded={true}
Expand Down Expand Up @@ -368,7 +368,7 @@ Array [
onTouchStart={[Function]}
>
<div
className="components-popover components-dropdown__content components-dropdown-button__popover is-without-arrow"
className="components-popover components-dropdown__content components-dropdown-button__popover utils--components-dropdown-button__popover is-without-arrow"
onKeyDown={[Function]}
onMouseDown={[Function]}
>
Expand Down Expand Up @@ -532,7 +532,7 @@ Array [
className="components-toolbar"
>
<div
className="components-dropdown components-dropdown-toggle test-class"
className="components-dropdown components-dropdown-toggle utils--components-dropdown-toggle test-class"
>
<button
aria-expanded={false}
Expand Down Expand Up @@ -651,7 +651,7 @@ Array [
className="components-toolbar"
>
<div
className="components-dropdown components-dropdown-toggle"
className="components-dropdown components-dropdown-toggle utils--components-dropdown-toggle"
>
<button
aria-expanded={false}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/register-grouped-format-type",
"version": "2.1.0",
"version": "2.1.1",
"description": "gutenberg's helper to register format type",
"keywords": [
"gutenberg",
Expand Down Expand Up @@ -38,7 +38,7 @@
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@technote-space/gutenberg-utils": "^2.2.21",
"@technote-space/gutenberg-utils": "^2.2.22",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,10 +1318,10 @@
react-autosize-textarea "^7.1.0"
react-dom "16.14.0"

"@technote-space/gutenberg-utils@^2.2.21":
version "2.2.21"
resolved "https://registry.yarnpkg.com/@technote-space/gutenberg-utils/-/gutenberg-utils-2.2.21.tgz#232e1f2a6ae94dc0aede6ceae0d3a954786a32bc"
integrity sha512-BiK6xKXkyaVVfYkJh9Dzpa45Dr+DXig5xCuR4FROVV/rWIb/8qLdWgK8JDZVodOZJ0Ryfw/YLjSc1CqfpCK49g==
"@technote-space/gutenberg-utils@^2.2.22":
version "2.2.22"
resolved "https://registry.yarnpkg.com/@technote-space/gutenberg-utils/-/gutenberg-utils-2.2.22.tgz#756b78b0648f1ced587b391646c3f69f684c742a"
integrity sha512-s/HgY+ytMpcDwDzOLNgI1EgctXZnziBW30umPLA3RC/gg36orFuv1wijQ6A1TorrBFfA9C0jlUc+vby8yntxbA==
dependencies:
classnames "^2.2.6"
nano-css "^5.3.0"
Expand Down

0 comments on commit 1a8363a

Please sign in to comment.