Skip to content

Commit

Permalink
feat(opacity-checkerboard): updating the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
venkateshjo committed Jul 27, 2023
1 parent f47bc22 commit 23e852e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/opacity-checkerboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
This package is part of the [Spectrum CSS project](https://github.com/adobe/spectrum-css).

See the [Spectrum CSS documentation](https://opensource.adobe.com/spectrum-css/opacitycheckerboard).

Opacity checkerboard is intended to be used within other components, including:

ColorHandle, ColorSlider, Swatch and Thumbnail
4 changes: 2 additions & 2 deletions packages/opacity-checkerboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/opacity-checkerboard",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {},
"devDependencies": {
"@spectrum-css/opacitycheckerboard": "^1.0.0-alpha.0"
"@spectrum-css/opacitycheckerboard": "^1.0.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5454,10 +5454,10 @@
resolved "https://registry.yarnpkg.com/@spectrum-css/modal/-/modal-3.0.47.tgz#128f96def4218f5ed011793a8d589b545034ed20"
integrity sha512-qTEze1f0QNS5RER4kKZTTPWfakB92ATAAAYrDtvFm6pjg2iKKvlqdtMq4QOoooNXhE4nPeO/JWI9HWOTMboF6g==

"@spectrum-css/opacitycheckerboard@^1.0.0-alpha.0":
version "1.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@spectrum-css/opacitycheckerboard/-/opacitycheckerboard-1.0.0-alpha.0.tgz#094af0671e7cdb972c1579a825cc25cf6fd28159"
integrity sha512-kGjQFP/+Wgw2SLTetM5XF+WdBl5DMX2YJKLhcUrVxKaGG4iUpjw+q7apg453dUd1zZMFVyVOIfud4g1xEDH63w==
"@spectrum-css/opacitycheckerboard@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@spectrum-css/opacitycheckerboard/-/opacitycheckerboard-1.0.1.tgz#a6e47b1c1923a80afc7c3fdf3244e99ea8413a24"
integrity sha512-T1ZmDViKICdSZVwAt0qER0/uOr3eX4vNOdAOLA/tpc2RX+qu731ODwXd9UrdmOy9Y3jdHsTy7hR4CbpyrWEMCQ==

"@spectrum-css/picker@^4.0.19":
version "4.0.19"
Expand Down

0 comments on commit 23e852e

Please sign in to comment.