AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

Playground Packages #169

Closed roblevintennis closed 2 years ago

roblevintennis commented 2 years ago

I'm in transition with playgrounds to have agnosticui deps all point to `"latest" since we're iterating so rapidly it's better to always pull in latest I think.

But I've got several stragglers I should fix this in. For example:

    "agnostic-react": "latest",
    "agnostic-svelte": "latest",
    "agnostic-vue": "latest",
roblevintennis commented 2 years ago

Fixed with:

commit f1af6906cb6f10ff5471e107db2cef3dab1b1a6d (HEAD -> master, origin/master)
Author: Rob Levin <roblevintennis@gmail.com>
Date:   Wed Apr 13 19:37:50 2022 -0500

    Fixes playground packages #169