Skip to content

Commit

Permalink
chore(avatar): use latest tokens release & bump beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pfulton committed Feb 3, 2023
1 parent 75911e3 commit 23115bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/avatar",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -17,11 +17,11 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/tokens": "^6.2.0"
"@spectrum-css/tokens": "^7.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.0",
"@spectrum-css/tokens": "^6.2.0",
"@spectrum-css/tokens": "^7.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2421,6 +2421,11 @@
resolved "https://registry.yarnpkg.com/@spectrum-css/actiongroup/-/actiongroup-2.0.0.tgz#77a27608d3b774ca2f56539c6375adce7a2cd589"
integrity sha512-mUdEWcGvCAekmaaLAbimqCd3/H7kDasbna3sLJY6u1+eYyJxQzmYkT4MvdjdoqjrvczU0QgFbY9nHlekUPH4RQ==

"@spectrum-css/avatar@^5.0.26":
version "5.0.26"
resolved "https://registry.yarnpkg.com/@spectrum-css/avatar/-/avatar-5.0.26.tgz#737b660e0e1bb87017b9e0bc0c44bdad8438dbb4"
integrity sha512-LTRlUQK5Rw50Sos0xx2+I//gyDK8qWcqTakVdSi19Vm+ikz6hiGTMh3HvjvGGc+c71sjXjF97Y1joYrNaKo5kA==

"@spectrum-css/button@^6.0.21":
version "6.0.21"
resolved "https://registry.yarnpkg.com/@spectrum-css/button/-/button-6.0.21.tgz#87a266147c60bb23aad61df200d82ee5aa90b44d"
Expand Down

0 comments on commit 23115bd

Please sign in to comment.